Simple module executing exim -bpc
to grab exim queue.
This command can take a lot of time to finish its execution thus it is not recommended to run it every second.
The module uses the exim
binary, which can only be executed as root by default. We need to allow other users to exim
binary. We solve that adding queue_list_requires_admin
statement in exim configuration and set to false
, because it is true
by default. On many Linux distributions, the default location of exim
configuration is in /etc/exim.conf
.
exim
configuration with your preferred editor and add:
queue_list_requires_admin = false
exim
and NetdataWHM (CPanel) server
On a WHM server, you can reconfigure exim
over the WHM interface with the following steps.
queue_list_requires_admin
and set to false
It produces only one chart:
Exim Queue Emails
Configuration is not needed.