Skip to content

Commit ece4e9a

Browse files
author
Konstantin Wolff
committed
updated status
1 parent 9a5a156 commit ece4e9a

2 files changed

Lines changed: 24 additions & 26 deletions

File tree

README.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,41 @@
11
PythonMiniProbe
22
===============
33

4-
## There are major changes planned to the underlying API in PRTG. Therefore, this project is currently on hold.
4+
With the current version of PRTG, you can use the Mini Probe interface with your custom code to implement solutions to special scenarios that you might have in your network. Please note that there are major changes planned to the underlying API in PRTG. Therefore, any code you write now will likely need to be changed later, so it can be used for future versions of PRTG.
5+
Further news about changing interfaces will be provided here as soon as there are more detailed plans available.
56

6-
Further news will be provided here.
7+
Current Status: BETA
78

8-
Current Status: BETA ON-HOLD
99
MiniProbe POC for PRTG Network Monitor written in Python which accesses the MiniProbe Interface on the PRTG Core Server.
1010

11-
DO NOT USE THIS BRANCH IN PRODUCTION! Development!
11+
1212

1313
Build Status
1414
------------
1515
[![Build Status](https://travis-ci.org/PaesslerAG/PythonMiniProbe.svg?branch=development)](https://travis-ci.org/PaesslerAG/PythonMiniProbe)
1616

1717
IMPORTANT: Major changes in this branch. Please see Migration Howto below!
18-
Installation for this branch
19-
----------------------------
18+
Installation
19+
------------
20+
- set up your PRTG server to use HTTPS (other connection methods not allowed at the moment)
21+
- allow MiniProbes to connect (Setup -> Probes -> Allow MiniProbes to connect)
22+
- 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)
23+
- This is tested during the setup
2024
- Install python-dev and build-essential (or at least gcc) packages
2125
- Install pip as outlined here https://pip.pypa.io/en/latest/installing.html (pre Python 2.7.9)
2226
- Download either zip or clone repository
2327
- run command 'sudo python setup.py install' which will install all necessary packages
2428
- run command 'sudo python setup.py configure' which will bring up the configuration dialogue
2529

30+
The miniprobe should now be started. You should also be able to start/stop the same using the command
31+
32+
sudo service prtgprobe start
33+
34+
or
35+
36+
sudo service prtgprobe stop
37+
38+
2639
Migration Guide
2740
---------------
2841
- Copy away file probe.conf
@@ -50,25 +63,6 @@ Module list deprecated as pip will resolve dependencies!
5063
- requests (https://pypi.python.org/pypi/requests/2.5.3)
5164
- dnspython (https://pypi.python.org/pypi/dnspython/1.12.0)
5265

53-
Installation
54-
------------
55-
- set up your PRTG server to use HTTPS (other connection methods not allowed at the moment)
56-
- allow MiniProbes to connect (Setup -> Probes -> Allow MiniProbes to connect)
57-
- 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)
58-
- This is tested during the setup
59-
- Install python-dev and build-essential (or at least gcc) packages
60-
- Install pip as outlined here https://pip.pypa.io/en/latest/installing.html (pre Python 2.7.9)
61-
- Download either zip or clone repository
62-
- run command 'sudo python setup.py install' which will install all necessary packages
63-
64-
The miniprobe should now be started. You should also be able to start/stop the same using the command
65-
66-
sudo service prtgprobe start
67-
68-
or
69-
70-
sudo service prtgprobe stop
71-
7266

7367
Installation of DS18B20
7468
----------------------
@@ -119,6 +113,10 @@ Changelog
119113

120114
=======
121115

116+
12-02-16
117+
--------
118+
- Status update on future of Mini Probe API
119+
122120
23-07-2015
123121
----------
124122
MAJOR CHANGES:

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.2.8
1+
16.1.22

0 commit comments

Comments
 (0)