Hello Noah,
That will be highly unlikely, since adding any of those custom sensor types is blocked anyway on the level of "Hosted Probe".
You can use the REST Custom Sensor alternatively:
- Head to "Setup | Account Settings | My Account", press the button for showing the passhash and copy it, you'll need it later.
- Add a device with the DNS name of your PRTG instance (xxxx.my-prtg.com)
- Add sensor REST Custom to it
- Select template "prtg-sensor-stats" in the sensor's settings as "REST Configuration".
- In "Rest Query" enter this:
api/table.json?id=0&content=sensorxref&noraw=1&filter_basetype=probe&columns=totalsens=textraw,upsens=textraw,downsens=textraw,partialdownsens=textraw,warnsens=textraw,pausedsens=textraw,unusualsens=textraw,undefinedsens=textraw,downacksens=textraw&username=USERNAME&passhash=PASSHASH
- Replace USERNAME with your login (email address) and PASSHASH with the aforementioned passhash
This will show sensor stats for all sensors run on Hosted Probe.
If you like the sensor to show stats for a particular remote probe, click on the remote probe in the tree, you will see a link like this in your browser's address bar:
https://xxxx.my-prtg.com/probenode.htm?id=1234
1234 is the id of interest in this example, add the same sensor again and replace id=0 with id=1234
api/table.json?id=1234&content=sensorxref&noraw=1&filter_basetype=probe&columns=totalsens=textraw,upsens=textraw,downsens=textraw,partialdownsens=textraw,warnsens=textraw,pausedsens=textraw,unusualsens=textraw,undefinedsens=textraw,downacksens=textraw&username=USERNAME&passhash=PASSHASH
This will result in a sensor showing a summary of all sensor states for the regarding remote probe.
Kind regards,
Erhard
Add comment