Hook script not invoked for some alarms. Existing logs are not helping in arriving at the root cause of the issue.
SMARTS - 10.1.x
SMARTS - 2.x
TCSA - 2.x
hook->start()
in the script and put logs around it for further debugging. PFB for reference:[~]# grep -B1 'hook->start()' ics-nl-processing_updated.asl
print("Debug 1 test Hook Started: NotificationName ".eventObj->Name);
hook->start() ? LOG;
--
print("Debug 2 test Hook Started: NotificationName ".notifObj->Name);
hook->start() ? LOG;