1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

Plugin-Gallery: Better 2nd level headings

This commit is contained in:
dipohl 2017-02-24 05:01:30 +01:00
parent 349edaf819
commit 6ffdebec0d
17 changed files with 9 additions and 9 deletions

View file

@ -39,7 +39,7 @@ elif len(sys.argv) == 2 and sys.argv[1] == "config":
print 'graph_title Temperatuur in de serverruimte'
print 'graph_vlabel temperature in C'
print 'graph_category System'
print 'graph_category sensors'
print 'temperature.label temperature'
print 'graph_info Dit is de temperatuur in het rek in de serverruimte B104'
print 'graph_scale no'
@ -50,4 +50,4 @@ else:
print 'temperature.value %s' % gettemperature()