From 6871dd842df109b86e00faae787cfdb372e44348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 9 Mar 2012 19:35:32 -0500 Subject: [PATCH] remove non-instanced variable --- plugins/relayd/relayd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/relayd/relayd b/plugins/relayd/relayd index 3be9cf72..237855ec 100755 --- a/plugins/relayd/relayd +++ b/plugins/relayd/relayd @@ -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 '_');