The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Collectd::Plugins::Amavis - collectd plugin for reading amavisd-new performance counters

VERSION

version 1.001

SYNOPSIS

This is a collectd plugin for reading counters from a amavisd-new server.

In your collectd config:

  <LoadPlugin "perl">
    Globals true
  </LoadPlugin>

  <Plugin "perl">
    BaseName "Collectd::Plugins"
    LoadPlugin "Amavis"

    <Plugin "Amavis">
      # set this if you use an different path
      # db_env "/var/lib/amavis/db"
      # db_file "snmp.db"
    </Plugin>
  </Plugin>

AUTHOR

Markus Benning <ich@markusbenning.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 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.