Hi! For the last couple of years I have had my scripts report various minus numbers to signify different failure conditions. This was to stop an item going Unsupported when something failed or timeout. Instead I can trigger a useful message saying what had failed.
However in the latest version 1.8.3 I just finished a very shiny MySQL monitoring script that returns -1 or -2 depending on what goes wrong and I got met with this error when attempting to create the trigger in the GUI:
Here is my expression: 
However in the latest version 1.8.3 I just finished a very shiny MySQL monitoring script that returns -1 or -2 depending on what goes wrong and I got met with this error when attempting to create the trigger in the GUI:
Originally posted by Zabbix 1.8.3

Code:
{t_MySQL_Slave:system.run[/usr/local/bin/zabmysqlstats.pl --slave-status].last(0)}=-2
Comment