osinet/beanstalk-munin

A set of Munin plugins for Beanstalkd

v1.0.0 2018-08-13 06:34 UTC

This package is auto-updated.

Last update: 2024-04-24 18:15:21 UTC


README

A few simple Munin plugins to monitor beanstalkd.

Scrutinizer Code Quality

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.

Usage configuration

The plugins can take the server configuration from the environment:

  • BEANSTALKD_HOST: defines the hostname for the Beanstalkd server, defaulting to localhost.
  • 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 to default. Only used by the Queue Age plugin.

Original Python version

https://github.com/urbanairship/beanstalk-munin

Suggested Beanstalkd UI

https://xuri.me/aurora/