Hello everybody
I'm new with Zabbix and I have a little issue. I set ODBC in order to create som sql query. Those query check some value and the result is triggered if wrong. All fine. But now I have a new check to set that I only can check between 14h00 and 15h00.
So, acordng to some posts I use this sintaxe in my trigger:
{Zabbix server:db.odbc.select[GesIntel,ESTTEL].last()}>0
This trigger works but I need to add the tiem range.
I try like this:
{Zabbix server:db.odbc.select[GesIntel,ESTTEL].last()}>0 & ({Zabbix server
roc.num[ntpd].time(0)}<153000 | {Zabbix server
roc.num[ntpd].time(0)}>140000)
This sintaxe is wrong because I have a sintaxe error... Someone can help me
I'm new with Zabbix and I have a little issue. I set ODBC in order to create som sql query. Those query check some value and the result is triggered if wrong. All fine. But now I have a new check to set that I only can check between 14h00 and 15h00.
So, acordng to some posts I use this sintaxe in my trigger:
{Zabbix server:db.odbc.select[GesIntel,ESTTEL].last()}>0
This trigger works but I need to add the tiem range.
I try like this:
{Zabbix server:db.odbc.select[GesIntel,ESTTEL].last()}>0 & ({Zabbix server
roc.num[ntpd].time(0)}<153000 | {Zabbix server
roc.num[ntpd].time(0)}>140000)This sintaxe is wrong because I have a sintaxe error... Someone can help me

Comment