11PythonMiniProbe
22===============
33
4+ Current Status: BETA
5+ MiniProbe POC for PRTG Network Monitor written in Python which accesses the MiniProbe Interface on the PRTG Core Server.
6+
47Build Status
58------------
69[ ![ Build Status] ( https://travis-ci.org/PaesslerAG/PythonMiniProbe.svg?branch=development )] ( https://travis-ci.org/PaesslerAG/PythonMiniProbe )
710
8- IMPORTANT: Major changes in this branch. Do NOT use in production! Might not work properly !
11+ IMPORTANT: Major changes in this branch. Please see Migration Howto below !
912Installation for this branch
1013----------------------------
1114- Install python-dev and build-essential (or at least gcc) packages
1215- Install pip as outlined here https://pip.pypa.io/en/latest/installing.html (pre Python 2.7.9)
1316- Download either zip or clone repository
1417- run command 'sudo python setup.py install' which will install all necessary packages
1518
16- Current Status: BETA
17- MiniProbe POC for PRTG Network Monitor written in Python which accesses the MiniProbe Interface on the PRTG Core Server.
19+ Migration Guide
20+ ---------------
21+ - Copy away file probe.conf
22+ - Stop the mini probe process
23+ - Delete the files /etc/init.d/probe and /etc/logrotate.d/probe (filenames might be prtgprobe as well)
24+ - Remove the /probe folder
25+ - Install python-dev and build-essential (or at least gcc) packages
26+ - Install pip as outlined here https://pip.pypa.io/en/latest/installing.html (pre Python 2.7.9)
27+ - Download either zip or clone repository
28+ - Run command 'sudo python setup.py install' which will install all necessary packages and will run the configuration
29+ - [ optional] Run 'install.sh' to skip the 4 steps above
30+ - Copy the gid line from your old probe.conf to the new probe.conf at /probe/miniprobe/probe.conf
31+ - Start the mini probe process, the mini probe will connect with the previous GID and continue monitoring
32+ IMPORTANT: If replacing the new probe.conf with the old one, make sure the line 'subprocs:10' is present in the file!
33+
1834
1935Prerequisites
2036-----------------
@@ -92,7 +108,7 @@ Changelog
92108=========
93109
94110=======
95- 29-05 -2015
111+ 11-06 -2015
96112----------
97113MAJOR CHANGES:
98114- restructuring project layout accoriding to pip compliance
@@ -101,6 +117,7 @@ MAJOR CHANGES:
101117- for installation, see above "Installation for this branch"
102118- added tests folder for future unit tests
103119- dropped probe_installer.py, code moved to setup.py
120+ - added release
104121
10512207-05-2015
106123----------
0 commit comments