X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=monitor%2Fwrapper%2Fmailer.py;h=ace997133effa27c1fafe2fdc8bfe16a964fe759;hb=0fabfc8dbe8f1f2c0d12397e1bc8c6ed686fb5ed;hp=142ba04a5d624c4f7a99edddab56d926bbbac703;hpb=6f2351e4b44590221425fa9b4bfa77c92db49b6a;p=monitor.git diff --git a/monitor/wrapper/mailer.py b/monitor/wrapper/mailer.py index 142ba04..ace9971 100755 --- a/monitor/wrapper/mailer.py +++ b/monitor/wrapper/mailer.py @@ -218,7 +218,7 @@ def emailViaRT_NoTicket(subject, text, to): input_text = "Subject: %s\n" input_text += "Requestor: %s\n"% FROM input_text += "id: ticket/new\n" - input_text += "Queue: Monitor\n" + input_text += "Queue: %s\n" % config.RT_QUEUE for recipient in to: input_text += "AdminCc: %s\n" % recipient input_text += "Text: %s"