Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Cleanup wrong files uploaded
  • Loading branch information
JRAndreassen committed Jun 17, 2015
1 parent 67c72ee commit 475e0a1
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 2,417 deletions.
55 changes: 49 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,28 @@ Preparing your PRTG installation
Getting the mini probe
------------------

- You can download a pre-built WAR, which should work both in standalone-mode and as part of an application server, from [the releases page](https://github.com/PaesslerAG/JMXMiniProbe/releases)
- You can download a pre-built WAR, which should work both in standalone-mode and as part of an application server, from
[the releases page](https://github.com/PaesslerAG/JMXMiniProbe/releases)
- A gradle and/or ant config is on the TODO list

Starting the probe in standalone-mode
-------------------------------------

Standalone mode causes the probe to run with it's own threadpool, so you don't need to have an application server installed.

Start it with:
```java JMXProbe.war -c prtgjmx.properties```
For Windows and *nix using the Java Service Wrapper(JSW) Start it with:
```JMXMiniProbe {-c prtgjmx.properties}```

For platforms not supported by JSW use:
```runJMXMiniProbe {-c prtgjmx.properties}```

the ```prtgjmx.properties``` file should be writable by the UID running the probe and include the following parameters:

```
key=prtg_probe_key
host=10.0.2.160
host=ww.xx.yy.zz
```
You can copy the file ```prtgjmx-sample.properties``` as a starting point.

Now you can approve the new MiniProbe in the PRTG web UI and start adding new sensors to it.

Expand All @@ -45,5 +50,43 @@ Starting the probe in an application server
```
key=prtg_probe_key
host=10.0.2.160
```
* Add **com.paessler.jmxprobe.config=/path/to/config/file** to the server's Java options or classpath.
#port=8080
#webprotocol=https
#webprotocol=http
#Debug Level
#debug=1
#workerthreads=10
#baseinterval=30
* If your config file is called prtgjmx.properties and is in the root of the "webapp\JMXProbe" directory, no additional config is needed
If you have a different config, add **com.paessler.jmxprobe.config=/path/to/config/file** to the server's Java options or classpath
Changelog
=========
2015-06-09
----------
- Added profile based sensor creating to JMX and Port
- Added JMX Profiles for Tomcat and Miniprobe (selfie)
- Added Port Profiles for Active Directory Critical
- Added Executable script generation using appassembler
- Added utility to generate JMX Profile fragment to list all MBeans in the JVM
2015-04-25
----------
- Added HTTP(s) Sensor
- Added Port List Sensor
- Fixed issues with pom
- Implemented MBean to monitor the Probe itself.
2015-04-25
----------
- Added Worker Threads as parameter
- Added SNMP Vector functionality
- Added SNMP OID functionality
- Added functional maven build file (pom.xml)
30 changes: 0 additions & 30 deletions data/prtgjmx.properties

This file was deleted.

6 changes: 0 additions & 6 deletions jsw/README

This file was deleted.

Loading

0 comments on commit 475e0a1

Please sign in to comment.