From Allan.Marillier@dana.com Wed Jun 24 08:14:36 2026 From: Allan.Marillier@dana.com To: xymon@xymon.com Subject: Client data not appearing on hobbit server Date: Wed, 29 Nov 2006 10:13:29 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1946619712774972502==" --===============1946619712774972502== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I know I've had this problem once before but I don't remember how I=20 resolved it, and have not yet been able to find an answer while searching=20 the archives. Any clues, please help! I have a server running hobbit-4.1.2p1 on Fedora Core 4, and a new one I=20 am migrating to which is running hobbit-4.2.0 on Fedora Core 6.=20 On the older 4.1.2p1 server I have many client servers correctly reporting=20 their data (CPU, memory, filesystems etc.) and a few that are not. Only=20 the conn, ssh, ftp, html etc tests initiated by the server are displaying=20 data. My entry in bb-hosts is exactly the same as for some other servers=20 where data is being correctly reported and all hobbit client processes=20 look normal with nothing unusual in log files. In troubleshooting today I=20 also compiled and started the 4.1.2p1 client on an HP-UX server and=20 verified all configs there look good. I also have some servers configured on the 4.2.0 server running the client=20 installed from the pre-built FC5-hobbit-client-4.2.0-1.i386.rpm that are=20 not reporting in any of the data. Both servers have plenty of available=20 disk and seem to be functioning normally. The hobbit server IP address is correctly configured in BBDISP in=20 hobbitclient.cfg on the 4.1.2p1 client, and in HOBBITSERVERS in=20 /etc/default/hobbit-client. In both cases, I can telnet to port 1984 of=20 the hobbit servers from the clients The hobbit processes are running correctly: hobbit 21472 1 0 Nov23 ? 00:00:00=20 /usr/lib/hobbit/client/bin/hobbitlaunch=20 --config=3D/usr/lib/hobbit/client/etc/clientlaunch.cfg=20 --log=3D/usr/lib/hobbit/client/logs/clientlaunch.log=20 --pidfile=3D/usr/lib/hobbit/client/logs/clientlaunch.plmws01.pid hobbit 7855 1 0 09:44 ? 00:00:00 sh -c vmstat 300 2=20 1>/usr/lib/hobbit/client/tmp/hobbit_vmstat.plmws01.7838 2>&1; mv=20 /usr/lib/hobbit/client/tmp/hobbit_vmstat.plmws01.7838=20 /usr/lib/hobbit/client/tmp/hobbit_vmstat.plmws01 hobbit 7857 7855 0 09:44 ? 00:00:00 vmstat 300 2 Log files look normal: -rw-rw-r-- 1 hobbit hobbit 452 Nov 25 11:32 clientlaunch.log -rw-rw-r-- 1 hobbit hobbit 6 Nov 23 21:55 clientlaunch.plmws01.pid -rw-rw-r-- 1 hobbit hobbit 0 Nov 23 21:55 hobbitclient.log cat clientlaunch.log: 2006-11-29 09:54:17 hobbitlaunch starting 2006-11-29 09:54:17 Loading tasklist configuration from=20 /usr/lib/hobbit/client/etc/clientlaunch.cfg Thanks!

This e-mail, and any attachments, is intended solely for use by the addres= see(s) named above. It may contain the confidential or proprietary informati= on of Dana Corporation, its subsidiaries, affiliates or business partners. I= f you are not the intended recipient of this e-mail or are an unauthorized re= cipient of the information, you are hereby notified that any dissemination, d= istribution or copying of this e-mail or any attachments, is strictly prohibi= ted. If you have received this e-mail in error, please immediately notify th= e sender by reply e-mail and permanently delete the original and any copies o= r printouts.

Computer viruses can be transmitted via email. The recipient should check = this e-mail and any attachments for the presence of viruses. Dana Corporation= accepts no liability for any damage caused by any virus transmitted by this = e-mail.

English, Francais, Espanol, Deutsch, Italiano, Portugues:
http://www.dana= .com/overview/EmailDisclaimer.shtm
--===============1946619712774972502==-- From dirk.kastens@uni-osnabrueck.de Wed Jun 24 08:14:37 2026 From: "Dirk.Kastens@uni-osnabrueck.de" To: xymon@xymon.com Subject: [hobbit] Client data not appearing on hobbit server Date: Thu, 30 Nov 2006 09:01:23 +0100 Message-ID: <456E8FD3.5030205@uni-osnabrueck.de> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6777645162360684754==" --===============6777645162360684754== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi Allen, > On the older 4.1.2p1 server I have many client servers correctly > reporting their data (CPU, memory, filesystems etc.) and a few that are > not. Only the conn, ssh, ftp, html etc tests initiated by the server are > displaying data. My entry in bb-hosts is exactly the same as for some > other servers where data is being correctly reported and all hobbit > client processes look normal with nothing unusual in log files. Do your clients send their data with the correct (fully qualified?) hostname, as they are listed in the server's bb-hosts file? If your bb-hosts has a client node defined, for example: client.my.domain.com 123.456.78.9 but the hostname command on your client only reports "client" as the hostname without the domain, the hobbit server will not display the data. You have to change the client's hostname an include the domain or you have to start the hobbit client with the option --hostname=client.my.domain.com Hope this helps, Dirk Kastens --===============6777645162360684754==-- From Allan.Marillier@dana.com Wed Jun 24 08:14:37 2026 From: Allan.Marillier@dana.com To: xymon@xymon.com Subject: [hobbit] Client data not appearing on hobbit server Date: Thu, 30 Nov 2006 07:54:50 -0500 Message-ID: In-Reply-To: <456E8FD3.5030205@uni-osnabrueck.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9055154825532738725==" --===============9055154825532738725== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks Dirk, that is my problem. I thought of it around 11:30 last night=20 and wrote myself a note so I would not forget. I arrived this morning and=20 found that a few as I had suspected had been rebuilt and the hostname was=20 not fully qualified. Dirk Kastens =20 11/30/2006 03:01 AM Please respond to hobbit at hswn.dk To hobbit at hswn.dk cc Subject Re: [hobbit] Client data not appearing on hobbit server Hi Allen, > On the older 4.1.2p1 server I have many client servers correctly=20 > reporting their data (CPU, memory, filesystems etc.) and a few that are=20 > not. Only the conn, ssh, ftp, html etc tests initiated by the server are=20 > displaying data. My entry in bb-hosts is exactly the same as for some=20 > other servers where data is being correctly reported and all hobbit=20 > client processes look normal with nothing unusual in log files. Do your clients send their data with the correct (fully qualified?)=20 hostname, as they are listed in the server's bb-hosts file? If your bb-hosts has a client node defined, for example: client.my.domain.com 123.456.78.9 but the hostname command on your client only reports "client" as the=20 hostname without the domain, the hobbit server will not display the=20 data. You have to change the client's hostname an include the domain or=20 you have to start the hobbit client with the option --hostname=3Dclient.my.domain.com Hope this helps, Dirk Kastens To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk

This e-mail, and any attachments, is intended solely for use by the addres= see(s) named above. It may contain the confidential or proprietary informati= on of Dana Corporation, its subsidiaries, affiliates or business partners. I= f you are not the intended recipient of this e-mail or are an unauthorized re= cipient of the information, you are hereby notified that any dissemination, d= istribution or copying of this e-mail or any attachments, is strictly prohibi= ted. If you have received this e-mail in error, please immediately notify th= e sender by reply e-mail and permanently delete the original and any copies o= r printouts.

Computer viruses can be transmitted via email. The recipient should check = this e-mail and any attachments for the presence of viruses. Dana Corporation= accepts no liability for any damage caused by any virus transmitted by this = e-mail.

English, Francais, Espanol, Deutsch, Italiano, Portugues:
http://www.dana= .com/overview/EmailDisclaimer.shtm
--===============9055154825532738725==--