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
}
Version: unspecified
Severity: normal