2
0
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:
Antoine Beaupré 2012-03-09 19:35:32 -05:00
parent 849e68a858
commit 6871dd842d

View File

@ -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 '_');