From 4702b9223668c1cdec7f0d0246f730a1549c7f3c Mon Sep 17 00:00:00 2001 From: "pru.mike" Date: Mon, 13 Feb 2017 22:44:59 +0300 Subject: [PATCH] Fix graph_category (pull request munin-monitoring#798) --- plugins/ups/upsmonpro_ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/ups/upsmonpro_ b/plugins/ups/upsmonpro_ index 67e355e8..0008e4e2 100644 --- a/plugins/ups/upsmonpro_ +++ b/plugins/ups/upsmonpro_ @@ -95,7 +95,7 @@ sub run_config_voltage { graph_title UPS Input/Output Voltage graph_vlabel volt graph_scale no -graph_category ups +graph_category sensors input.label input input.info Input Voltage input.type GAUGE @@ -111,7 +111,7 @@ sub run_config_temp { graph_title UPS Temperature graph_vlabel celsius graph_scale no -graph_category ups +graph_category sensors temp.label temperature temp.type GAUGE END @@ -123,7 +123,7 @@ sub run_config_load { graph_title UPS Battery Load/Capacity graph_vlabel precent% graph_scale no -graph_category ups +graph_category sensors battery_load.label battery_load battery_load.type GAUGE battery_capacity.label battery_capacity @@ -137,7 +137,7 @@ sub run_config_status { graph_title UPS Statuses graph_vlabel status graph_scale no -graph_category ups +graph_category sensors power_failure.label power_failure power_failure.type GAUGE low_battery.label low_battery