Hi,
My question might seem silly but I one of my collegue shows me that there seems to be a difference between the zabbix man of using the "siff trigger" and the actual way of using it.
In the man :
However when we use it :
I can explain the ">0" saying that the trigger compare the last and previous value of the Item and if it' something different than 0 the item is flaged as "PROBLEM" but I can't explain the "(0)" .
Why do we need to specify it ?
Shouldn't we use it as "{Template OS Windows:agent.hostname.diff}>0" ?
Is it because the function really need an inut value even if it's kinda dropped in this case ?
My question might seem silly but I one of my collegue shows me that there seems to be a difference between the zabbix man of using the "siff trigger" and the actual way of using it.
In the man :
| diff | |||
| Checking if last and previous values differ. | Supported value types: float, int, str, text, log Returns: 1 - last and previous values differ 0 - otherwise |
||
| {Template OS Windows:agent.hostname.diff(0)}>0 |
Why do we need to specify it ?
Shouldn't we use it as "{Template OS Windows:agent.hostname.diff}>0" ?
Is it because the function really need an inut value even if it's kinda dropped in this case ?
Comment