mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
remove non-instanced variable
This commit is contained in:
parent
849e68a858
commit
6871dd842d
@ -86,7 +86,7 @@ if ($cmd eq 'config') {
|
||||
print("graph_args --lower-limit 0\n");
|
||||
print("graph_vlabel down incidents\n");
|
||||
print("graph_category Load balancer\n");
|
||||
print("graph_info Number of times this host went down during \${graph_period}\n");
|
||||
print("graph_info Number of times this host went down\n");
|
||||
for my $host (@hosts) {
|
||||
my $clean = clean_fieldname($host);
|
||||
$clean = clean_fieldname('host'.$host) unless ($clean ne '_');
|
||||
|
Loading…
Reference in New Issue
Block a user