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