jd:/dev/blog_
· 1 min read

First release of PyMuninCli

Today I release a Python client library to query Munin servers.

Today I release a Python client library to query Munin servers.

I wrote it as part of some experiments I did a few weeks ago. I discovered there was no client library to query a Munin server. There’s PyMunin or python-munin which help developing 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.

share:

Related posts

Python Logging with Datadog
· 3 min read

Python Logging with Datadog

At Mergify, we generate a pretty large amount of logs. Every time an event is received from GitHub for a particular pull request, our engine computes a new state for it.

Read more →
Python bad practice, a concrete case
· 7 min read

Python bad practice, a concrete case

A lot of people read up on good Python practice, and there's plenty of information about that on the Internet. Many tips are included in the book I wrote this year, The Hacker's Guide to Python.

Read more →