> I just saw there are 2 unanswered requests on muninexchange about > the plugin (no docs, hard-coded paths, etc.), I think it should be rewritten > in > a better language. Maybe I'll manage to install a fresh qmail+spamdyke at > home, and find enough time to rewrite the plugin in python :-)
ok, qmail+spamdyke installed, plugin updated (only comments added to help setup on non-debian boxes) http://muninexchange.projects.linpro.no/?search&cid=21&pid=171 there is another way to collect spamdyke stats, with the collectd "tail" plugin but this plugin is only available since 4.4, and not yet debian-packaged :-) (http://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_tail) the last simple way would be a dumb shell script based on munin plugin, feeding rrd databases (one per CODE/REALCODE to ease upgrades), with manual or drraw graphing. The perl script posted in February is also a great base, it could be updated to read only "new" lines like logtail (reading whole logfiles each time will kill high-volumes servers :)) -- seb _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
