I want to create a trigger that gives me a warning when the zabbix agent version is to old.
but when I use this expression :
{Agent Microsoft Windows:agent.version.last(0)}=1.8.12
When I try to save the trigger I get two errors:
Incorrect trigger expression format "{constant}=({constant}.{constant})".
Check expression part starting from "{Agent Microsoft Windows:agent.version.last(0)}=1.8.12".
What am I doing wrong ?
but when I use this expression :
{Agent Microsoft Windows:agent.version.last(0)}=1.8.12
When I try to save the trigger I get two errors:
Incorrect trigger expression format "{constant}=({constant}.{constant})".
Check expression part starting from "{Agent Microsoft Windows:agent.version.last(0)}=1.8.12".
What am I doing wrong ?
Comment