Xymon Mailing List Archive search

xymon pluggin not working on server

45 messages in this thread

list David Hay Currie · Wed, 23 Dec 2009 16:51:54 -0500 ·
I had a problem with xymon server (lost power while upgrading to
Ubuntu9.10) and I had to re-install from scratch the OS.

That part was easy enough, but I tried to keep all the history data, and
I copied the folders into the new install. 

Today I realized that the folders have not been updated since I rebuilt
the server because of wrong permissions, so I changed the owner to
hobbit:hobbit as the other folders have, and the permission to 755.

In my Ubuntu install the files are located in

/var/lib/hobbit

The folders I did this are: hist, histlogs, hostdata, rrd.

I discover this today trying to figure out why the client is not working
on the server. Fixing the permissions, fix my history reports (though I
will have 36 days of no reports), but still the client information for
the xymon server is not showing up, and neither are the extra scripts.

With the client information I mean CPU, Disk, memory, apt.

It looks like if the client was not reporting to the server (which
should be localhost). I could not find how to check it out.

I know how to configure BBWin since most of my network computers are
Windows, but  don't know much about the linux client, and it has always
worked from the default install for me.

Thanks

 
David Hay Currie

IT Manager

Leisure Fitness

  <http://www.leisurefitness.com/>;
list Rich Smrcina · Wed, 23 Dec 2009 17:16:13 -0600 ·
There may be more permissions to fix in the client directory structure. Check /var/lib/hobbit/client.

Also, is the hobbitd_client process running?
quoted from David Hay Currie

On 12/23/2009 03:51 PM, David Hay Currie wrote:
I had a problem with xymon server (lost power while upgrading to Ubuntu9.10) and I had to re-install from scratch the OS.

That part was easy enough, but I tried to keep all the history data, and I copied the folders into the new install.

Today I realized that the folders have not been updated since I rebuilt the server because of wrong permissions, so I changed the owner to hobbit:hobbit as the other folders have, and the permission to 755.

In my Ubuntu install the files are located in

/var/lib/hobbit

The folders I did this are: hist, histlogs, hostdata, rrd.

I discover this today trying to figure out why the client is not working on the server. Fixing the permissions, fix my history reports (though I will have 36 days of no reports), but still the client information for the xymon server is not showing up, and neither are the extra scripts.

With the client information I mean CPU, Disk, memory, apt.

It looks like if the client was not reporting to the server (which should be localhost). I could not find how to check it out.

I know how to configure BBWin since most of my network computers are Windows, but don’t know much about the linux client, and it has always worked from the default install for me.

Thanks

*David Hay Currie*

*IT Manager*

*Leisure Fitness*

*Leisure Fitness Logo* <http://www.leisurefitness.com/>;
-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list David Hay Currie · Wed, 23 Dec 2009 18:36:43 -0500 ·
:/usr/lib/hobbit/client$ ls -la
total 16
drwxr-xr-x 4 root root 4096 2009-11-19 13:05 .
drwxr-xr-x 6 root root 4096 2009-11-19 13:05 ..
drwxr-xr-x 2 root root 4096 2009-11-19 13:05 bin
lrwxrwxrwx 1 root root   11 2009-11-19 13:05 etc -> /etc/hobbit
drwxr-xr-x 2 root root 4096 2009-12-23 15:21 ext
lrwxrwxrwx 1 root root   15 2009-11-19 13:05 logs -> /var/log/hobbit
lrwxrwxrwx 1 root root   19 2009-11-19 13:05 tmp -> /var/lib/hobbit/tmp

Those are the access to the client folder, however I did not make
changes to it, since I did not copy files from the original server. It
is possible that the only other folder I copied was the etc/hobbit so I
would not have to type the config from scratch again. All files in the
etc are owned by root with access 644

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)
quoted from Rich Smrcina


-----Original Message-----
From: Rich Smrcina [mailto:user-cf452ff334e0@xymon.invalid] Sent: Wednesday, December 23, 2009 6:16 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] xymon pluggin not working on server

There may be more permissions to fix in the client directory structure. Check /var/lib/hobbit/client.

Also, is the hobbitd_client process running?

On 12/23/2009 03:51 PM, David Hay Currie wrote:
I had a problem with xymon server (lost power while upgrading to Ubuntu9.10) and I had to re-install from scratch the OS.

That part was easy enough, but I tried to keep all the history data, and I copied the folders into the new install.

Today I realized that the folders have not been updated since I rebuilt the server because of wrong permissions, so I changed the owner to hobbit:hobbit as the other folders have, and the permission to 755.

In my Ubuntu install the files are located in

/var/lib/hobbit

The folders I did this are: hist, histlogs, hostdata, rrd.

I discover this today trying to figure out why the client is not working on the server. Fixing the permissions, fix my history reports (though I will have 36 days of no reports), but still the client information for the xymon server is not showing up, and neither are the extra scripts.

With the client information I mean CPU, Disk, memory, apt.

It looks like if the client was not reporting to the server (which should be localhost). I could not find how to check it out.

I know how to configure BBWin since most of my network computers are Windows, but don't know much about the linux client, and it has always
worked from the default install for me.

Thanks

*David Hay Currie*

*IT Manager*

*Leisure Fitness*

*Leisure Fitness Logo* <http://www.leisurefitness.com/>;
-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list Rich Smrcina · Wed, 23 Dec 2009 18:01:19 -0600 ·
Then the client files will be under /etc/hobbit.

Check the log files in /var/log/hobbit.  Use the tail command on the 
files to see if they are producing messages indicating that a file can 
not be updated.

You did not answer the question, is the process hobbitd_client running?
quoted from David Hay Currie

On 12/23/2009 05:36 PM, David Hay Currie wrote:
:/usr/lib/hobbit/client$ ls -la
total 16
drwxr-xr-x 4 root root 4096 2009-11-19 13:05 .
drwxr-xr-x 6 root root 4096 2009-11-19 13:05 ..
drwxr-xr-x 2 root root 4096 2009-11-19 13:05 bin
lrwxrwxrwx 1 root root   11 2009-11-19 13:05 etc ->  /etc/hobbit
drwxr-xr-x 2 root root 4096 2009-12-23 15:21 ext
lrwxrwxrwx 1 root root   15 2009-11-19 13:05 logs ->  /var/log/hobbit
lrwxrwxrwx 1 root root   19 2009-11-19 13:05 tmp ->  /var/lib/hobbit/tmp

Those are the access to the client folder, however I did not make
changes to it, since I did not copy files from the original server. It
is possible that the only other folder I copied was the etc/hobbit so I
would not have to type the config from scratch again. All files in the
etc are owned by root with access 644

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)


-----Original Message-----
From: Rich Smrcina [mailto:user-cf452ff334e0@xymon.invalid]
Sent: Wednesday, December 23, 2009 6:16 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] xymon pluggin not working on server

There may be more permissions to fix in the client directory structure.
Check /var/lib/hobbit/client.

Also, is the hobbitd_client process running?

On 12/23/2009 03:51 PM, David Hay Currie wrote:
   
I had a problem with xymon server (lost power while upgrading to
Ubuntu9.10) and I had to re-install from scratch the OS.

That part was easy enough, but I tried to keep all the history data,
and I copied the folders into the new install.

Today I realized that the folders have not been updated since I
rebuilt the server because of wrong permissions, so I changed the
owner to hobbit:hobbit as the other folders have, and the permission
to 755.

In my Ubuntu install the files are located in

/var/lib/hobbit

The folders I did this are: hist, histlogs, hostdata, rrd.

I discover this today trying to figure out why the client is not
working on the server. Fixing the permissions, fix my history reports
(though I will have 36 days of no reports), but still the client
information for the xymon server is not showing up, and neither are
the extra scripts.

With the client information I mean CPU, Disk, memory, apt.

It looks like if the client was not reporting to the server (which
should be localhost). I could not find how to check it out.

I know how to configure BBWin since most of my network computers are
Windows, but don't know much about the linux client, and it has always
     
   
worked from the default install for me.

Thanks

*David Hay Currie*

*IT Manager*

*Leisure Fitness*

*Leisure Fitness Logo*<http://www.leisurefitness.com/>;
quoted from David Hay Currie

     
-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list David Hay Currie · Thu, 24 Dec 2009 11:04:34 -0500 ·
Sorry, yes the hobbit_client process is running, but sleeping (which I
guess is because it only runs every 5 minutes?
All files in the /etc/hobbit are owned by root:root with permission 644,
but I checked with another machine that only has the client running and
it is the same, so it should be fine.
/var/log/hobbit is owned by hobbit:adm and it has special permission.
They also are the default permission.
However, when I compared the actual server, with the other linux client
(I have only 1 desktop running Linux), I realized that is not reporting
the client test either.
The linux desktop I installed the client yesterday, and I just added it
yesterday to the xymon server.
Here is the interesting, if I ping the server name (FQDN) it replies
with a different FQDN. The linux server is used for several things so it
has 3 FQDN for example (imagine my domain is contoso.com)
Intranet.contoso.com
ftp.contoso.com
helpdesk.contoso.com
those are the 3 DNS A records, however the server itself should be
called intranet.contoso.com.
Could the problem be that dns reports ftp.contoso.com when the server is
intranet.contoso.com the problem?
signature

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)


-----Original Message-----

quoted from Rich Smrcina
From: Rich Smrcina [mailto:user-cf452ff334e0@xymon.invalid] 
Sent: Wednesday, December 23, 2009 7:01 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] xymon pluggin not working on server

Then the client files will be under /etc/hobbit.

Check the log files in /var/log/hobbit.  Use the tail command on the 
files to see if they are producing messages indicating that a file can 
not be updated.

You did not answer the question, is the process hobbitd_client running?

On 12/23/2009 05:36 PM, David Hay Currie wrote:
:/usr/lib/hobbit/client$ ls -la
total 16
drwxr-xr-x 4 root root 4096 2009-11-19 13:05 .
drwxr-xr-x 6 root root 4096 2009-11-19 13:05 ..
drwxr-xr-x 2 root root 4096 2009-11-19 13:05 bin
lrwxrwxrwx 1 root root   11 2009-11-19 13:05 etc ->  /etc/hobbit
drwxr-xr-x 2 root root 4096 2009-12-23 15:21 ext
lrwxrwxrwx 1 root root   15 2009-11-19 13:05 logs ->  /var/log/hobbit
lrwxrwxrwx 1 root root   19 2009-11-19 13:05 tmp ->
/var/lib/hobbit/tmp
Those are the access to the client folder, however I did not make
changes to it, since I did not copy files from the original server. It
is possible that the only other folder I copied was the etc/hobbit so
I
would not have to type the config from scratch again. All files in the
etc are owned by root with access 644

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)


-----Original Message-----
From: Rich Smrcina [mailto:user-cf452ff334e0@xymon.invalid]
Sent: Wednesday, December 23, 2009 6:16 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] xymon pluggin not working on server

There may be more permissions to fix in the client directory
structure.
Check /var/lib/hobbit/client.

Also, is the hobbitd_client process running?

On 12/23/2009 03:51 PM, David Hay Currie wrote:
   
I had a problem with xymon server (lost power while upgrading to
Ubuntu9.10) and I had to re-install from scratch the OS.

That part was easy enough, but I tried to keep all the history data,
and I copied the folders into the new install.

Today I realized that the folders have not been updated since I
rebuilt the server because of wrong permissions, so I changed the
owner to hobbit:hobbit as the other folders have, and the permission
to 755.

In my Ubuntu install the files are located in

/var/lib/hobbit

The folders I did this are: hist, histlogs, hostdata, rrd.

I discover this today trying to figure out why the client is not
working on the server. Fixing the permissions, fix my history reports
(though I will have 36 days of no reports), but still the client
information for the xymon server is not showing up, and neither are
the extra scripts.

With the client information I mean CPU, Disk, memory, apt.

It looks like if the client was not reporting to the server (which
should be localhost). I could not find how to check it out.

I know how to configure BBWin since most of my network computers are
Windows, but don't know much about the linux client, and it has
always
     
   
worked from the default install for me.

Thanks

*David Hay Currie*

*IT Manager*

*Leisure Fitness*

*Leisure Fitness Logo*<http://www.leisurefitness.com/>;

     
-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list Rich Smrcina · Thu, 24 Dec 2009 11:01:11 -0600 ·
The host name of the server isn't going to matter to the client, the 
client is configured to talk to the server via its IP address.

Is the IP address of the server correct in the Linux client 
configuration file (in your case 
/etc/hobbit/client/etc/hobbitclient.cfg)?  Check the ghost report on the 
server to see if any ghosts appear.  Do they match any of the Linux 
clients that we are discussing?
quoted from David Hay Currie

On 12/24/2009 10:04 AM, David Hay Currie wrote:
Sorry, yes the hobbit_client process is running, but sleeping (which I
guess is because it only runs every 5 minutes?
All files in the /etc/hobbit are owned by root:root with permission 644,
but I checked with another machine that only has the client running and
it is the same, so it should be fine.
/var/log/hobbit is owned by hobbit:adm and it has special permission.
They also are the default permission.
However, when I compared the actual server, with the other linux client
(I have only 1 desktop running Linux), I realized that is not reporting
the client test either.
The linux desktop I installed the client yesterday, and I just added it
yesterday to the xymon server.
Here is the interesting, if I ping the server name (FQDN) it replies
with a different FQDN. The linux server is used for several things so it
has 3 FQDN for example (imagine my domain is contoso.com)
Intranet.contoso.com
ftp.contoso.com
helpdesk.contoso.com
those are the 3 DNS A records, however the server itself should be
called intranet.contoso.com.
Could the problem be that dns reports ftp.contoso.com when the server is
intranet.contoso.com the problem?

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)

-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list David Hay Currie · Mon, 28 Dec 2009 16:26:06 -0500 ·
I fixed it!!
I went to /etc/hobbit/client/etc/hobbitclient.cfg, but I don't have that
location, so I corrected the path to /etc/hobbit/hobbitclient.cfg, but I
did not see anything that would produce the problem, but then I realized
that it had an include at line 3 that is include
/etc/default/hobbit-client
So I opened the file and sure, it was there. The server is set to
127.0.0.1, but the client name had the computer name in the domain and
not actually the domain we use externally (our web site domain and
internal domain are different).
So, thanks a lot Rich. I got it working. Now I will start adding some
more checks on the server
signature

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)


-----Original Message-----

quoted from Rich Smrcina
From: Rich Smrcina [mailto:user-cf452ff334e0@xymon.invalid] 
Sent: Thursday, December 24, 2009 12:01 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] xymon pluggin not working on server

The host name of the server isn't going to matter to the client, the 
client is configured to talk to the server via its IP address.

Is the IP address of the server correct in the Linux client 
configuration file (in your case 
/etc/hobbit/client/etc/hobbitclient.cfg)?  Check the ghost report on the

server to see if any ghosts appear.  Do they match any of the Linux 
clients that we are discussing?

On 12/24/2009 10:04 AM, David Hay Currie wrote:
Sorry, yes the hobbit_client process is running, but sleeping (which I
guess is because it only runs every 5 minutes?
All files in the /etc/hobbit are owned by root:root with permission
644,
but I checked with another machine that only has the client running
and
it is the same, so it should be fine.
/var/log/hobbit is owned by hobbit:adm and it has special permission.
They also are the default permission.
However, when I compared the actual server, with the other linux
client
(I have only 1 desktop running Linux), I realized that is not
reporting
the client test either.
The linux desktop I installed the client yesterday, and I just added
it
yesterday to the xymon server.
Here is the interesting, if I ping the server name (FQDN) it replies
with a different FQDN. The linux server is used for several things so
it
has 3 FQDN for example (imagine my domain is contoso.com)
Intranet.contoso.com
ftp.contoso.com
helpdesk.contoso.com
those are the 3 DNS A records, however the server itself should be
called intranet.contoso.com.
Could the problem be that dns reports ftp.contoso.com when the server
is
intranet.contoso.com the problem?

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)

-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list Rich Smrcina · Mon, 28 Dec 2009 16:51:48 -0600 ·
Excellent.  I'm glad you were able to resolve it.
quoted from David Hay Currie

On 12/28/2009 03:26 PM, David Hay Currie wrote:
I fixed it!!
I went to /etc/hobbit/client/etc/hobbitclient.cfg, but I don't have that
location, so I corrected the path to /etc/hobbit/hobbitclient.cfg, but I
did not see anything that would produce the problem, but then I realized
that it had an include at line 3 that is include
/etc/default/hobbit-client
So I opened the file and sure, it was there. The server is set to
127.0.0.1, but the client name had the computer name in the domain and
not actually the domain we use externally (our web site domain and
internal domain are different).
So, thanks a lot Rich. I got it working. Now I will start adding some
more checks on the server

David Hay Currie
IT Manager
Leisure Fitness
XXX Executive Dr. Suite XX
Phone: XXX-XXX-XXXX
Fax: XXX-XXX-XXXX (atte: David Hay Currie)

   
-- 
Rich Smrcina
Phone: XXX-XXX-XXXX
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2010 - Apr 9-13, 2010 Covington, KY
list Bruce White · Mon, 28 Dec 2009 18:15:41 -0600 ·
Hi all,

I'm running Xymon 4.3.0-0.beta2 on a RedHat ES 5.2 server and it appears
that the bb-hosts file COMMENT tag no longer works.   I have them all
over my hobbit 4.2.0 (running on HPUX 11v1) and they work like a champ.
I am migrating to Xymon on a new server and in the process found this
bug(?).   Anyone else found this to be true?

Thanks,
Bruce


 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
list Buchan Milne · Tue, 29 Dec 2009 08:46:56 +0100 ·
quoted from Bruce White
On Tuesday, 29 December 2009 01:15:41 White, Bruce wrote:
Hi all,

I'm running Xymon 4.3.0-0.beta2 on a RedHat ES 5.2 server and it appears
that the bb-hosts file COMMENT tag no longer works.   I have them all
over my hobbit 4.2.0 (running on HPUX 11v1) and they work like a champ.
I am migrating to Xymon on a new server and in the process found this
bug(?).   Anyone else found this to be true?
The current stable release is 4.2.3. Obviously bugs can be expected in beta 
versions.

BTW, there are packages of 4.2.3 available here:
http://staff.telkomsa.net/packages/rhel5/xymon/

Regards,
Buchan
list Dominique Frise · Tue, 29 Dec 2009 09:16:47 +0100 ·
The COMMENT tag together with Xymon 4.3.0-beta2 is working as expected for us.

Dominique
quoted from Buchan Milne

Buchan Milne wrote:
On Tuesday, 29 December 2009 01:15:41 White, Bruce wrote:
Hi all,

I'm running Xymon 4.3.0-0.beta2 on a RedHat ES 5.2 server and it appears
that the bb-hosts file COMMENT tag no longer works.   I have them all
over my hobbit 4.2.0 (running on HPUX 11v1) and they work like a champ.
I am migrating to Xymon on a new server and in the process found this
bug(?).   Anyone else found this to be true?
The current stable release is 4.2.3. Obviously bugs can be expected in beta versions.

BTW, there are packages of 4.2.3 available here:
http://staff.telkomsa.net/packages/rhel5/xymon/

Regards,
Buchan

list Tom Schmitt · Tue, 29 Dec 2009 10:28:11 -0700 ·
I am running the 4.3.0-0.beta2 on a Dell computer and it is not working for me either.
Is there a fix available?

         Thanks,
         
         Tom Schmitt
         Senior IT Staff - R&D
         Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
         eFax    (XXX) XXX-XXXX
         user-9c1ae820b621@xymon.invalid
                 \\\\||////
                  \ ~  ~ /  
                  | @  @ |   
     		--oOo---(_)---oOo--
quoted from Dominique Frise


-----Original Message-----
From: Dominique Frise [mailto:user-78ab6673b600@xymon.invalid] 
Sent: Tuesday, December 29, 2009 1:17 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] bb-hosts COMMENT Tag no longer working?

The COMMENT tag together with Xymon 4.3.0-beta2 is working as expected 
for us.

Dominique

Buchan Milne wrote:
On Tuesday, 29 December 2009 01:15:41 White, Bruce wrote:
Hi all,

I'm running Xymon 4.3.0-0.beta2 on a RedHat ES 5.2 server and it appears
that the bb-hosts file COMMENT tag no longer works.   I have them all
over my hobbit 4.2.0 (running on HPUX 11v1) and they work like a champ.
I am migrating to Xymon on a new server and in the process found this
bug(?).   Anyone else found this to be true?
The current stable release is 4.2.3. Obviously bugs can be expected in beta 
versions.

BTW, there are packages of 4.2.3 available here:
http://staff.telkomsa.net/packages/rhel5/xymon/

Regards,
Buchan

list Malcolm Hunter · Tue, 29 Dec 2009 22:33:46 +0100 ·
quoted from Tom Schmitt
I am running the 4.3.0-0.beta2 on a Dell computer and it is not working
for me either.
Is there a fix available?
How are you installing it? It works fine for me compiled on CentOS 5.4.

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Tom Schmitt · Tue, 29 Dec 2009 14:45:57 -0700 ·
I am running on CentOS 5.3
quoted from Malcolm Hunter

         Thanks,
         
         Tom Schmitt
         Senior IT Staff - R&D
         Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
     eFax    (XXX) XXX-XXXX
     user-9c1ae820b621@xymon.invalid
                 \\\\||////
                  \ ~  ~ /  
                  | @  @ |   
     		--oOo---(_)---oOo--


-----Original Message-----
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] 
Sent: Tuesday, December 29, 2009 2:34 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I am running the 4.3.0-0.beta2 on a Dell computer and it is not working
for me either.
Is there a fix available?
How are you installing it? It works fine for me compiled on CentOS 5.4.

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Malcolm Hunter · Tue, 29 Dec 2009 23:32:29 +0100 ·
I am running on CentOS 5.3
And how did you install Xymon?
quoted from Tom Schmitt

-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Tom Schmitt · Tue, 29 Dec 2009 16:22:53 -0700 ·
Not sure what you mean?
I installed the source and did the installation.
quoted from Tom Schmitt

         Thanks,
         
         Tom Schmitt
         Senior IT Staff - R&D
         
         Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
     
                 \\\\||////
                  \ ~  ~ /  
                  | @  @ |   
     		--oOo---(_)---oOo--


-----Original Message-----
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] 
Sent: Tuesday, December 29, 2009 3:32 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I am running on CentOS 5.3
And how did you install Xymon?

-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Bruce White · Thu, 31 Dec 2009 14:47:09 -0600 ·
I have it not working on two different RedHat ES 5.2 servers.  I compiled and installed following the install doc.
signature

    ......Bruce
 

 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 
-----Original Message-----

quoted from Tom Schmitt
From: user-9c1ae820b621@xymon.invalid [mailto:user-9c1ae820b621@xymon.invalid] 
Sent: Tuesday, December 29, 2009 5:23 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

Not sure what you mean?
I installed the source and did the installation.

         Thanks,
         
         Tom Schmitt
         Senior IT Staff - R&D
         
         Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
     
                 \\\\||////
                  \ ~  ~ /  
                  | @  @ |   
     		--oOo---(_)---oOo--


-----Original Message-----
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] 
Sent: Tuesday, December 29, 2009 3:32 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I am running on CentOS 5.3
And how did you install Xymon?

-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Bruce White · Thu, 31 Dec 2009 15:17:31 -0600 ·
OK I figured it out.  It works differently from hobbit 4.2.  In hobbit 4.2 it would put the comment as an actual set of characters on the page as in:

Server_name (comment)

But in Xymon, it shows up as a "text box", if you hold the cursor over the server name.  The new html generated by bbgen creates these COMMENT fields in the html as:

<span title="comment"> Server_name </span>

So you no longer see them all the time on the web page.  The bb-hosts documentation appears to need an update because it says:

	COMMENT:Host comment
	Adds a small text after the hostname on the webpage.
signature


    ......Bruce   


 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 
-----Original Message-----

quoted from Bruce White
From: White, Bruce [mailto:user-58f975e8bf9d@xymon.invalid] 
Sent: Thursday, December 31, 2009 2:47 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

I have it not working on two different RedHat ES 5.2 servers.  I compiled and installed following the install doc.

    ......Bruce
 

 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 
-----Original Message-----
From: user-9c1ae820b621@xymon.invalid [mailto:user-9c1ae820b621@xymon.invalid] 
Sent: Tuesday, December 29, 2009 5:23 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

Not sure what you mean?
I installed the source and did the installation.

         Thanks,
         
         Tom Schmitt
         Senior IT Staff - R&D
         
         Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
     
                 \\\\||////
                  \ ~  ~ /  
                  | @  @ |   
     		--oOo---(_)---oOo--


-----Original Message-----
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] 
Sent: Tuesday, December 29, 2009 3:32 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I am running on CentOS 5.3
And how did you install Xymon?

-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Tom Schmitt · Mon, 4 Jan 2010 09:39:33 -0700 ·
Thanks for the UPDATE!
I never noticed that it changes the IP Address to the comment tag information.
I'm running 4.3.0-0/beta2.
quoted from Bruce White

         Thanks,
         
         Tom Schmitt
         Senior IT Staff - R&D
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
     eFax    (XXX) XXX-XXXX
     user-9c1ae820b621@xymon.invalid
                 \\\\||////
                  \ ~  ~ /  
                  | @  @ |   
     		 --oOo---(_)---oOo--


-----Original Message-----
From: White, Bruce [mailto:user-58f975e8bf9d@xymon.invalid] 
Sent: Thursday, December 31, 2009 2:18 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

OK I figured it out.  It works differently from hobbit 4.2.  In hobbit 4.2 it would put the comment as an actual set of characters on the page as in:

Server_name (comment)

But in Xymon, it shows up as a "text box", if you hold the cursor over the server name.  The new html generated by bbgen creates these COMMENT fields in the html as:

<span title="comment"> Server_name </span>

So you no longer see them all the time on the web page.  The bb-hosts documentation appears to need an update because it says:

	COMMENT:Host comment
	Adds a small text after the hostname on the webpage.


    ......Bruce   


 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 
-----Original Message-----
From: White, Bruce [mailto:user-58f975e8bf9d@xymon.invalid] 
Sent: Thursday, December 31, 2009 2:47 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

I have it not working on two different RedHat ES 5.2 servers.  I compiled and installed following the install doc.

    ......Bruce
 

 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 
-----Original Message-----
From: user-9c1ae820b621@xymon.invalid [mailto:user-9c1ae820b621@xymon.invalid] 
Sent: Tuesday, December 29, 2009 5:23 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

Not sure what you mean?
I installed the source and did the installation.

         Thanks,
         
         Tom Schmitt
         Senior IT Staff - R&D
         
         Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
     
                 \\\\||////
                  \ ~  ~ /  
                  | @  @ |   
     		--oOo---(_)---oOo--


-----Original Message-----
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] 
Sent: Tuesday, December 29, 2009 3:32 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I am running on CentOS 5.3
And how did you install Xymon?

-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Torsten Richter · Mon, 04 Jan 2010 22:52:35 +0100 ·
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

it would be nice to have the choice between the new and the old
behaviour or to let the comment only be displayed on bb2.html.
Just a thought.

Regards
Torsten
quoted from Tom Schmitt

White, Bruce wrote:
OK I figured it out.  It works differently from hobbit 4.2.  In hobbit 4.2 it would put the comment as an actual set of characters on the page as in:

Server_name (comment)

But in Xymon, it shows up as a "text box", if you hold the cursor over the server name.  The new html generated by bbgen creates these COMMENT fields in the html as:

<span title="comment"> Server_name </span>

So you no longer see them all the time on the web page.  The bb-hosts documentation appears to need an update because it says:

	COMMENT:Host comment
	Adds a small text after the hostname on the webpage.


    ......Bruce   

  Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
   Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 -----Original Message-----
From: White, Bruce [mailto:user-58f975e8bf9d@xymon.invalid] Sent: Thursday, December 31, 2009 2:47 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

I have it not working on two different RedHat ES 5.2 servers.  I compiled and installed following the install doc.

    ......Bruce
 

  Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
   Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 -----Original Message-----
From: user-9c1ae820b621@xymon.invalid [mailto:user-9c1ae820b621@xymon.invalid] Sent: Tuesday, December 29, 2009 5:23 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

Not sure what you mean?
I installed the source and did the installation.

         Thanks,
                  Tom Schmitt
         Senior IT Staff - R&D
                  Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
                      \\\\||////
                  \ ~  ~ /                    | @  @ |        		--oOo---(_)---oOo--


-----Original Message-----
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] Sent: Tuesday, December 29, 2009 3:32 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I am running on CentOS 5.3
And how did you install Xymon?
- --
+---------------------------------------------------------+

| Richter IT-Consulting					  |
| E-mail  : user-c862b499d9fa@xymon.invalid			  |
|							  |
| Homepage: http://www.richter-it.net/			  |
+---------------------------------------------------------+
Download my public key from:
http://www.keyserver.net:11371/pks/lookup?op=get&search=0x899093AC
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3-nr1 (Windows XP)

iD8DBQFLQmMjHcGBZI75wqYRAjjEAJ0WTXNtKcDxhYwDOhGw1fhLVNeMBwCeP2AZ
z0D0q3mVwC6tGr9s9nK34Wg=
=8XIH
-----END PGP SIGNATURE-----
list Bruce White · Tue, 5 Jan 2010 13:09:24 -0600 ·
I agree the comment always showing on the bb2.html page would be very
helpful.
signature

       .....Bruce


  Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
   Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 -----Original Message-----

quoted from Torsten Richter
From: Torsten Richter [mailto:user-c862b499d9fa@xymon.invalid] Sent: Monday, January 04, 2010 3:53 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] bb-hosts COMMENT Tag no longer working?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

it would be nice to have the choice between the new and the old
behaviour or to let the comment only be displayed on bb2.html.
Just a thought.

Regards
Torsten

White, Bruce wrote:
OK I figured it out.  It works differently from hobbit 4.2.  In hobbit
4.2 it would put the comment as an actual set of characters on the page
as in:
Server_name (comment)

But in Xymon, it shows up as a "text box", if you hold the cursor over
the server name.  The new html generated by bbgen creates these COMMENT
fields in the html as:

<span title="comment"> Server_name </span>

So you no longer see them all the time on the web page.  The bb-hosts
documentation appears to need an update because it says:

	COMMENT:Host comment
	Adds a small text after the hostname on the webpage.


    ......Bruce   

  Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax:
XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
   Disclaimer: The information contained in this message may be
privileged and confidential and protected from disclosure. If the reader
of this message is not the intended recipient or an employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer. Thank you. Fellowes, Inc.
 -----Original Message-----
From: White, Bruce [mailto:user-58f975e8bf9d@xymon.invalid] Sent: Thursday, December 31, 2009 2:47 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

I have it not working on two different RedHat ES 5.2 servers.  I
compiled and installed following the install doc.

    ......Bruce
 

  Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax:
XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
   Disclaimer: The information contained in this message may be
privileged and confidential and protected from disclosure. If the reader
of this message is not the intended recipient or an employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution or copying of
this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer. Thank you. Fellowes, Inc.
 -----Original Message-----
From: user-9c1ae820b621@xymon.invalid [mailto:user-9c1ae820b621@xymon.invalid] Sent: Tuesday, December 29, 2009 5:23 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?

Not sure what you mean?
I installed the source and did the installation.

         Thanks,
                  Tom Schmitt
         Senior IT Staff - R&D
                  Salt Lake City, UT  XXXXX
         Phone (XXX) XXX-XXXX
         Cell      (XXX) XXX-XXXX
                      \\\\||////
                  \ ~  ~ /                    | @  @ |        		--oOo---(_)---oOo--


-----Original Message-----
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] Sent: Tuesday, December 29, 2009 3:32 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I am running on CentOS 5.3
And how did you install Xymon?
- --
+---------------------------------------------------------+
| Richter IT-Consulting					  |
| E-mail  : user-c862b499d9fa@xymon.invalid			  |
|							  |
| Homepage: http://www.richter-it.net/			  |
+---------------------------------------------------------+
Download my public key from:
http://www.keyserver.net:11371/pks/lookup?op=get&search=0x899093AC
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3-nr1 (Windows XP)

iD8DBQFLQmMjHcGBZI75wqYRAjjEAJ0WTXNtKcDxhYwDOhGw1fhLVNeMBwCeP2AZ
z0D0q3mVwC6tGr9s9nK34Wg=
=8XIH
-----END PGP SIGNATURE-----
list Malcolm Hunter · Tue, 05 Jan 2010 21:31:00 +0100 ·
quoted from Bruce White
I agree the comment always showing on the bb2.html page would be very
helpful.
From the bbgen manpage:

 --tooltips=[always,never,main]
 Determines which pages use tooltips to show the description of the host (from the COMMENT entry in the bb-hosts(5) file). If set to always, tooltips are used on all pages.
 If  set  to  never,  tooltips are never used. If set to main, tooltips are used on the main pages, but not on the BB2 (all non-green) or NK (critical systems) pages.

Add --tooltips=never to BBGENOPTS.
quoted from Tom Schmitt


Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
list Bruce White · Wed, 6 Jan 2010 09:12:38 -0600 ·
Hi all,

AS someone else said today, I love this list.  It turns out that the "tooltips" reference appears only in my actual bbgen man page, not the man page found under the help menu.   Also, it does work to always present the COMMENT tag on the page, however it also grabs the text in the DESCR tag as well.  So for "hosts" I want a DESCR to appear on the info page, it uses that to present on the page.   This appears to be a bug.  Can anyone verify that it happens in their installation of Xymon 4.3.0-0.beta2?
signature

Thanks,
Bruce
 

 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 
-----Original Message-----

quoted from Malcolm Hunter
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] 
Sent: Tuesday, January 05, 2010 2:31 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
I agree the comment always showing on the bb2.html page would be very 
helpful.
From the bbgen manpage:

 --tooltips=[always,never,main]
 Determines which pages use tooltips to show the description of the host (from the COMMENT entry in the bb-hosts(5) file). If set to always, tooltips are used on all pages.
 If  set  to  never,  tooltips are never used. If set to main, tooltips are used on the main pages, but not on the BB2 (all non-green) or NK (critical systems) pages.

Add --tooltips=never to BBGENOPTS.


Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
list Malcolm Hunter · Wed, 06 Jan 2010 16:47:39 +0100 ·
quoted from Bruce White
AS someone else said today, I love this list.  It turns out that the
"tooltips" reference appears only in my actual bbgen man page, not the man page
found under the help menu.   Also, it does work to always present the
COMMENT tag on the page, however it also grabs the text in the DESCR tag as
well.  So for "hosts" I want a DESCR to appear on the info page, it uses that
to present on the page.   This appears to be a bug.  Can anyone verify that
it happens in their installation of Xymon 4.3.0-0.beta2?
I'm not sure what you mean. COMMENT and DESCR seem to do what they're supposed to for me.
quoted from Bruce White

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
list Jason Hand · Wed, 6 Jan 2010 10:55:37 -0500 ·
I want to alert on the CONN tag if the ping time is over lets say  
100ms.  Is anyone doing that and how did they accomplish it?

Thanks,
Jason
list Bruce White · Wed, 6 Jan 2010 10:05:41 -0600 ·
 Malcolm,

Thanks for pointing out the tooltips --never option.  What I see is the text following COMMENT tags in the bb-hosts file displayed on the screen.  If a host has no COMMENT tag, but a DESCR tag, then the text in the DESCR tag is displayed on the screen.   This occurs no matter how the tooltips option is set, because on my second Xymon server, I see the DESCR tag in the text box, if a COMMENT tag is not present.  Interestingly enough, the fields on the info page are populated correctly from the DESCR tag, with or without a COMMENT tag.  I hope that makes it more clear.
signature

      ......Bruce
 

 Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
 
 
Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 
-----Original Message-----

quoted from Malcolm Hunter
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] 
Sent: Wednesday, January 06, 2010 9:48 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
AS someone else said today, I love this list.  It turns out that the 
"tooltips" reference appears only in my actual bbgen man page, not the man page
found under the help menu.   Also, it does work to always present the
COMMENT tag on the page, however it also grabs the text in the DESCR 
tag as well.  So for "hosts" I want a DESCR to appear on the info page, it uses that
to present on the page.   This appears to be a bug.  Can anyone verify that
it happens in their installation of Xymon 4.3.0-0.beta2?
I'm not sure what you mean. COMMENT and DESCR seem to do what they're supposed to for me.

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
list Malcolm Hunter · Wed, 06 Jan 2010 17:55:31 +0100 ·
quoted from Bruce White
Thanks for pointing out the tooltips --never option.  What I see is the
text following COMMENT tags in the bb-hosts file displayed on the screen.  If
a host has no COMMENT tag, but a DESCR tag, then the text in the DESCR tag
is displayed on the screen.   This occurs no matter how the tooltips
option is set, because on my second Xymon server, I see the DESCR tag in the
text box, if a COMMENT tag is not present.  Interestingly enough, the fields
on the info page are populated correctly from the DESCR tag, with or without
a COMMENT tag.  I hope that makes it more clear.
Thanks, that's much clearer.

This appears to be deliberate - line 483 of lib/htmllog.c was recently changed to:

 cmt = bbh_item(host, BBH_COMMENT); if (!cmt) cmt = bbh_item(host, BBH_DESCRIPTION);

So if there's no COMMENT, it uses DESCR instead.
quoted from Bruce White

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Bruce White · Wed, 6 Jan 2010 11:10:24 -0600 ·
Malcolm,

THANKS!  I am not very good at reading C code, let alone figuring out how all the modules and functions in Xymon work together.  This however is not what I want to hear.  I'd like the DESCR tag to just be for the populating the info page fields and the COMMENT tag for appearing on the screen.   The way older versions of hobbit worked.

Thanks again,
signature
Bruce
 

  Bruce White
 Senior Enterprise Systems Engineer | Phone: XXX-XXX-XXXX | Fax: XXX-XXX-XXXX | user-58f975e8bf9d@xymon.invalid | http://www.fellowes.com/
   Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Fellowes, Inc.
 -----Original Message-----

quoted from Malcolm Hunter
From: Malcolm Hunter [mailto:user-b3e590ffeb6d@xymon.invalid] Sent: Wednesday, January 06, 2010 10:56 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: RE: RE: RE: [hobbit] bb-hosts COMMENT Tag no longer working?
Thanks for pointing out the tooltips --never option.  What I see is the text following COMMENT tags in the bb-hosts file displayed on the screen.  If a host has no COMMENT tag, but a DESCR tag, then the text in the DESCR tag
is displayed on the screen.   This occurs no matter how the tooltips
option is set, because on my second Xymon server, I see the DESCR tag in the text box, if a COMMENT tag is not present.  Interestingly enough, the fields on the info page are populated correctly from the DESCR tag, with or without a COMMENT tag.  I hope that makes it more clear.
Thanks, that's much clearer.

This appears to be deliberate - line 483 of lib/htmllog.c was recently changed to:

 cmt = bbh_item(host, BBH_COMMENT); if (!cmt) cmt = bbh_item(host, BBH_DESCRIPTION);

So if there's no COMMENT, it uses DESCR instead.

Malcolm


--
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Thorsten Erdmann · Thu, 07 Jan 2010 08:23:03 +0100 ·
Hi

I have some problems filtering entries from the msg test. I have several 
hosts, running SuSE which often produce the following messages in 
/var/log/messages:

Jan  7 08:09:22 s068c320 ntpd[4944]: kernel time sync error 0001

The hosts are named s068c320, s068c321, s068c322, ...

So I made the following entries in the hobbit-clients.cfg on the 
Hobbitserver, to filter out these messages:

HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

It does not work. The messages come up as an error anyway.
Here is my whole hobbit-clients.cfg


HOST=s068310i
        DISK    %^/platform.*  IGNORE

HOST=s068310b
        DISK    %^/platform.*  IGNORE

HOST=s068a300
        LOG     %.* %(fatal|error)   COLOR=red 
IGNORE=%(smb_proc_readdir_long|peer)
        LOG     %.* warning          COLOR=yellow
#        DISK    * 10 15

HOST=s068c327
        DISK    /mnt           IGNORE

HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

HOST=s068c320,s068c321,s068c322
        PROC    "lmgrd -c" 1 1
        PROC    "pam_lmd" 1 1

DEFAULT
        # These are the built-in defaults.
        UP      1h
        LOAD    5.0 10.0
        DISK    * 90 95
        DISK    /media/cdrom 101 101
        MEMPHYS 100 101
        MEMSWAP 50 80
        MEMACT  90 97

        LOG     %.* %(fatal|error)   COLOR=red 
IGNORE=%(read_socket_data|peer)
        LOG     %.* warning          COLOR=yellow

What's wrong there?
BTW: the smb_proc_readdir_log filter also does not work.

Thank you
Thorsten Erdmann


If you are not the intended addressee, please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation.
list Wiskbroom · Thu, 7 Jan 2010 15:24:39 -0500 ·
Has anyone answered this question yet?  Am I am seeing alot less traffic on this list than previously, or is there a problem (as with another list) with my hotmail account?

I am looking for a similiar use, to use conn/ping only as a test.

Thanks,,

.vadim
quoted from Jason Hand
 
From: user-17f7af22f408@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Date: Wed, 6 Jan 2010 10:55:37 -0500
Subject: [hobbit] How can I set an alert if the ping response time is over a threshold?

I want to alert on the CONN tag if the ping time is over lets say  100ms.  Is anyone doing that and how did they accomplish it?

Thanks,
Jason

list Josh Luthman · Thu, 7 Jan 2010 15:34:45 -0500 ·
There may be less list due to the SA bug, but it's more likely that people
are on vacation and not looking at their work email.

At this point I don't believe there is any way to set a threshold for
pings.  Smokeping is better for that.

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"The secret to creativity is knowing how to hide your sources."
--- Albert Einstein
quoted from Wiskbroom


On Thu, Jan 7, 2010 at 3:24 PM, <user-ddebaeecde97@xymon.invalid> wrote:
 Has anyone answered this question yet?  Am I am seeing alot less traffic
on this list than previously, or is there a problem (as with another list)
with my hotmail account?

I am looking for a similiar use, to use conn/ping only as a test.

Thanks,,

.vadim

From: user-17f7af22f408@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Date: Wed, 6 Jan 2010 10:55:37 -0500
Subject: [hobbit] How can I set an alert if the ping response time is
over a threshold?
I want to alert on the CONN tag if the ping time is over lets say
100ms. Is anyone doing that and how did they accomplish it?

Thanks,
Jason

list Wiskbroom · Thu, 7 Jan 2010 16:10:08 -0500 ·
There may be less list due to the SA bug, but it's more likely that people are on vacation and not looking at their work email.
If this is true, then I am truly envious ;-)
At this point I don't believe there is any way to set a threshold for pings.  Smokeping is better for that.

Do I then replace fping with smokeping?   If so, how do I capture the additional data in a usable fashion?
quoted from Josh Luthman


On Thu, Jan 7, 2010 at 3:24 PM,  <user-ddebaeecde97@xymon.invalid> wrote:


Has anyone answered this question yet?  Am I am seeing alot less traffic on this list than previously, or is there a problem (as with another list) with my hotmail account?

I am looking for a similiar use, to use conn/ping only as a test.


Thanks,,

.vadim
 
From: user-17f7af22f408@xymon.invalid
To: user-ae9b8668bcde@xymon.invalid
Date: Wed, 6 Jan 2010 10:55:37 -0500
Subject: [hobbit] How can I set an alert if the ping response time is over a threshold?

I want to alert on the CONN tag if the ping time is over lets say  
100ms.  Is anyone doing that and how did they accomplish it?
Thanks,
Jason
list Matthew Moldvan · Thu, 7 Jan 2010 16:44:41 -0500 ·
A quick thought: the disk regular expressions start with "%^", whereas your HOST and LOG portions are missing the caret (^).  That might be a first step...

Hope that helps,
Matt.

Unix System Administrator
Computer Science Corporation
General Dynamics Land Systems
XXXXX Mound Rd.
Sterling Heights, MI.  48310
Desk: (XXX) XXX-XXXX
Oracle IM: moldvanm

This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.


[hobbit] Problems with MSG filter

thorsten.erdmann to:
hobbit
01/07/2010 02:26 AM

Please respond to hobbit
quoted from Thorsten Erdmann


Hi

I have some problems filtering entries from the msg test. I have several hosts, running SuSE which often produce the following messages in /var/log/messages:

Jan  7 08:09:22 s068c320 ntpd[4944]: kernel time sync error 0001

The hosts are named s068c320, s068c321, s068c322, ...

So I made the following entries in the hobbit-clients.cfg on the Hobbitserver, to filter out these messages:

HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

It does not work. The messages come up as an error anyway.
Here is my whole hobbit-clients.cfg


HOST=s068310i
        DISK    %^/platform.*  IGNORE

HOST=s068310b
        DISK    %^/platform.*  IGNORE

HOST=s068a300
        LOG     %.* %(fatal|error)   COLOR=red IGNORE=%(smb_proc_readdir_long|peer)
        LOG     %.* warning          COLOR=yellow
#        DISK    * 10 15

HOST=s068c327
        DISK    /mnt           IGNORE

HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

HOST=s068c320,s068c321,s068c322
        PROC    "lmgrd -c" 1 1
        PROC    "pam_lmd" 1 1

DEFAULT
        # These are the built-in defaults.
        UP      1h
        LOAD    5.0 10.0
        DISK    * 90 95
        DISK    /media/cdrom 101 101
        MEMPHYS 100 101
        MEMSWAP 50 80
        MEMACT  90 97

        LOG     %.* %(fatal|error)   COLOR=red IGNORE=%(read_socket_data|peer)
        LOG     %.* warning          COLOR=yellow

What's wrong there?
BTW: the smb_proc_readdir_log filter also does not work.

Thank you
Thorsten Erdmann

If you are not the intended addressee, please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation. This is an e-mail from General Dynamics Land Systems. It is for the intended recipient only and may contain confidential and privileged information. No one else may read, print, store, copy, forward or act in reliance on it or its attachments. If you are not the intended recipient, please return this message to the sender and delete the message and any attachments from your computer. Your cooperation is appreciated.
list Darrin Khan · Fri, 8 Jan 2010 09:36:56 +1100 ·
Hello Thorsten,

I have had similar issues previously with Postgres errors. I found it
easier to have the log lines removed on the client side, saves the
logs from even reaching the xymon server.

This is going by memory as i am not in the office, but it should be
something like the following in the client-local.cfg ..

[sql0.my.net]
log:/var/log/messages:10240
ignore ntpd

Note, that this will strip out any lines with ntpd in it, so you may
miss other issues related to ntpd.

Hope this is a help

Darrin

2010/1/7  <user-9219fb9415b1@xymon.invalid>:
quoted from Matthew Moldvan
Hi

I have some problems filtering entries from the msg test. I have several
hosts, running SuSE which often produce the following messages in
/var/log/messages:

Jan  7 08:09:22 s068c320 ntpd[4944]: kernel time sync error 0001

The hosts are named s068c320, s068c321, s068c322, ...

So I made the following entries in the hobbit-clients.cfg on the
Hobbitserver, to filter out these messages:

HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

It does not work. The messages come up as an error anyway.
Here is my whole hobbit-clients.cfg


HOST=s068310i
        DISK    %^/platform.*  IGNORE

HOST=s068310b
        DISK    %^/platform.*  IGNORE

HOST=s068a300
        LOG     %.* %(fatal|error)   COLOR=red
IGNORE=%(smb_proc_readdir_long|peer)
        LOG     %.* warning          COLOR=yellow
#        DISK    * 10 15

HOST=s068c327
        DISK    /mnt           IGNORE

HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

HOST=s068c320,s068c321,s068c322
        PROC    "lmgrd -c" 1 1
        PROC    "pam_lmd" 1 1

DEFAULT
        # These are the built-in defaults.
        UP      1h
        LOAD    5.0 10.0
        DISK    * 90 95
        DISK    /media/cdrom 101 101
        MEMPHYS 100 101
        MEMSWAP 50 80
        MEMACT  90 97

        LOG     %.* %(fatal|error)   COLOR=red
 IGNORE=%(read_socket_data|peer)
        LOG     %.* warning          COLOR=yellow

What's wrong there?
BTW: the smb_proc_readdir_log filter also does not work.

Thank you
Thorsten Erdmann

If you are not the intended addressee, please inform us immediately that you
have received this e-mail in error, and delete it. We thank you for your
cooperation.
-- 

Darrin Khan
user-8737e9cc15a9@xymon.invalid

Ted Turner  - "Sports is like a war without the killing." -
http://www.brainyquote.com/quotes/authors/t/ted_turner.html
list Buchan Milne · Fri, 8 Jan 2010 09:15:38 +0100 ·
quoted from Jason Hand
On Wednesday, 6 January 2010 16:55:37 Jason Hand wrote:
I want to alert on the CONN tag if the ping time is over lets say
100ms.  Is anyone doing that and how did they accomplish it?
Have you tried setting the FPING variable in hobbitserver to include some 
relevant fping options. For example, you may want to add these:
-t50 -r2 -B1

Regards,
Buchan
list Josh Luthman · Fri, 8 Jan 2010 03:26:14 -0500 ·
Smokeping is not related to Xymon really.  It's a whole new application.

http://oss.oetiker.ch/smokeping-demo/?target=Customers.OP
signature

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"The secret to creativity is knowing how to hide your sources."
--- Albert Einstein


quoted from Buchan Milne
On Fri, Jan 8, 2010 at 3:15 AM, Buchan Milne <user-9b139aff4dec@xymon.invalid>wrote:
On Wednesday, 6 January 2010 16:55:37 Jason Hand wrote:
I want to alert on the CONN tag if the ping time is over lets say
100ms.  Is anyone doing that and how did they accomplish it?
Have you tried setting the FPING variable in hobbitserver to include some
relevant fping options. For example, you may want to add these:
-t50 -r2 -B1

Regards,
Buchan

list Buchan Milne · Fri, 8 Jan 2010 10:00:15 +0100 ·
quoted from Darrin Khan
On Thursday, 7 January 2010 08:23:03 user-9219fb9415b1@xymon.invalid wrote:
Hi

I have some problems filtering entries from the msg test. I have several
hosts, running SuSE which often produce the following messages in
/var/log/messages:

Jan  7 08:09:22 s068c320 ntpd[4944]: kernel time sync error 0001

The hosts are named s068c320, s068c321, s068c322, ...

So I made the following entries in the hobbit-clients.cfg on the
Hobbitserver, to filter out these messages:

HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd
Shouldn't this be:

HOST=%s068c32.*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

(Note the ., this is a regex, not a glob)

Regards,
Buchan
list Wiskbroom · Fri, 8 Jan 2010 08:34:17 -0500 ·
Thanks Buchan;

I've added the options you've mentioned, although from the commandline I do not see any difference in its output.

One thing that I've noticed recently is that I in my newer setup, using xymon-4.3.0-0 beta 2, I no longer see a "conn" column, thus am unable to see ping stats at all.

Am I missing an option to turn this on someplace?

Thanks,

.vadim
From: user-9b139aff4dec@xymon.invalid
quoted from Jason Hand
On Wednesday, 6 January 2010 16:55:37 Jason Hand wrote:
I want to alert on the CONN tag if the ping time is over lets say
100ms.  Is anyone doing that and how did they accomplish it?
Have you tried setting the FPING variable in hobbitserver to include some 
relevant fping options. For example, you may want to add these:
-t50 -r2 -B1

Regards,
Buchan
list Buchan Milne · Fri, 8 Jan 2010 16:13:54 +0100 ·
quoted from Wiskbroom
On Friday, 8 January 2010 14:34:17 user-ddebaeecde97@xymon.invalid wrote:
Thanks Buchan;

I've added the options you've mentioned, although from the commandline I do
 not see any difference in its output.
It's not the output that's the issue is it? Isn't it the time that it takes to 
time out that is the problem.

[bgmilne at tiger ~]$ time -f %e fping -Ae 192.168.111.111
192.168.111.111 is unreachable
Command exited with non-zero status 1
4.08
[bgmilne at tiger ~]$ time -f %e fping -t50 -r2 -B1 -Ae 192.168.111.111
192.168.111.111 is unreachable
Command exited with non-zero status 1
0.15


Regards,
Buchan
list Matthew Moldvan · Fri, 8 Jan 2010 10:55:28 -0500 ·
Oops, did I actually say that?  Forgot the ^ is beggining of the line ... must have been a long day.  :P
quoted from Matthew Moldvan

Matt.

Unix System Administrator
Computer Science Corporation
General Dynamics Land Systems
XXXXX Mound Rd.
Sterling Heights, MI.  48310
Desk: (XXX) XXX-XXXX
Oracle IM: moldvanm

This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.


Re: [hobbit] Problems with MSG filter

Matthew Moldvan to:
hobbit
01/07/2010 04:52 PM

Please respond to hobbit
quoted from Matthew Moldvan


A quick thought: the disk regular expressions start with "%^", whereas your HOST and LOG portions are missing the caret (^).  That might be a first step... 
Hope that helps, Matt. 
Unix System Administrator
Computer Science Corporation
General Dynamics Land Systems
XXXXX Mound Rd.
Sterling Heights, MI.  48310
Desk: (XXX) XXX-XXXX
Oracle IM: moldvanm

This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. 


[hobbit] Problems with MSG filter


thorsten.erdmann to: hobbit 01/07/2010 02:26 AM


Please respond to hobbit 


Hi

I have some problems filtering entries from the msg test. I have several hosts, running SuSE which often produce the following messages in /var/log/messages:

Jan  7 08:09:22 s068c320 ntpd[4944]: kernel time sync error 0001

The hosts are named s068c320, s068c321, s068c322, ...

So I made the following entries in the hobbit-clients.cfg on the Hobbitserver, to filter out these messages:

HOST=%s068c32*
       LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

It does not work. The messages come up as an error anyway.
Here is my whole hobbit-clients.cfg


HOST=s068310i
       DISK    %^/platform.*  IGNORE

HOST=s068310b
       DISK    %^/platform.*  IGNORE

HOST=s068a300
       LOG     %.* %(fatal|error)   COLOR=red IGNORE=%(smb_proc_readdir_long|peer)
       LOG     %.* warning          COLOR=yellow
#        DISK    * 10 15

HOST=s068c327
       DISK    /mnt           IGNORE

HOST=%s068c32*
       LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

HOST=s068c320,s068c321,s068c322
       PROC    "lmgrd -c" 1 1
       PROC    "pam_lmd" 1 1

DEFAULT
       # These are the built-in defaults.
       UP      1h
       LOAD    5.0 10.0
       DISK    * 90 95
       DISK    /media/cdrom 101 101
       MEMPHYS 100 101
       MEMSWAP 50 80
       MEMACT  90 97

       LOG     %.* %(fatal|error)   COLOR=red IGNORE=%(read_socket_data|peer)
       LOG     %.* warning          COLOR=yellow

What's wrong there?
BTW: the smb_proc_readdir_log filter also does not work.

Thank you
Thorsten Erdmann

If you are not the intended addressee, please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation. This is an e-mail from General Dynamics Land Systems. It is for the intended recipient only and may contain confidential and privileged information. No one else may read, print, store, copy, forward or act in reliance on it or its attachments. If you are not the intended recipient, please return this message to the sender and delete the message and any attachments from your computer. Your cooperation is appreciated. This is an e-mail from General Dynamics Land Systems. It is for the intended recipient only and may contain confidential and privileged information. No one else may read, print, store, copy, forward or act in reliance on it or its attachments. If you are not the intended recipient, please return this message to the sender and delete the message and any attachments from your computer. Your cooperation is appreciated.
list Tom Schmitt · Mon, 11 Jan 2010 08:47:18 -0700 ·
I got smokeping downloaded but cannot figure how to setup
/usr/bin/speedy?

 
Thanks,

 
Tom Schmitt

Senior IT Staff - R&D

L-3 Communication Systems West

640 North 2200 West

P.O. Box 16850
quoted from Wiskbroom

Salt Lake City, UT  XXXXX

Phone (XXX) XXX-XXXX

Cell      (XXX) XXX-XXXX

eFax    (XXX) XXX-XXXX

user-9c1ae820b621@xymon.invalid

           \\\\||////

             \ ~  ~ /  

             | @  @ |   

--oOo---(_)---oOo--

 
From: Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid] 
Sent: Friday, January 08, 2010 1:26 AM
To: user-ae9b8668bcde@xymon.invalid
Cc: Jason Hand
Subject: Re: [hobbit] How can I set an alert if the ping response time
is over a threshold?

 
Smokeping is not related to Xymon really.  It's a whole new application.

http://oss.oetiker.ch/smokeping-demo/?target=Customers.OP

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"The secret to creativity is knowing how to hide your sources."
--- Albert Einstein


On Fri, Jan 8, 2010 at 3:15 AM, Buchan Milne
<user-9b139aff4dec@xymon.invalid> wrote:

On Wednesday, 6 January 2010 16:55:37 Jason Hand wrote:
I want to alert on the CONN tag if the ping time is over lets say
100ms.  Is anyone doing that and how did they accomplish it?
Have you tried setting the FPING variable in hobbitserver to include
some
relevant fping options. For example, you may want to add these:
-t50 -r2 -B1

Regards,
Buchan
list Wiskbroom · Mon, 11 Jan 2010 15:15:32 -0500 ·
All;

On my current BigBrother server, my BB server pings whatever server/device is being monitored, retaining the pings response time, which is then converted into LAARD for a pretty look.  I *believe* the script that does this is ~bin/bb-network.sh 

Does anyone know can I can do the same with Xymon?

Also, can I setup an icon/column just for tracking the ping "to" a non-client-installed remote IP?  I.e., my ISP's border router far side IP.

Am I trying to do this all wrong?

Thanks,

.vp
quoted from Tom Schmitt
I got smokeping downloaded but cannot figure how to setup /usr/bin/speedy?


Thanks,


Tom
Schmitt
On Fri, Jan 8, 2010 at 3:15 AM, Buchan Milne>
wrote:


On Wednesday, 6 January 2010
16:55:37 Jason Hand wrote:
I want to alert on the CONN tag if the ping time is over lets say
100ms. Is anyone doing that and how did they accomplish it?

Have you tried setting the FPING variable in hobbitserver to
include some

relevant fping options. For example, you may want to add these:

-t50 -r2 -B1


Regards,

Buchan
list Thorsten Erdmann · Tue, 12 Jan 2010 14:39:07 +0100 ·
Thanks Buchan!
quoted from Buchan Milne
HOST=%s068c32*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd
Shouldn't this be:

HOST=%s068c32.*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=ntpd

(Note the ., this is a regex, not a glob)
Yes it should. I fear I newer learn regex. :-)

Now this seem to work. But I have some troubles with other filter expressions and a general understanding question.

1. If I have more than one matching expression in hobbit-clients.cfg, which one(s) will be used:

HOST=s068a300
        LOG     %.* %(fatal|error)   COLOR=red IGNORE=%(smb_proc_readdir_long|peer)
HOST=s068a2.*
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE=%(bla|laber)
DEFAULT
        LOG     %.* %(fatal|error)   COLOR=red   IGNORE="ignore always"

2. Do I have to use a regex if I have multiple words to detect, like on the first statement? If I have many words to filter out the IGNORE statement may become lengthy. Can I have multiple IGNOREs to get a better readability?

3. What is the syntax if I have spaces in the expression. Is it like the DEFAULT statement above?

Regards
Thorsten
quoted from Matthew Moldvan


If you are not the intended addressee, please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation.
list Thorsten Erdmann · Tue, 12 Jan 2010 14:45:31 +0100 ·
Hi

I am using the Hobbit alert service to send alerts via Email if something is becoming red. Mostly I also get the recovered message if the test becomes green again.
But if the test becomes first yellow and then green, no recovery message is sent. Is that a bug or am I doing something wrong?

hobbit-alerts.cfg:

# Recipients
$MAILTE=user-6130fb8aa491@xymon.invalid
$ALARM4COS=/usr/lib/hobbit/server/daimont/createAlarm4Daimont.sh

# Rules
HOST=* EXSERVICE=cpu COLOR=red
  SCRIPT $ALARM4COS Daimont RECOVERED

HOST=%^s068.*|^vhdb.* EXSERVICE=cpu COLOR=red
  MAIL $MAILTE RECOVERED REPEAT=9999h


Regards
quoted from Thorsten Erdmann
Thorsten Erdmann


If you are not the intended addressee, please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation.
list Alan Sparks · Tue, 12 Jan 2010 17:10:04 -0700 ·
quoted from Thorsten Erdmann
user-9219fb9415b1@xymon.invalid wrote:
Hi

I am using the Hobbit alert service to send alerts via Email if
something is becoming red. Mostly I also get the recovered message if
the test becomes green again.
But if the test becomes first yellow and then green, no recovery
message is sent. Is that a bug or am I doing something wrong?


If you are not the intended addressee, please inform us immediately
that you have received this e-mail in error, and delete it. We thank
you for your cooperation.
Ah, this again... :-)

This is a known problem with the alert mechanism.  I posted an analysis
of why (I believe) it happens in this mailing list message:
http://www.hswn.dk/hobbiton/2008/07/msg00132.html

Unfortunately, there appears to be no way in current state to work
around the problem.
-Alan