I'd like to calculate a delta between two items of a host and like the trigger to be TRUE if the delta is over the limit.
I tried this trigger:
({Host:check_url_lastmod[http://example.com].now(0)}-{Host:check_url_lastmod[http://example.com].last(0)})>21600
Unfortunately the system rejects this trigger to be false. so how could I realize it?
I tried this trigger:
({Host:check_url_lastmod[http://example.com].now(0)}-{Host:check_url_lastmod[http://example.com].last(0)})>21600
Unfortunately the system rejects this trigger to be false. so how could I realize it?
Comment