Hello,
I’m monitoring a SQL server with Zabbix active agent and I have created a Stored procedure, that gives back to Zabbix a text if no issue then ‘None’’, but I’m trying to create a trigger if that ‘’None’ changes to something else, let’s say “Piter Bennet” or “Ben Bustong” or any other I would need a trigger to go off on each of them until they it goes back to “None”
I already tried several options, that I found on the internet, but none helped
Also, tried with {hostname:<itemname>.strlen(0)}=4, but trigger won’t save it gives item parameter “1/expression”: incorrect expression starting from
Could someone please give an example with Zabbix version 6.0.7?
Thanks
I’m monitoring a SQL server with Zabbix active agent and I have created a Stored procedure, that gives back to Zabbix a text if no issue then ‘None’’, but I’m trying to create a trigger if that ‘’None’ changes to something else, let’s say “Piter Bennet” or “Ben Bustong” or any other I would need a trigger to go off on each of them until they it goes back to “None”
I already tried several options, that I found on the internet, but none helped
Also, tried with {hostname:<itemname>.strlen(0)}=4, but trigger won’t save it gives item parameter “1/expression”: incorrect expression starting from
Could someone please give an example with Zabbix version 6.0.7?
Thanks
Comment