I am trying to create an alert and an hourly report based on a threshold breached for Cisco ASA remote VPN peers. On account of COVID-19 we will suddenly have an influx of people working from home and our licensing may not be up to the task as we've never seen this level of working from home before so we'd like to monitor the number of total active users. I have found the OIDs we need to use-I'd like to create a graph and an alert based on a threshold. The two OIDs are:
1.3.6.1.4.1.9.9.392.1.3.1 - crasNumSessions (the total number of remote VPN sessions active)
1.3.6.1.4.1.9.9.392.1.1.1 - crasMaxSessionsSupportable (the denominator for the percentage of the threshold used)
I don't know where to start on this-I've managed to add a custom graph using the first OID but I don't know how to get this to compare this to the number available. I've already created a custom poller for this, but that doesn't necessarily seem to be what I want, as it seems to change all the polling on the ASAs I'm monitoring. The first OID appears to be available to monitor via custom chart as Node>VPN RA Detail>Active sessions, but the second one doesn't appear in there. Is there a way to modify the existing poller or do I need to define a new one from scratch and add this in to enable that second OID? I'm not familiar with custom SQL queries, either-perhaps that's what's needed?