From ed77bcc9ccd0daa5d3e009f91f73af7e3959e2f6 Mon Sep 17 00:00:00 2001 From: Konstantin Wolff Date: Fri, 12 Jun 2015 08:25:46 +0200 Subject: [PATCH] updated documentation --- README.md | 9 ++++++--- VERSION.txt | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index daefd56..6bc345a 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,9 @@ IMPORTANT: If replacing the new probe.conf with the old one, make sure the line Prerequisites ----------------- Debian based system (tested on Ubuntu, Debian, Raspbian) -Python 2.7+ +Python 2.7+ (preferred 2.9) Needed modules are installed using the setup.py install phase: +Module list deprecated as pip will resolve dependencies! - pyasn1 (https://pypi.python.org/pypi/pyasn1/0.1.7) - pysnmp (https://pypi.python.org/pypi/pysnmp/4.2.5) - requests (https://pypi.python.org/pypi/requests/2.5.3) @@ -48,8 +49,10 @@ Installation - allow MiniProbes to connect (Setup -> Probes -> Allow MiniProbes to connect) - make sure you can reach the PRTG web interface from the machine the mini probe should run on (e.g. wget https://YOUR_PRTG_SERVER) - This is tested during the setup -- copy the miniprobe folder to your linux machine -- run the probe installer (e.g. "sudo python setup.py install") +- Install python-dev and build-essential (or at least gcc) packages +- Install pip as outlined here https://pip.pypa.io/en/latest/installing.html (pre Python 2.7.9) +- Download either zip or clone repository +- run command 'sudo python setup.py install' which will install all necessary packages The miniprobe should now be started. You should also be able to start/stop the same using the command diff --git a/VERSION.txt b/VERSION.txt index 533c88b..a2540d2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -15.2.6 +15.2.7