Follow the steps in the net_connect probe troubleshooting steps to mitigate this issue. The problem occurs when the monitoring interval is insufficient to execute all monitoring profiles.
Note that these recommended values are tested with 6500 profiles on Windows and 5048 profiles on Unix/Linux platforms.
However, the average response time for profiles must be up to 10 ms. For failure scenarios, response time must be up to 10 percent. If the profile number, average response time, and number of fail scenarios increase, you can modify the recommended monitoring parameters.
Message Filtering
It is also possible to either 'filter out' or reduce the severity of the alarms.
Reducing alarm severity
v3.03 or higher
- use the message pool manager in the probe GUI config and change the severity of the alarm to the desired level
2.93 or higher
- create a nas preprocessing rule that uses a script to alter the severity
event.level = 2
event.message = "Profile failed to execute in scheduled time interval"
return event
The nas pre-processing rule 'Message string' should be defined as:
Profile * failed to execute in scheduled time interval
Filtering out the alarms
Create a nas preprocessing rule with the following message filter via the nas GUI and then enable it, and test it by sending a test alarm via the nas Status Tab via rt-click Send test alarm:
/.*Profile failed to execute.*/