Dear PRTG,
I´m using RADIUS v2 sensor and want to monitor whether a service is running.
Reading https://www.paessler.com/manuals/prtg/radius_v2_sensor it is said:
"If authentication fails, the sensor shows a Down status."
Well, when I get an "authentication fails" as response from a RADIUS server, the RADIUS service is still running.
Therefore I would like to change the status for "authentication fails" to "Up" status for that specific sensor.
How can I change the meaning for the "authentication fails" event?
Article Comments
The sensor interprets the response by using a so-called lookup. Click on the channel "RADIUS Code" to open its channel settings. You can set the lookup in the dropdown to "None" which will cause the sensor to always be "green". The only way it would turn into "error" would be if the service does not respond, which sounds like what you want.
If you want to tinker with the lookup file itself, it is located in C:\Program Files (x86)\PRTG Network Monitor\lookups and can be edited using a texteditor. Beware however that changes to those default lookup files will be overwritten with every update of PRTG. Changing the sensor to use no lookup however is not affected by this.
Jan, 2016 - Permalink
The sensor interprets the response by using a so-called lookup. Click on the channel "RADIUS Code" to open its channel settings. You can set the lookup in the dropdown to "None" which will cause the sensor to always be "green". The only way it would turn into "error" would be if the service does not respond, which sounds like what you want.
If you want to tinker with the lookup file itself, it is located in C:\Program Files (x86)\PRTG Network Monitor\lookups and can be edited using a texteditor. Beware however that changes to those default lookup files will be overwritten with every update of PRTG. Changing the sensor to use no lookup however is not affected by this.
Jan, 2016 - Permalink