I am trying to create the following trigger:
{bbapp9:system.run[netstat | grep bbdb2 | wc -l].min(120)} > 160
The error I get is:
Expression [{bbapp9:system.run[netstat | grep bbdb2 | wc -l].min(120)}] does not match to [server:key.func(param)]
the item key is:
system.run[netstat | grep bbdb2 | wc -l]
I am able to make this work if i manually add and like everything in the functions and triggers tables, but if I need to make changes I have to also do it through the database. Certainly not ideal. I am running zabbix 1.1.3
{bbapp9:system.run[netstat | grep bbdb2 | wc -l].min(120)} > 160
The error I get is:
Expression [{bbapp9:system.run[netstat | grep bbdb2 | wc -l].min(120)}] does not match to [server:key.func(param)]
the item key is:
system.run[netstat | grep bbdb2 | wc -l]
I am able to make this work if i manually add and like everything in the functions and triggers tables, but if I need to make changes I have to also do it through the database. Certainly not ideal. I am running zabbix 1.1.3