My PRTG server is not accessible from the internet, but still I would like to show some of my sensors to the public, like on Ducksboard. How can I do this?
How can I publish my sensors on Ducksboard?
Votes:
0
8 Replies
Votes:
1
PTF.Ducksboard
This is possible with Custom Sensor PTF.Ducksboard.
PTF.Ducksboard uses the monitoring result of an existing sensor and pushes the data to Ducksboard. As the data is pushed, there is no need for your PRTG server to be accessible from the internet.
Using Ducksboard, you can provide a public read only link to your monitoring data with widgets like this:
You can sign up for a free Ducksboard developer account here. A free developer account has limitations, but is perfect for publishing your PRTG monitoring data.
The sensor can be downloaded here.
Votes:
0
good morning
I'm trying to use this sensor and I get the following error
Remote server error: (401) Unauthorized.
You mean the server running the PRG?
thanks
Votes:
0
Hi Borja,
This indicates a wrong API key / slotname combination.
Click your Ducksboard Custom Widget and select "WIDGET PREFERENCES" to find your API Key and Slotname.
The API key is shown at the bottom of the preferences window.
The slotname can be derived from the url where it says "POINT YOUR DATA TO THIS URL" If for example the url here reads "https://push.ducksboard.com/v/123456" your slotname is "123456"
regards,
Votes:
0
This looks really good!
A couple of questions please:
1. How do you send the data for the 3 custom boxes in your first example, Up, Down and Paused, i.e. how do I obtain these values from PRTG?
2. The Status Widget (Text) looks a nice one to show the up or down status of a sensor, according to the Ducksboard API documentation this requires 0 OK (green), 1 ERROR (red), 2 WARNING (yellow) to display correctly. Is it possible to get these values out of PRTG to send to Ducksboard?
Thank you
Votes:
0
Hi Richard,
Thanks for your feedback. To answer your questions:
1. You can obtain the number of Down, Warning and Paused sensors from PRTG using the SensorCount Custom Sensor. You will need to run an instance of this sensor for each status that you want to retreive and also an instance of the Ducksboard Sensor for each status (number) that you want to push to Ducksboard.
So to send data to the three csutom boxes, you will need to run a total of 6 sensors.
2. At the moment this is not possible, but I like the idea. If you send me an email we can do some testing with a modified version of the Ducksboard sensor.
Regards,
Votes:
0
Update:
Version 13.1.3.3 of the sensor now supports sending multiple channels (of the same source sensor) in one run.
Also the Status Widget is supported now.
Using the –s switch in combination with a ‘custom status’ widget it will send the status of the source sensor (down, warning, up) to the widget.
Votes:
0
Just revisiting this.
I notice that the Ducksboard dashboard is an hour different to the sensor update time. The Sensor display comes up "An Hour From Now" in the time field in Ducksboard.
I assume that this is because Duckboard is using UTC time whereas in the UK we are currently in Daylight Saving time which is UTC + 1 hour.
Is there any way to send the sensor data in UTC time to avoid this discrepancy?
Thanks
Votes:
0
Hi Richard,
Thanks for reporting this.
A new version of the Ducksboard sensor has been published, resolving this issue.
Regards,
Add comment