|
It depends on where the alarm rule is 'running'
If it is in a users process then you cant do a lot.
If it is in a detached process with either DETmcc or the alarm
manager then you can disable it with approriate commands.
If it is in its own batch command procedure then you could stop it !
A technique often used to stop multiple notifications from repetitive
firings is to make the alarm command procedure send its notification
via a data collector message and not via an alarm fired notification.
The command procedure that runs when the alarm fires can then
check a state machine ( logical name ) to see of it has fired once
and not notify again if it has. The only trouble then is clearing
the logical which need to be done when the alarm rule is cleared,
this may need another alarm rule. If you want to see how this is done,
it is done be the mcc_reach procedures by Mr Woodcock ( now left).
There is a pointer in MCC-TOOLS
Dave.
|