Welcome to netMon-poller’s documentation!¶
netMon-poller¶
Release v0.0.1.
netMon poller is an instance of a network poller part of the netMon suite. it uses ping/traceroute/iperf3/bla/bla network monitoring. interface with RESTful api
warning This is very much a work in progess, should not be released in the wild
Installation¶
warning nothing is documented, figure it out or don’t use it
netMon-poller¶
The preferred installation method is through PyPi (aka pip install) but as of now its not published. Will probably take a long time till it will be published
pip install netmon-poller
If pip is unavailable for any reason you can also manually install from github:
git clone https://github.com/thiezn/netMon-poller.git
cd netMon-poller
python3 setup.py test # (optional) testing through py.test and/or tox
python3 setup.py install
Examples¶
No examples for the moment