I am doing a rest query to a webservice and getting a string for a status value not a number.
In my case it is NewRelic, and I want to monitor the service health for one of my services.
The NewRelic API returns Green, Yellow, Red or Gray - depending on the service status within that particular application.
I can happily return this information to PRTG but I can't do anything with it.
I'm hoping there is a way to do a "reverse lookup" similar to how this can be done with an SNMP Custom Sensor so that I can get an Alarm when it is Red and a Warning when it is Yellow
Add comment