You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
die"[ERROR] Couldn't find out which host to list on $host.\n";
242
248
}
243
249
244
-
$self->_node_write_single("list $host\n");
250
+
my$list_host = $use_default_node ? "" : $host;
251
+
$self->_node_write_single("list $list_host\n");
245
252
my$list = $self->_node_read_single();
246
253
247
254
if (not$list) {
248
-
WARN "[WARNING] Config node $self->{host} listed no services for $host. Please see http://munin-monitoring.org/wiki/FAQ_no_graphs for further information.";
255
+
WARN "[WARNING] Config node $self->{host} listed no services for $host, (advertised as $self->{node_name}). Please see http://munin-monitoring.org/wiki/FAQ_no_graphs for further information.";
0 commit comments