From: Tollef Fog Heen Date: Mon, 9 Dec 2013 20:30:04 +0000 (+0100) Subject: Add token to fool dedup X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5a29110d7be52729af3659a43019622d91e8a4fe;hp=0df9d33412223f16f7d12aae6663a5699fd9033e;p=mirror%2Fdsa-nagios.git Add token to fool dedup --- diff --git a/config/static/bin/notify-irc b/config/static/bin/notify-irc index 4aef2ec..939807f 100755 --- a/config/static/bin/notify-irc +++ b/config/static/bin/notify-irc @@ -63,5 +63,5 @@ print MAIL "To: $bot_address\n"; print MAIL "Subject: Announce $project\n"; print MAIL "Precedence: junk\n"; print MAIL "\n"; -print MAIL "[$hosttype] $service is $state: $info\n"; +print MAIL "NEW: [$hosttype] $service is $state: $info\n"; close(MAIL);