mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-08 07:03:20 +00:00
Initial commit of pypmmn
A port of pmmn to python. * Currently only handles text from stdin (as with pmmn). * The location of the ``plugins_folder`` is currently hardcoded. * No command line arguments parsed yet.
This commit is contained in:
parent
aa2691a4c2
commit
b8ed5d1005
4 changed files with 182 additions and 0 deletions
33
tools/pypmmn/README.rst
Normal file
33
tools/pypmmn/README.rst
Normal file
|
@ -0,0 +1,33 @@
|
|||
PyPMMN
|
||||
======
|
||||
|
||||
PyPMMN is a pure python port of pmmn_.
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
PyPMMN does not have any requirements other than the python standard library.
|
||||
For compatibility, it's targeted for Python 2.4 and up.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
The python way
|
||||
--------------
|
||||
|
||||
Download the folder and run::
|
||||
|
||||
python setup.py install
|
||||
|
||||
This will install ``pypmmn.py`` into your system's ``bin`` folder. Commonly,
|
||||
this is ``/usr/local/bin``.
|
||||
|
||||
Manually
|
||||
--------
|
||||
|
||||
Download the folder and copy the file ``pypmmn/pypmmn.py`` to a location of
|
||||
your choice and ensure it's executable.
|
||||
|
||||
|
||||
.. _pmmn: http://blog.pwkf.org/post/2008/11/04/A-Poor-Man-s-Munin-Node-to-Monitor-Hostile-UNIX-Servers
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue