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:
parent
0743e6e5fb
commit
e3899a30d8
44 changed files with 66 additions and 66 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue