Hi,
I'm monitoring two machines, and i need to monitor if an application is running, but this application only runs on one of this two machines, is never running at the same time on both.
On zabbix 1.8.x i could create a trigger like this on both of the machines and it worked:
But now on zabbix 2.x it doesn't let me do this.
Anyone knows how can i accomplish this?
I'm monitoring two machines, and i need to monitor if an application is running, but this application only runs on one of this two machines, is never running at the same time on both.
On zabbix 1.8.x i could create a trigger like this on both of the machines and it worked:
Code:
{APP1:proc.num[process].last(0)}=0 & {APP2:proc.num[process].last(0)}=0
Anyone knows how can i accomplish this?