Hi,
I'm trying to implement a trigger when a value suddenly drops or rises (think free space or ambient temperature). I'm thinking about comparing the last value with a value from the previous day, but I don't know how to accomplish this.
Theoretically, it should be "prev_free_space - current_free_space > some_value", but trigger expressions don't seem to support such a thing. Do they?
Is there any other way to do this using some feature that I don't know about? I'm using Zabbix 2.0.5.
Thanks.
I'm trying to implement a trigger when a value suddenly drops or rises (think free space or ambient temperature). I'm thinking about comparing the last value with a value from the previous day, but I don't know how to accomplish this.
Theoretically, it should be "prev_free_space - current_free_space > some_value", but trigger expressions don't seem to support such a thing. Do they?
Is there any other way to do this using some feature that I don't know about? I'm using Zabbix 2.0.5.
Thanks.
Comment