Hi, I'm trying to move to zabbix.
I created a service, for check connection on a port (postgresql):
net.tcp.port[10.203.119.66, 5432]
Then, I created a trigger:
{host:net.tcp.port[10.203.119.66, 5432].last(0)}=0
The service is green... ok... but when I stop the service, the trigger "doesn't trigger".
I changed the condition from =0 to =1, >0, #0... the trigger dont becomes red.
I created a graphic from the service, and the graphic updates correctly (when I stop the service the line go to 0, when I start, it come backs to 1).
But I cannot manage to make this trigger work.
I was using version 1.8.8, uninstalled and now with the 1.9.7 beta... none works.
What I'm doing wrong?
I created a service, for check connection on a port (postgresql):
net.tcp.port[10.203.119.66, 5432]
Then, I created a trigger:
{host:net.tcp.port[10.203.119.66, 5432].last(0)}=0
The service is green... ok... but when I stop the service, the trigger "doesn't trigger".
I changed the condition from =0 to =1, >0, #0... the trigger dont becomes red.
I created a graphic from the service, and the graphic updates correctly (when I stop the service the line go to 0, when I start, it come backs to 1).
But I cannot manage to make this trigger work.
I was using version 1.8.8, uninstalled and now with the 1.9.7 beta... none works.
What I'm doing wrong?
Comment