Hi
Trying to discover new hosts, I get the following result in my log file:
CONDITION_TYPE_DHOST_IP [0:10.2.1.1-255]
Query [select h.ip from dhosts h,dservices s where h.dhostid=s.dhostid and s.dserviceid=10]
In ip_in_list(list:10.2.1.1-255,ip:10.2.1.80)
End ip_in_list(ret:FAIL)
Condition is FALSE
As far as I can tell, this happens when zabbix tries to execute an appropriate action for the discovered host. Now what seems weird to me is that the condition "address must be in 10.2.1.1-255 range" should be false for the address 10.2.1.80 which clearly is in this range. Any advice?
thanks
Trying to discover new hosts, I get the following result in my log file:
CONDITION_TYPE_DHOST_IP [0:10.2.1.1-255]
Query [select h.ip from dhosts h,dservices s where h.dhostid=s.dhostid and s.dserviceid=10]
In ip_in_list(list:10.2.1.1-255,ip:10.2.1.80)
End ip_in_list(ret:FAIL)
Condition is FALSE
As far as I can tell, this happens when zabbix tries to execute an appropriate action for the discovered host. Now what seems weird to me is that the condition "address must be in 10.2.1.1-255 range" should be false for the address 10.2.1.80 which clearly is in this range. Any advice?
thanks
Comment