Hello,
I'm building a trigger for changing an RSSI value in our antenas. Typical use case will be after heavy snowing or strong wind.
I would like to see somehing like: {HOST.NAME} RSSI changed from OLD.VALUE to CURRENT.VALUE, so I would like to get historical value, print it and the same I need to do for actual (last) value.
I didn't find any useful macro here: https://www.zabbix.com/documentation...ed_by_location but maybe it exists some workarounds.
I can get a host name and item current (last value) now I need just old (historical value).
For now I have this:
{HOST.NAME} RSSI changed from to {ITEM.LASTVALUE}
On this printscreen I have used {ITEM.LASTVALUE} and {ITEM.VALUE} but I got same value.
and expression like this: change(/Siklu_CB1/siklu.rssi)<10 (here I want to ask, the RSSI is a negative value and for example -35 is better than -40, how should I treat to negative values in terms of expressions?)
Thank you!
I'm building a trigger for changing an RSSI value in our antenas. Typical use case will be after heavy snowing or strong wind.
I would like to see somehing like: {HOST.NAME} RSSI changed from OLD.VALUE to CURRENT.VALUE, so I would like to get historical value, print it and the same I need to do for actual (last) value.
I didn't find any useful macro here: https://www.zabbix.com/documentation...ed_by_location but maybe it exists some workarounds.
I can get a host name and item current (last value) now I need just old (historical value).
For now I have this:
{HOST.NAME} RSSI changed from to {ITEM.LASTVALUE}
On this printscreen I have used {ITEM.LASTVALUE} and {ITEM.VALUE} but I got same value.
and expression like this: change(/Siklu_CB1/siklu.rssi)<10 (here I want to ask, the RSSI is a negative value and for example -35 is better than -40, how should I treat to negative values in terms of expressions?)
Thank you!
Comment