From 5a878145986ca5e36b8ad3e56a841e1c78c19271 Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Mon, 19 Aug 2024 11:27:44 -0400 Subject: [PATCH] munin: ipmi_amp graph_total --- munin/files/plugins/ipmi_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/files/plugins/ipmi_ b/munin/files/plugins/ipmi_ index 51e713d3..65e64a1d 100644 --- a/munin/files/plugins/ipmi_ +++ b/munin/files/plugins/ipmi_ @@ -91,7 +91,7 @@ BEGIN { CTEMPS = "graph_title Machine temperature based on IPMI\ngraph_vlabel Degrees celcius\ngraph_category Sensors\n"; CPOWER = "graph_title Power usage based on IPMI\ngraph_vlabel W\ngraph_category Sensors\n"; CVOLTS = "graph_title Volts based on IPMI\ngraph_vlabel V\ngraph_category Sensors\n"; - CAMP = "graph_title Amps based on IPMI\ngraph_vlabel A\ngraph_category Sensors\n"; + CAMP = "graph_title Amps based on IPMI\ngraph_vlabel A\ngraph_category Sensors\ngraph_total Total\n"; } # Remove extraneous spaces to make output prettyer