A monitored disk that went to 4% and didn't send alarms while the threshold was 10% critical.
Release : 20.4
Network connectivity issue between the primary hub and the database server at the same time as the alarm policy
Look at the policy_management_ws log file from Nimsoft\probes\service\wasp of the OC which is the package that handle the alarm policies.
Working and not working examples as below:
1 - Issue processing alarm policies
2022-10-21 10:56:40.330 [ Timer-0] ERROR service.HeartBeatService - Registration of this policy node to master failed, java.net.SocketTimeoutException: connect timed out
2022-10-21 10:56:40.330 [ Timer-0] DEBUG service.HeartBeatService - Setting policy processing mode to false
2022-10-21 11:01:29.718 [ Timer-0] ERROR config.PolicyManagementConfig - Failed to get DataEnginer address or Hubip
com.nimsoft.nimbus.NimStatusCodeException: Received status (4) on response (for sendRcv) for cmd = 'nametoip' name = '/<domain>/<hub>/<robot>/<probe>'
2- Working alarm policies:
2022-10-23 05:29:52.334 [-utility-1] INFO config.PolicyManagementServletContextListener - Initialized (./conf/policy_log4j2.xml).
2022-10-23 05:29:52.365 [-utility-1] DEBUG config.PolicyManagementServletContextListener - Context Initialized
2022-10-23 05:30:19.414 [-utility-1] INFO service.HeartBeatService - This is the node running on the non-primary hub robot
2022-10-23 05:30:19.414 [-utility-1] INFO service.HeartBeatService - Primary wasp is at //<domain>/<hub>/<robot>/<probe>
2022-10-23 05:30:19.421 [-utility-1] INFO service.HeartBeatService - HA Master is running at http://##.###.##.##.###:8080/adminconsoleapp
2022-10-23 05:30:19.537 [-utility-1] INFO config.PolicyManagementConfig - Config file successfully loaded.
..