Hello,
I am trying to understand how this trigger expression operates: {host:system.uptime.change(0)}<0
This is used to indicate when a server has been rebooted. It works, I just can't figure out how.
I cannot find any reference in the Zabbix documentation that shows the change function as able to accept a parameter. The documentation only states that it will give the difference between the N and N-1 values.
So, what does passing a '0' to the function do? Any why isn't the ability to do this in the documentation?
Thanks.
Bryan Hunt
I am trying to understand how this trigger expression operates: {host:system.uptime.change(0)}<0
This is used to indicate when a server has been rebooted. It works, I just can't figure out how.
I cannot find any reference in the Zabbix documentation that shows the change function as able to accept a parameter. The documentation only states that it will give the difference between the N and N-1 values.
So, what does passing a '0' to the function do? Any why isn't the ability to do this in the documentation?
Thanks.
Bryan Hunt
Comment