Skip to content

Commit 7b35c60

Browse files
committed
Merge pull request #29 from PaesslerAG/bugfix_documentation
updated documentation
2 parents 0a33a3d + ed77bcc commit 7b35c60

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ IMPORTANT: If replacing the new probe.conf with the old one, make sure the line
3535
Prerequisites
3636
-----------------
3737
Debian based system (tested on Ubuntu, Debian, Raspbian)
38-
Python 2.7+
38+
Python 2.7+ (preferred 2.9)
3939
Needed modules are installed using the setup.py install phase:
40+
Module list deprecated as pip will resolve dependencies!
4041
- pyasn1 (https://pypi.python.org/pypi/pyasn1/0.1.7)
4142
- pysnmp (https://pypi.python.org/pypi/pysnmp/4.2.5)
4243
- requests (https://pypi.python.org/pypi/requests/2.5.3)
@@ -48,8 +49,10 @@ Installation
4849
- allow MiniProbes to connect (Setup -> Probes -> Allow MiniProbes to connect)
4950
- 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)
5051
- This is tested during the setup
51-
- copy the miniprobe folder to your linux machine
52-
- run the probe installer (e.g. "sudo python setup.py install")
52+
- Install python-dev and build-essential (or at least gcc) packages
53+
- Install pip as outlined here https://pip.pypa.io/en/latest/installing.html (pre Python 2.7.9)
54+
- Download either zip or clone repository
55+
- run command 'sudo python setup.py install' which will install all necessary packages
5356

5457
The miniprobe should now be started. You should also be able to start/stop the same using the command
5558

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.2.6
1+
15.2.7

0 commit comments

Comments
 (0)