I created a UserParameter called "docker-mongodb.status" that sucessfully returns up or down...
zabbix_get -k docker-mongodb.status -s 1.2.3.4 -p 10050
up
Now I am trying ti add a trigger expression but I canlt seem to figure out the syntax in Zabbix 6.0.13
{<host.example.com>:docker-mongodb.status.str(down)}=1
It returns this error...
Invalid parameter "/1/expression": incorrect expression starting from "{<host.example.com>:docker-mongodb.status.str(down)}=1".
What's the proper syntax here?
zabbix_get -k docker-mongodb.status -s 1.2.3.4 -p 10050
up
Now I am trying ti add a trigger expression but I canlt seem to figure out the syntax in Zabbix 6.0.13
{<host.example.com>:docker-mongodb.status.str(down)}=1
It returns this error...
Invalid parameter "/1/expression": incorrect expression starting from "{<host.example.com>:docker-mongodb.status.str(down)}=1".
What's the proper syntax here?
Comment