From c545f874fefd4530f19c11d8fa834bd62861ce03 Mon Sep 17 00:00:00 2001 From: dominiquefournier Date: Tue, 21 Jun 2022 12:17:46 +0200 Subject: [PATCH] Update nut_misc The NUT can get the state from multiple UPS. Each UPS may be supervised by Munin and separated on main host list --- plugins/node.d/nut_misc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/node.d/nut_misc b/plugins/node.d/nut_misc index 8a984929a9..9f59233642 100755 --- a/plugins/node.d/nut_misc +++ b/plugins/node.d/nut_misc @@ -75,6 +75,7 @@ my %graph = ( ); if ( defined $ARGV[0] and $ARGV[0] eq 'config' ) { + print "host_name $config{upsname}\n"; print "graph_title UPS Misc - $config{upsname}\n"; #print "graph_args -l 110\n"; #print "graph_vlabel Misc\n";