NAME
Collectd::Plugins::RsyslogStats - collectd plugin for reading queue metrics from rsyslog/imstats logfile
VERSION
version 1.001
SYNOPSIS
This is a collectd plugin for reading queue metrics from rsyslog/imstats logfile.
In your collectd config:
<LoadPlugin
"perl"
>
Globals true
</LoadPlugin>
<Plugin
"perl"
>
BaseName
"Collectd::Plugins"
LoadPlugin
"RsyslogStats"
<Plugin
"RsyslogStats"
>
path
"/var/log/rsyslog-stats.log"
prefix
"rsyslog"
metrics
"enqueued,size"
</Plugin>
</Plugin>
AUTHOR
Markus Benning <ich@markusbenning.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Markus Benning.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.