I am trying to the graph of a sensor that tells me the up down status. That is all. not percentage up, or up since. just straight 0 or 1. Is this possible?
my url i am sending is:
$url = "https://server.com/chart.png?width=700&height=420&graphid=0&id=". $id . "&username=someuser&passhash=somehash";
If you wanted to this, you would have to create a custom sensor to either run a ping or something like that and have it return either a 0 or 1 for a value to PRTG. This way PRTG would treat the 1 or 0 as a value and graph it. You can read more about custom sensors under the menu item Setup->PRTG API->Custom Sensors.
Oct, 2014 - Permalink