Hi, folks;
how can I use this functions when I'm setting up a trigger?
I have try the examples listed here
http://www.zabbix.com/manual/v1.1/config_triggers.php
I want an expression to return the seconds since it's last modified.I have tried these, but none of them worked.
(now-{tpl:vfs.file.time[/somefile,modify].last(0)})<900
{tpl:vfs.file.time[/somefile,modify].last(0)-now}<900
how can I use this functions when I'm setting up a trigger?
I have try the examples listed here
http://www.zabbix.com/manual/v1.1/config_triggers.php
I want an expression to return the seconds since it's last modified.I have tried these, but none of them worked.
(now-{tpl:vfs.file.time[/somefile,modify].last(0)})<900
{tpl:vfs.file.time[/somefile,modify].last(0)-now}<900
Comment