Xymon Mailing List Archive search

Combo Test

3 messages in this thread

list Antonio Marques · Wed, 24 Aug 2005 17:12:37 -0300 ·
I having many problems setting bbcombotest
I have setted this combotest ing bbcombotest.cfg

Flexlm.zeh = (lic1.zeh + lic2.zeh + lic3.zeh) >= 2

lic1, lic2 and lic3 are servers
zeh is the license I want to monitor at this redundant servers.
Flexlm is not a server.

In bb-host, I have this entry:

0.0.0.0         Flexlm          # noconn zeh nopropred=,zeh

 Sometimes this work, somethimes dont. I recieve this msg :


zeh NOT ok : DNS lookup failed
Unable to resolve hostname Flexlm

What can I use ?  --no-ares ???

Thanks

Antonio Marques
list Eduardo Greif · Fri, 2 Sep 2005 17:36:54 -0300 ·
sorry to bump this, but we really need to know how to disable the dns
checking of the combotest.
i already changed the nopropred statement to NOPROPRED:+conn, +zeh but
the dns is still being checked:
Fri Sep 2 17:30:40 2005 zeh NOT ok : DNS lookup failed

thanks.

2005/8/24, Antonio Marques <user-3a0747675512@xymon.invalid>:
quoted from Antonio Marques
I having many problems setting bbcombotest
I have setted this combotest ing bbcombotest.cfg

Flexlm.zeh = (lic1.zeh + lic2.zeh + lic3.zeh) >= 2

lic1, lic2 and lic3 are servers
zeh is the license I want to monitor at this redundant servers.
Flexlm is not a server.

In bb-host, I have this entry:

0.0.0.0         Flexlm          # noconn zeh nopropred=,zeh

 Sometimes this work, somethimes dont. I recieve this msg :


zeh NOT ok : DNS lookup failed
Unable to resolve hostname Flexlm

What can I use ?  --no-ares ???

Thanks

Antonio Marques

list Henrik Størner · Fri, 2 Sep 2005 23:11:10 +0200 ·
quoted from Eduardo Greif
2005/8/24, Antonio Marques <user-3a0747675512@xymon.invalid>:
I having many problems setting bbcombotest
I have setted this combotest ing bbcombotest.cfg

Flexlm.zeh = (lic1.zeh + lic2.zeh + lic3.zeh) >= 2

lic1, lic2 and lic3 are servers
zeh is the license I want to monitor at this redundant servers.
Flexlm is not a server.

In bb-host, I have this entry:

0.0.0.0         Flexlm          # noconn zeh nopropred=,zeh

 Sometimes this work, somethimes dont. I recieve this msg :

zeh NOT ok : DNS lookup failed
Unable to resolve hostname Flexlm
Weird. The only way that text can appear if is "zeh" is defined as
a network test, i.e. either listed in the BBNETSVCS setting in 
hobbitserver.cfg, or defined in the bb-services file.

Check if it's in either of those locations, and remove it.

Also, there's no need to list "zeh" in the bb-hosts file (you only
need to specify network tests there, or any special control tags for
how to display this host, or custom tags for custom scripts). So
you should also make the bb-hosts entry be

  0.0.0.0         Flexlm          # noconn nopropred=zeh


Regards,
Henrik