Xymon Mailing List Archive search

Bb-network.log Host fileserver appears twice in bb-hosts! This may cause strange results

list Dominique Frise
Wed, 27 May 2009 15:42:20 +0200
Message-Id: <user-0f6b562f7eec@xymon.invalid>

William Ottley wrote:
    Hi all, sorry for not responding sooner, I was away.
    Thanks Michael and Ralph for trying to help me.

    I tried the suggestion:  group-only, but I get the same error:
    bb-network.log:

         2009-04-27 11:33:48 Host fileserver appears twice in bb-hosts! 
This may cause strange results

Here’s my bb-hosts file:


    page servers Servers
    group-compress <H3><I>Windows:</I></H3>
    xx.xx.xx.xx fileserver       #

    page services Services
    group-compress <H3><I>Services:</I></H3>
    group-only http|ftp  <font size="+1">http Ftp</font>
    xx.xx.xx.xx fileserver       # noconn http://fileserver/ ftp


    does anyone know why?
The "noconn" tag is at the wrong place.
Try:

page servers Servers
group-compress <H3><I>Windows:</I></H3>
xx.xx.xx.xx fileserver       # noconn

page services Services
group-compress <H3><I>Services:</I></H3>
group-only http|ftp  <font size="+1">http Ftp</font>
xx.xx.xx.xx fileserver       # http://fileserver/ ftp

Dominique