summaryrefslogtreecommitdiff
path: root/sysutils/munin-common/files/patch-node_lib_Munin_Node_Server.pm
blob: 158454d90628b23017ddbbe5eb4106385571e062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Backporting: https://github.com/munin-monitoring/munin/commit/8ff5d5a9ec8b7ffd99dce61fee42defe7bda3b29
See also: http://munin-monitoring.org/ticket/1451

--- node/lib/Munin/Node/Server.pm.orig	2020-03-24 12:31:00 UTC
+++ node/lib/Munin/Node/Server.pm
@@ -341,7 +341,7 @@ sub _print_service {
 sub _list_services {
     my ($session, $node) = @_;
 
-    $node ||= $config->{fqdn};
+    $node ||= lc($config->{fqdn});
 
     if (exists $nodes{$node}) {
         my @services = @{$nodes{$node}};