On Jul 4, 2021, at 11:02 AM, luke devon via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Hi, How can we identify what supposed to be monitored in FreeRadius apart from System related features like CPU/MEM/HDD space ...etc. Is it possible to get a list like this? Service: Network Policy Server CPU and Memory UsageAccounting: Accounting-Requests/secAccounting: Accounting-Responses/secAccounting: Server Reset TimeAccounting: Server Up TimeAuthentication: Access-Accepts/secAuthentication: Access-Challenges/secAuthentication: Access-Rejects/secAuthentication: Access-Requests/secAuthentication: Bad Authenticators/sec\
See scripts/snmp-proxy/README There's also documentation on the Wiki for setting this up. You can set up an SNMP proxy, and then just use the MIBs which are in mibs/ directory of the main release. Alan DeKok.