We have tried to make separate actions depending on application name.
All items monitoring services has application name containing _SERVICES at the end.
So we then have one action checking --> application name like _SERVICES
And one that has application name not like _SERVICES.
However both are firing when trigger goes into Problem state.
Any tips to what might be wrong here ?
Example:
Action1
Maintenance status not in maintenance
Application not like _SERVICES
Application not like _API_
Application not like Filesystems
Trigger value = PROBLEM
Action2
Maintenance status not in maintenance
Application = Filesystems
Trigger value = PROBLEM
In my head Action1 should not fire when trigger related to an item where application contains Filesystems.
It does however fire both actions. 0_o
All items monitoring services has application name containing _SERVICES at the end.
So we then have one action checking --> application name like _SERVICES
And one that has application name not like _SERVICES.
However both are firing when trigger goes into Problem state.
Any tips to what might be wrong here ?
Example:
Action1
Maintenance status not in maintenance
Application not like _SERVICES
Application not like _API_
Application not like Filesystems
Trigger value = PROBLEM
Action2
Maintenance status not in maintenance
Application = Filesystems
Trigger value = PROBLEM
In my head Action1 should not fire when trigger related to an item where application contains Filesystems.
It does however fire both actions. 0_o
Comment