Hi,
trying to monitor FreeRADIUS as per instructions.
Script is running an returns output, like
FreeRADIUS-Total-Access-Requests = 397
FreeRADIUS-Total-Access-Accepts = 12
FreeRADIUS-Total-Access-Rejects = 30
FreeRADIUS-Total-Access-Challenges = 355
...
However, LibreNMS poller shows errors, like
Application: freeradius, app_id=87PHP Error(2): Undefined array key 1 in /opt/librenms/includes/polling/applications/freeradius.inc.php:20
PHP Error(2): Undefined array key "FreeRADIUS-Total-Access-Requests" in /opt/librenms/includes/polling/applications/freeradius.inc.php:31
PHP Error(2): Undefined array key "FreeRADIUS-Total-Access-Accepts" in /opt/librenms/includes/polling/applications/freeradius.inc.php:32
PHP Error(2): Undefined array key "FreeRADIUS-Total-Access-Rejects" in /opt/librenms/includes/polling/applications/freeradius.inc.php:33
PHP Error(2): Undefined array key "FreeRADIUS-Total-Access-Challenges" in /opt/librenms/includes/polling/applications/freeradius.inc.php:34
PHP Error(2): Undefined array key "FreeRADIUS-Total-Auth-Responses" in /opt/librenms/includes/polling/applications/freeradius.inc.php:55
PHP Error(2): Undefined array key "FreeRADIUS-Total-Auth-Duplicate-Requests" in /opt/librenms/includes/polling/applications/freeradius.inc.php:56
PHP Error(2): Undefined array key "FreeRADIUS-Total-Auth-Malformed-Requests" in /opt/librenms/includes/polling/applications/freeradius.inc.php:57
...
Actually, all other LibreNMS scripts return json output, but this one does not.
So is the script out of date or is it something else?
How do you monitor FreeRADIUS?
Thanks.