Skip to content

Python framework for building Munin plugins (also includes some plugins prebuilt).

License

Notifications You must be signed in to change notification settings

badele/python-munin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This library provides helper classes for writing plugins for the server monitoring tool Munin. It also comes with some prebuilt plugins for various services including PostgreSQL, Memcached, and Nginx.

Installation

Sample installation on Debian distribution

dev base requirement

apt-get install python-pip git

Install python-munin

cd /usr/local/src/
git clone https://github.com/samuel/python-munin.git
pip install python-munin/

Sample activation plugin (ex: mysql_replication)

apt-get install python-mysqldb
cd /etc/munin/plugins
ln -s /usr/local/src/python-munin/plugins/mysql_replication mysql_replication
vi /etc/munin/plugin-conf.d/mysql_replication # edit options
/etc/init.d/munin-node restart

About

Python framework for building Munin plugins (also includes some plugins prebuilt).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.0%
  • Shell 8.0%