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

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>