Ad Widget

Collapse

Discovery problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cockroach
    Junior Member
    • Jul 2007
    • 7

    #1

    Discovery problem

    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
  • cockroach
    Junior Member
    • Jul 2007
    • 7

    #2
    Bug found

    Okay, this seems to actually be a bug in ip_in_list.

    See http://www.zabbix.com/forum/showthread.php?p=24255 for details.

    Comment

    Working...