python-munin icon indicating copy to clipboard operation
python-munin copied to clipboard

Python framework for building Munin plugins (also includes some plugins prebuilt).

Results 7 python-munin issues
Sort by recently updated
recently updated
newest added

Hi, developer! Thanks for your munin plugins. As I git clone your plugin and install it use easy_install.But in the interactive show error there ``` root@saltserver:~# easy_install python-munin/ Processing Writing...

There are 2 more plugins we use in production in our company; - elasticsearch plugin for query execution time monitoring. - ElasticSearch (http://www.elasticsearch.org/) has a good API, so I just...

- Adding ability to use ":" separator for symlinks. This allows one graph to contain multiple message queues without setting an environment variable. Ex. "ln -s aws_sqs_queue_length_testqueue1:testqueue2:testqueue3 => /usr/share/munin/plugins/aws_sqs_queue_length_" -...

Fixes #11 - Allows the munin plugin config var "env.AWS_REGION = " to override the default boto region of 'us-east-1' - Change title of graph to display region name instead...

A minor change, add a sample python-munin installation with sample activation plugin

After cding into my /usr/share/munin/plugins directory, I run ``` db1:/usr/share/munin/plugins$ python mongodb_flush_avg total_ms.value 6837.046 ``` You can see it is returning a float. No graph was being produced to I...

The munin plugin tracebacks when trying to query the queue length for message queues outside the default region of us-east-1. ``` $ sudo munin-run aws_sqs_queue_length_test-queue-us-west-2 Traceback (most recent call last):...