PyMuninCli - a Python Library for Accessing Munin Daemons
Join the DZone community and get the full member experience.
Join For FreeToday I'm releasing a Python client library to query Munin servers.
I wrote it as part of some experiment that I did a few weeks ago. I discovered that there was no client library to query a Munin server. There's PyMunin or python-munin which helped with the development of Munin plugins, but nothing to access the munin-node and retrieve its data.
So I decided to write a quick and simple one, and it's released under the
name of PyMuninCli,
providing the munin.client Python module.
PyMuninCli is a Python library made to access Munin daemons. It is available from the Git repository.
Published at DZone with permission of Julien Danjou. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments