From c929ee1696c0050345358abf592ef5a5622e874b Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 5 Mar 2014 22:28:53 +0000 Subject: [PATCH] Introducing threshold lines in nagios graphs --- check_graphite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_graphite b/check_graphite index 969f346..3bd3679 100755 --- a/check_graphite +++ b/check_graphite @@ -83,7 +83,7 @@ def output_url base_url = @@options[:url] metric = @@options[:metric] if @@options[:link_graph] - " 24h graph " + " 24h graph " end end