mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
b8ed5d1005
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.
34 lines
682 B
ReStructuredText
34 lines
682 B
ReStructuredText
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
|
|
|