I am trying to setup an action that runs on a host when 2 specific triggers are active as problems on that 1 host.
I think I have it setup correctly, but the action doesn't seem to be firing.
Here is my Action config:
Conditions
(A) and (B and C)
A - Trigger value = PROBLEM
B - Trigger = Template_Name:Trigger
C - Trigger = Template_Name:Trigger
Operations
Step 1 Run remote commands on current host - Immediately
Target list: current host
Execute on: Zabbix agent
Commands: scriptpath\file
EnableRemoteCommands=1 is already in my conf file - I have other remote commands working properly on this host and others. I think the problem is in the conditions - they don't seem to be matching correctly.
Does anyone have something similar setup - any tips?
Thanks!
I think I have it setup correctly, but the action doesn't seem to be firing.
Here is my Action config:
Conditions
(A) and (B and C)
A - Trigger value = PROBLEM
B - Trigger = Template_Name:Trigger
C - Trigger = Template_Name:Trigger
Operations
Step 1 Run remote commands on current host - Immediately
Target list: current host
Execute on: Zabbix agent
Commands: scriptpath\file
EnableRemoteCommands=1 is already in my conf file - I have other remote commands working properly on this host and others. I think the problem is in the conditions - they don't seem to be matching correctly.
Does anyone have something similar setup - any tips?
Thanks!
Comment