2
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Uses GAUGE instead of DERIVE - fix'es bad plot.

This commit is contained in:
Thomas R. N. Jansson 2010-07-29 13:55:50 +02:00 committed by Steve Schnepp
parent 567d6d9e69
commit cb7cfc874b

View file

@ -40,7 +40,6 @@ if len(sys.argv) == 2 and sys.argv[1] == "config":
print 'usage.draw STACK' print 'usage.draw STACK'
print 'usage.warning ', warning print 'usage.warning ', warning
print 'usage.critical ', critical print 'usage.critical ', critical
print 'usage.type DERIVE'
print 'usage.info CPU time spent by normal programs and daemons' print 'usage.info CPU time spent by normal programs and daemons'
sys.exit(0) sys.exit(0)