PersonalTelco uses an eggdrop IrcBot to send notifications. This bot 'ptp-nagios' sits in channel #ptp-nagios on irc://irc.personaltelco.net {{{#!highlight bash define command{ command_name notify-host-by-eggdrop command_line /usr/bin/printf "%b" "USER\nPASSWORD\n.say $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ - $HOSTALIAS$ is $HOSTSTATE$\n.quit\n" |nc 127.1 3343 } define command { command_name notify-service-by-eggdrop command_line /usr/bin/printf "%b" "USER\nPASSWORD\n.say $NOTIFICATIONTYPE$ Service Alert: $HOSTNAME$ - $HOSTALIAS$ $SERVICEDESC$ is $SERVICESTATE$\n.quit\n" |nc 127.1 3343 } }}} {{{#!highlight irc 02:55:18 PROBLEM Host Alert: yukon NodeYukonTavern is DOWN 09:14:18 RECOVERY Host Alert: yukon NodeYukonTavern is UP }}} ---- [CategoryPersonalTelco]