Hello,
When I try to create a trigger with this expression:
{myhostname:vfs.fs.size[c:,free].last(0)}<1500000000
it gives the following errors:
preg_match(): Compilation failed: unknown option bit(s) set at offset 0 [api/classes/CTriggerExpression.php:93]
Incorrect trigger function "last(0)" provided in expression. Incorrect function format. Check expression part starting from "{myhostname:vfs.fs.size[c:,free].last(0)}<1500000000".
I'm using Zabbix 2.0.2. Only thing that has recently changed is PHP which was upgraded to version 5.3.14. Dont even know if thats related to this problem though.
The expression seems to be okay and has worked before (in 1.8).
Anyone any ideas?
Thanks!
When I try to create a trigger with this expression:
{myhostname:vfs.fs.size[c:,free].last(0)}<1500000000
it gives the following errors:
preg_match(): Compilation failed: unknown option bit(s) set at offset 0 [api/classes/CTriggerExpression.php:93]
Incorrect trigger function "last(0)" provided in expression. Incorrect function format. Check expression part starting from "{myhostname:vfs.fs.size[c:,free].last(0)}<1500000000".
I'm using Zabbix 2.0.2. Only thing that has recently changed is PHP which was upgraded to version 5.3.14. Dont even know if thats related to this problem though.
The expression seems to be okay and has worked before (in 1.8).
Anyone any ideas?
Thanks!
Comment