# pgbouncer munin plugin

DevFeed: [pgbouncer munin plugin](<https://devfeed.tech/articles/pgbouncer-munin-plugin-34462.md>)

Original publisher: [Read original article](<https://tapoueh.org/blog/2011/11/pgbouncer-munin-plugin/>)

Author: Dimitri Fontaine PostgreSQL Major Contributor; Author

Published: 2011-11-16T13:00:00Z

Content type: release

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [Code](<https://devfeed.tech/topics/code.md>), [Python](<https://devfeed.tech/topics/python.md>), [Script](<https://devfeed.tech/topics/script.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [python](<https://devfeed.tech/tags/python.md>), [script](<https://devfeed.tech/tags/script.md>)

## AI overview

The author publishes a newer version of a Munin plugin for monitoring PgBouncer. The plugin is implemented in about 300 lines of Python and supports older PgBouncer versions that required a nonstandard protocol for retrieving data.

## Source excerpt

It seems that if you search for a munin plugin for pgbouncer it's easy enough to reach an old page of mine with an old version of my plugin, and a broken link. Let's remedy that by publishing here the newer version of the plugin. To be honest, I though it already made its way into the official munin 1.4 set of plugins, but I've not been following closely enough. As the plugin is 300 lines of python code, it's not a good idea to just inline it here, so please grab it at pgbouncer_.