Skip to content

Instantly share code, notes, and snippets.

@kwilczynski
Created June 23, 2011 20:48
Show Gist options
  • Save kwilczynski/1043592 to your computer and use it in GitHub Desktop.
Save kwilczynski/1043592 to your computer and use it in GitHub Desktop.
uptime.graph
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