Hello, I'm using Zabbix 1.8.7 with Mysql in SLED 11 SP1.
I have a problem of trigger false positives, because sometimes I have items that are not updated in the expected range (the subject of performance or power cycle the server)
That is, I have a trigger that indicates whether the time for a host is outdated, it has the condition "{template_1: zabbix_localtime.sh [" sec "]. Last (0)} - {template_1: getHasar_relojSys.sh [" ftp sec "]. last (0)}> 7202", which are item "external check"
where:
zabbix_localtime.sh: Returns the time in seconds of zabbix server every 10 minutes.
getHasar_relojSys.sh: Returns the time in seconds of each 10 minutes Host
The trigger works fine, except that sometimes the item getHasar_relojSys.sh not updated every 10 minutes (one 2-hour delay firing the trigger causes a false positive)
I can not find an ideal way (correct) to check that the trigger condition is valid only if the timestamp / "Last check" of the two item are close (which do not differ by more than 30min)
As I can put the condition?
Through reading it, it was a struggle ..
I have a problem of trigger false positives, because sometimes I have items that are not updated in the expected range (the subject of performance or power cycle the server)
That is, I have a trigger that indicates whether the time for a host is outdated, it has the condition "{template_1: zabbix_localtime.sh [" sec "]. Last (0)} - {template_1: getHasar_relojSys.sh [" ftp sec "]. last (0)}> 7202", which are item "external check"
where:
zabbix_localtime.sh: Returns the time in seconds of zabbix server every 10 minutes.
getHasar_relojSys.sh: Returns the time in seconds of each 10 minutes Host
The trigger works fine, except that sometimes the item getHasar_relojSys.sh not updated every 10 minutes (one 2-hour delay firing the trigger causes a false positive)
I can not find an ideal way (correct) to check that the trigger condition is valid only if the timestamp / "Last check" of the two item are close (which do not differ by more than 30min)
As I can put the condition?
Through reading it, it was a struggle ..
Comment