200. Integration - Triggers

Monitor Triggers so that all active Custom Event Actions have corresponding enabled database trigger.

Multiple Instances: No

Interval: Every 5 minutes (288 times per day)

Status Expression
Warning If (Number of disabled active triggers for events > 0)

Description Disabled Custom Event trigger on Enabled Event Actions.
Impact An Event action that have business critical actions must always be fully active.
An enabled Event Action requires an enabled Custom Event which requires an enabled database trigger.
Cause: Typically Custom Event triggers not enabled after a delivery that failed.
Suggestion Enable Custom Event database triggers that should be enabled.
Delete (deactivate) obsolete Event Actions - ask customer.
OK If not status Warning.
Unknown Missing application response.

Metric & Service Command line example
Number of disabled active triggers for events java -jar application-monitoring-metrics-cli.jar db -host=localhost -instance=<instancename> -user=ifsmonitoring -pass=<password> -appowner=<value> -request=EVENT_ACTIONS -wa=0 -do