Hi
We have 2 servers where only 1 is active and the other is standby (Behind a LB). I have a template with all checks assigned to both nodes, but since the standby node is not doing anything, the triggers will fire.
Is there a way to make zabbix "detect" which one is active and only trigger triggers from the active one? The items on the active node will have data, but on standby node there will be 0.
EDIT:
I solved this by creating a userparameter on each host that checks if a specific process is running (Only running on active host). Then creating a low severity trigger to trigger if node is in standby. Then I created a dependency from all my actual alarms to this trigger.
It works, but not sure if this is the recommended way.
We have 2 servers where only 1 is active and the other is standby (Behind a LB). I have a template with all checks assigned to both nodes, but since the standby node is not doing anything, the triggers will fire.
Is there a way to make zabbix "detect" which one is active and only trigger triggers from the active one? The items on the active node will have data, but on standby node there will be 0.
EDIT:
I solved this by creating a userparameter on each host that checks if a specific process is running (Only running on active host). Then creating a low severity trigger to trigger if node is in standby. Then I created a dependency from all my actual alarms to this trigger.
It works, but not sure if this is the recommended way.