Dear all,
I got 2 windows MSSQL nodes clustered and I would like to see if services on both nodes are down.
Zabbix server is running 2.2.1 version and both nodes are running zabbix agent 2.0.6.
I set up both hosts with service_state["servicename"] items, then I set up one trigger for both as follows:
It works fine, except for Overview trigger visualisation!
this is a pic of what it happens:

It shows the green status ONLY for the second node, the one with stopped services, and nothing for the server with running services.
Is it a bug on the Trigger expression or my wrong configuration?
Thank you
Sergio
I got 2 windows MSSQL nodes clustered and I would like to see if services on both nodes are down.
Zabbix server is running 2.2.1 version and both nodes are running zabbix agent 2.0.6.
I set up both hosts with service_state["servicename"] items, then I set up one trigger for both as follows:
Code:
{SERVER1:service_state["servicenameA"].last(180)}#0 &{SERVER2:service_state["servicenameA"].last(180)}#0
this is a pic of what it happens:

It shows the green status ONLY for the second node, the one with stopped services, and nothing for the server with running services.
Is it a bug on the Trigger expression or my wrong configuration?
Thank you
Sergio