1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
No description
Find a file
Clemens Schwaighofer a2c35ad7c2 Postfix monitoring plugins to work with multiple postfix installs
If there are more than one postfix running, with separate config file,
and still use the same main log file, this scripts can create stats
split per running postfix instance.

Those scripts have not been tested on the new debian multiple postfix
infrastructure, only on real separate running postfix services.

Except postfix_mailvolume_multi, each plugin needs to be configured per
running postfix.

For mailqueue* it is the config folder name, for mailstats it is the
syslog_name in the config file.

mailvolume is also based on the syslog_name, but can do auto config if
nothing has been set.
2012-03-14 12:43:50 +09:00
images Move the screenshots next to plugins 2012-03-07 12:53:52 +01:00
plugins Postfix monitoring plugins to work with multiple postfix installs 2012-03-14 12:43:50 +09:00
templates/official Adding a copy of the official templates. 2012-01-12 15:32:37 +01:00
tools Pmmn is now mature enough to be called 1.0.0 2012-03-08 11:46:43 +01:00
README.md Revert "- indentation" 2012-03-07 16:53:31 +01:00

This is the repository for all user contributed stuff

contrib/plugins/ - 3rd-party plugins

This is usually where you want to begin your journey.

Here you'll find all the plugins coming from http://exchange.munin-monitoring.org/. That web site is for the time being disabled, new updates are done here.

If a dedicated website comes back alive, its plugin backend will be this git repo.

contrib/templates/ - 3rd-party templates

Feel free to update templates here, or even to create new ones.

Bonus points for mobile-friendly ones :)

Note that the one named official is a loose-synced copy of the one in SVN trunk. It should serves as a base for small editions that can be resynced in SVN trunk, so for that :

  • don't copy the whole template
  • directly edit files in this directory

contrib/tools/ - 3rd-party tools

Here, you can put just any kind of tool. Please use this directory instead of a random place on the internet. It makes things way more easy to search for others.

And, it serves as an incubator of SVN trunk/contrib :-)

Notes to contributors

We like to have ''elementary'' commits (a good rationale is : one per Changelog entry), as it is much easier to manage for reviewing. Debugging is also usually easier that way.

So please don't be afraid to make as many commits as needed.