A few simple Munin plugins to monitor beanstalkd.
Requires PHP >= 7.4, Composer + Pheanstalk 4. APLv2 License.
List tubes to monitor using the TUBES variable in Munin's plugin conf.
It is basically a PHP port of the original Urban Airship plugins written in Python.
The plugins can take the server configuration from the environment:
BEANSTALKD_HOST: defines the hostname for the Beanstalkd server, defaulting tolocalhost.BEANSTALKD_PORT: defines the TCP port for the Beanstalkd server, defaulting to 11300.BEANSTALKD_TIMEOUT: defines the connection timeout in seconds, defaulting to 10.BEANSTALKD_TUBES: a space-separated list of tubes to monitor, defaulting todefault. Only used by the Queue Age plugin.
