Skip to content

romaintb/munin-kue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

munin-kue

WARNING this is deprecated. It worked on older versions of kue.

Munin plugin to monitor kue. Written in perl.

about

At the moment, the plugins parses the json api. You must enable the web interface of kue for this plugin to work.

This is a work in progress, at a very early stage.

A plugin that reads information out of redis might be written some day.

Feel free to contribute.

installation

On Debian :

  • put the plugin in /usr/share/munin/plugins/
  • create two symlinks to the plugin, named kue_worktime and kue_common in /etc/munin/plugins/.
  • see the options section to configure the plugin to match your setup
  • restart munin-node

options

name default value
host 127.0.0.1
port 3000

If you need to change those values, you can override them by adding those lines to /etc/munin/plugin-conf.d/munin-node (on Debian) :

[kue_*]
env.host 192.168.0.1
env.port 5678

About

munin plugin to monitor kue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages