Last modified: 2012-05-24 11:49:06 UTC
On fenari, /var/log/logmsg is a file where dologmsg can write to and any content is then pushed to an IRC channel. This need to be replicated on deployment-dbdump following the puppet configuration of fenari: node "fenari.wikimedia.org" { <snip< $ircecho_infile = "/var/log/logmsg" $ircecho_nick = "logmsgbot" $ircecho_chans = "#wikimedia-tech" $ircecho_server = "irc.freenode.net" <snip> include misc::ircecho }
Rewrote summary.
I have set it up on deployment-dbdump using the Nova admin interface: Class [misc::ircecho] ircecho_chans #wikimedia-labs ircecho_infile /var/log/logmsg ircecho_nick beta-logmsgbot ircecho_server irc.freenode.net I had to manually create the /var/log/logmsg files and I have tweaked its file permissions and ownerships.