Created
June 23, 2011 20:48
-
-
Save kwilczynski/1043592 to your computer and use it in GitHub Desktop.
uptime.graph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graph "Java Virtual Machine Uptime" do | |
title "#{instance.title} - Uptime" | |
vlabel "Days" | |
category "Tomcat" | |
args "--base 1000 --lower-limit 0 --no-gridfit --slope-mode" | |
scale "no" | |
source "uptime" | |
source['uptime']['draw'] = 'LINE1' # Override default AREA ... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment