Skip to content

EXIM Stats

EXIM Stats

SNMP extend script to get your exim stats data into your host.

SNMP Extend

  1. Download the script onto the host.
wget https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/exim-stats.sh -O /etc/snmp/exim-stats.sh
  1. Make the script executable.
chmod +x /etc/snmp/exim-stats.sh
  1. Edit your snmpd.conf file, usually /etc/snmp/snmpd.conf, and add:
extend exim-stats /etc/snmp/exim-stats.sh
  1. If you are using sudo edit your sudo users (usually visudo) and add at the bottom:
snmp ALL=(ALL) NOPASSWD: /etc/snmp/exim-stats.sh, /usr/bin/exim*
  1. Restart snmpd on your host.

LibreNMS discovers the application automatically, as described at the top of the page. If the discovery fails, do the steps under the SNMP Extend heading at the top of the page.