There is a supybot running on puppet.cloudstack.org. 

This machine logs all of the conversations in #cloudstack on irc.freenode.net

There is then a cronjob that uploads those logs to http://cloudstack.org/irc/

We then use pisg to produce summary reports. 

An example pisg configuration file that we use is as follows:

<channel="#cloudstack">
LogDir = "feb"
Format = "supy"
OutputFile = "CloudStack%t.html"
OutputTag = "-February"
DailyActivity = "31"
ColorScheme = "orange_grey"
Maintainer = "David Nalley"
Network = "Freenode"
</channel>

<set OutputTag="-Feb">
<set DailyActivity="29">
<set PicLocation="gfx/">
  • No labels