Xymon Mailing List Archive search

Status issues

5 messages in this thread

list Launce · Wed, 08 Mar 2006 09:27:21 -0800 ·
I have an error showing up in my log that I have not been able to track down the cause of.

2006-03-08 08:49:22 hobbitd servername MACHINE='dbr,sf-office,broadline,tv' not listed in bb-hosts, dropping hobbitd status

it shows the name of the hobbit server, but with comma's seperating the fqdn, I have not been able to actually find anywhere in any of the configs where this mistake was input (and I have seen myself do exactly this mistake before so...)

Just not sure where it comes from, checked every config file, dug through the docs to no avail.

--L
list Henrik Størner · Thu, 9 Mar 2006 11:20:02 +0100 ·
quoted from Launce
On Wed, Mar 08, 2006 at 09:27:21AM -0800, Launce wrote:
I have an error showing up in my log that I have not been able to track down the cause of.

2006-03-08 08:49:22 hobbitd servername MACHINE='dbr,sf-office,broadline,tv' not listed in bb-hosts, dropping hobbitd status

it shows the name of the hobbit server, but with comma's seperating the fqdn, I have not been able to actually find anywhere in any of the configs where this mistake was input (and I have seen myself do exactly this mistake before so...)
Check that the bb-hosts file has an entry for "dbr.sf-office.broadline.tv"

The comma-vs-dots is irrelevant for this issue.


Regards,
Henrik
list Launce · Thu, 09 Mar 2006 08:32:06 -0800 ·
quoted from Henrik Størner
Henrik Stoerner wrote:
On Wed, Mar 08, 2006 at 09:27:21AM -0800, Launce wrote:
 
2006-03-08 08:49:22 hobbitd servername MACHINE='dbr,sf-office,broadline,tv' not listed in bb-hosts, dropping hobbitd status

it shows the name of the hobbit server, but with comma's seperating the fqdn, I have not been able to actually find anywhere in any of the configs where this mistake was input (and I have seen myself do exactly this mistake before so...)
   
Check that the bb-hosts file has an entry for "dbr.sf-office.broadline.tv"

The comma-vs-dots is irrelevant for this issue.


Regards,
Henrik
 
Checked bb-hosts, all my systems are listed, and still no response from any of them, I will do a pass on re-setting passwords and seeing what comes of it.

192.168.0.126   DBR      # BBDISPLAY BBPAGER BBNET ftps bbd http://dbr.sf-office.broadline.tv

--L
list Steve Aiello · Thu, 9 Mar 2006 11:35:13 -0500 ·
Your bb-hosts entry needs to match the hostname the client is reporting
as. So your entry,
 
192.168.0.126   DBR      # BBDISPLAY BBPAGER BBNET ftps bbd
http://dbr.sf-office.broadline.tv <http://dbr.sf-office.broadline.tv/>; 

I think, should be,
 
192.168.0.126   dbr.sf-office.broadline.tv      # BBDISPLAY BBPAGER
BBNET ftps bbd http://dbr.sf-office.broadline.tv
<http://dbr.sf-office.broadline.tv>; 

 
There are options listing the host with a different hostname. I do not
know them off the top of my head, but you can find them in the docs.
quoted from Launce

	-----Original Message-----
	From: Launce [mailto:user-20423b823da1@xymon.invalid] 
	Sent: Thursday, March 09, 2006 11:32 AM
	To: user-ae9b8668bcde@xymon.invalid
	Subject: Re: [hobbit] Status issues
	
	
	Henrik Stoerner wrote: 

		On Wed, Mar 08, 2006 at 09:27:21AM -0800, Launce wrote:
		  

			2006-03-08 08:49:22 hobbitd servername 
			MACHINE='dbr,sf-office,broadline,tv' not listed
in bb-hosts, dropping 
			hobbitd status
			
			it shows the name of the hobbit server, but with
comma's seperating the 
			fqdn, I have not been able to actually find
anywhere in any of the 
			configs where this mistake was input (and I have
seen myself do exactly 
			this mistake before so...)
			    

		Check that the bb-hosts file has an entry for
"dbr.sf-office.broadline.tv"
		
		The comma-vs-dots is irrelevant for this issue.
		
		
		Regards,
		Henrik
		  

	Checked bb-hosts, all my systems are listed, and still no
response from any of them, I will do a pass on re-setting passwords and
seeing what comes of it.
	
	192.168.0.126   DBR      # BBDISPLAY BBPAGER BBNET ftps bbd
http://dbr.sf-office.broadline.tv
	
	--L
list Greg L Hubbard · Thu, 9 Mar 2006 10:39:54 -0600 ·
You may have missed the point.  You need to change the entry to:
 
192.168.0.126   DBR      # BBDISPLAY BBPAGER BBNET ftps bbd
http://dbr.sf-office.broadline.tv <http://dbr.sf-office.broadline.tv/>;
CLIENT: dbr.sf-office.broadline.tv
 
"DBR" (the host name above) does not equal "dbr.sf-office.broadline.tv"
the host name reported by the client.  Believe it or not, the server
also runs a client -- part of the elegance of Henrik's design...
 
GLH
quoted from Launce


	From: Launce [mailto:user-20423b823da1@xymon.invalid] 
	Sent: Thursday, March 09, 2006 10:32 AM
	To: user-ae9b8668bcde@xymon.invalid
	Subject: Re: [hobbit] Status issues
	
	
	Henrik Stoerner wrote: 

		On Wed, Mar 08, 2006 at 09:27:21AM -0800, Launce wrote:
		  

			2006-03-08 08:49:22 hobbitd servername 
			MACHINE='dbr,sf-office,broadline,tv' not listed
in bb-hosts, dropping 
			hobbitd status
			
			it shows the name of the hobbit server, but with
comma's seperating the 
			fqdn, I have not been able to actually find
anywhere in any of the 
			configs where this mistake was input (and I have
seen myself do exactly 
			this mistake before so...)
			    

		Check that the bb-hosts file has an entry for
"dbr.sf-office.broadline.tv"
		
		The comma-vs-dots is irrelevant for this issue.
		
		
		Regards,
		Henrik
		  

	Checked bb-hosts, all my systems are listed, and still no
response from any of them, I will do a pass on re-setting passwords and
seeing what comes of it.
	
	192.168.0.126   DBR      # BBDISPLAY BBPAGER BBNET ftps bbd
http://dbr.sf-office.broadline.tv
	
	--L