PyMuninCli - a Python Library for Accessing Munin Daemons
Today 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.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





