X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fbin%2Fnotify-irc;h=4aef2ec928ac4e0ede7eb83d07d7c66a63f477bd;hb=161f463f85b8f3c0eb7c9c0e6e595059b39b8a55;hp=939807f58dfef6cf688071b627b6465bd1d0674e;hpb=5a29110d7be52729af3659a43019622d91e8a4fe;p=mirror%2Fdsa-nagios.git diff --git a/config/static/bin/notify-irc b/config/static/bin/notify-irc index 939807f..4aef2ec 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 "NEW: [$hosttype] $service is $state: $info\n"; +print MAIL "[$hosttype] $service is $state: $info\n"; close(MAIL);