mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix graph_category (pull request munin-monitoring#798)
This commit is contained in:
parent
c9bd24bda7
commit
4702b92236
1 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ sub run_config_voltage {
|
||||||
graph_title UPS Input/Output Voltage
|
graph_title UPS Input/Output Voltage
|
||||||
graph_vlabel volt
|
graph_vlabel volt
|
||||||
graph_scale no
|
graph_scale no
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
input.label input
|
input.label input
|
||||||
input.info Input Voltage
|
input.info Input Voltage
|
||||||
input.type GAUGE
|
input.type GAUGE
|
||||||
|
@ -111,7 +111,7 @@ sub run_config_temp {
|
||||||
graph_title UPS Temperature
|
graph_title UPS Temperature
|
||||||
graph_vlabel celsius
|
graph_vlabel celsius
|
||||||
graph_scale no
|
graph_scale no
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
temp.label temperature
|
temp.label temperature
|
||||||
temp.type GAUGE
|
temp.type GAUGE
|
||||||
END
|
END
|
||||||
|
@ -123,7 +123,7 @@ sub run_config_load {
|
||||||
graph_title UPS Battery Load/Capacity
|
graph_title UPS Battery Load/Capacity
|
||||||
graph_vlabel precent%
|
graph_vlabel precent%
|
||||||
graph_scale no
|
graph_scale no
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
battery_load.label battery_load
|
battery_load.label battery_load
|
||||||
battery_load.type GAUGE
|
battery_load.type GAUGE
|
||||||
battery_capacity.label battery_capacity
|
battery_capacity.label battery_capacity
|
||||||
|
@ -137,7 +137,7 @@ sub run_config_status {
|
||||||
graph_title UPS Statuses
|
graph_title UPS Statuses
|
||||||
graph_vlabel status
|
graph_vlabel status
|
||||||
graph_scale no
|
graph_scale no
|
||||||
graph_category ups
|
graph_category sensors
|
||||||
power_failure.label power_failure
|
power_failure.label power_failure
|
||||||
power_failure.type GAUGE
|
power_failure.type GAUGE
|
||||||
low_battery.label low_battery
|
low_battery.label low_battery
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue