The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

mimedefang_munin_plugin - Plugin to monitor various MIMEDefang statistics.

CONFIGURATION

The environment variable MX_SOCK should be set to a (world-readable) multiplexor socket. See the -a option to mimedefang-multiplexor. If MX_SOCK is not set, the socket defaults to /tmp/mx-read.sock.

USAGE

This plugin returns different values depending on what its filename is. You can make the following symbolic links in the munin plugins directory. (All measurements are the average over the last 10 minutes unless otherwise indicated.)

mimedefang_busy_workers

Return the average number of busy workers.

mimedefang_scan_time

Return the scan time in milliseconds.

mimedefang_rcpt_time

Return the RCPT-handling time in milliseconds.

mimedefang_mail_time

Return the MAIL-handling time in milliseconds.

mimedefang_relay_time

Return the "relay_ok" handling time in milliseconds.

mimedefang_scans_per_sec

Return the number of scans per second.

mimedefang_rcpts_per_sec

Return the number of RCPTs per second.

mimedefang_mails_per_sec

Return the number of MAILs per second.

mimedefang_relayoks_per_sec

Return the number of "relay_oks" per second.

mimedefang_busy_workers_by_cmd

Return the busy workers by command. Unlike the other measurements, this measurement is a snapshot, not an average over the last 10 minutes. As a result, graphs for this measurement are likely to be spikier than the other graphs.