1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Reduce number of categories, use more generic terms

This commit is contained in:
Gabriele Pohl 2014-09-06 22:28:53 +02:00
parent 0743e6e5fb
commit e3899a30d8
44 changed files with 66 additions and 66 deletions

View file

@ -85,7 +85,7 @@ class FanSpeed(Statistics):
print "graph_title Dell Fan Speeds"
print "graph_args --base 1000 -l 0"
print "graph_vlabel speed (RPM)"
print "graph_category Chassis"
print "graph_category sensors"
print "graph_info This graph shows the speed in RPM of all fans."
print "graph_period second"
# Print remaining non-static values.
@ -102,7 +102,7 @@ class ChassisTemps(Statistics):
print "graph_title Dell Temperature Readings"
print "graph_args --base 1000 -l 0"
print "graph_vlabel Temp in Degrees Celsius"
print "graph_category Chassis"
print "graph_category sensors"
print "graph_info This graph shows the temperature for all sensors."
print "graph_period second"
# Print remaining non-static values.