Hey All,
I'm having trouble understanding triggers in Zabbix.
I have a UserParameter, CheckSamba, that runs on a linux system with zabbix-agent running. Values are being returned (0, 1, or 2). I see these values correctly in "latest data".
If I have a UserParameter setup. An Item setup (I selected "character" to handle the 0, 1 or 2).
Can you help me write a trigger that sets a high alert if CheckSamba comes back with a 1 or 2? Something like...
{hostname:CheckSamba()=(1|2)}
Thanks for any help.
I'm having trouble understanding triggers in Zabbix.
I have a UserParameter, CheckSamba, that runs on a linux system with zabbix-agent running. Values are being returned (0, 1, or 2). I see these values correctly in "latest data".
If I have a UserParameter setup. An Item setup (I selected "character" to handle the 0, 1 or 2).
Can you help me write a trigger that sets a high alert if CheckSamba comes back with a 1 or 2? Something like...
{hostname:CheckSamba()=(1|2)}
Thanks for any help.
Comment