From 7220fda4ad816012cf0755e2f6437fc5c3db41bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 8 Jun 2015 17:05:20 +0200 Subject: [PATCH] print statements need variables --- plugins/monit/monit_parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/monit/monit_parser b/plugins/monit/monit_parser index 1dc5a604..be6c39c1 100755 --- a/plugins/monit/monit_parser +++ b/plugins/monit/monit_parser @@ -54,7 +54,7 @@ if len(sys.argv) > 1 and sys.argv[1] == 'config': for process in procs: for stat in procs[process]: print "monit_%s_%s.label %s.%s" % (process, stat, process, stat) - print "monit_%s_%s.warning 1:" + print "monit_%s_%s.warning 1:" % (process, stat) sys.exit(0) for process in procs: