xymon pluggin not working on server
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
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: 414-491-6001 http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-13, 2010 Covington, KY
:/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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Wednesday, December 23, 2009 6:16 PM To: hobbit at hswn.dk 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: 414-491-6001 http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-13, 2010 Covington, KY
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Wednesday, December 23, 2009 6:16 PM To: hobbit at hswn.dk 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: 414-491-6001 http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-13, 2010 Covington, KY
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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Wednesday, December 23, 2009 7:01 PM To: hobbit at hswn.dk 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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Wednesday, December 23, 2009 6:16 PM To: hobbit at hswn.dk 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: 414-491-6001 http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-13, 2010 Covington, KY
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-- Rich Smrcina Phone: 414-491-6001 http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-13, 2010 Covington, KY
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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-----Original Message----- From: Rich Smrcina [mailto:rsmrcina at wi.rr.com] Sent: Thursday, December 24, 2009 12:01 PM To: hobbit at hswn.dk 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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-- Rich Smrcina Phone: 414-491-6001 http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-13, 2010 Covington, KY
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Excellent. I'm glad you were able to resolve it.
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 231 Executive Dr. Suite 15 Phone: 302-224-5018 Fax: 302-224-5001 (atte: David Hay Currie)
-- Rich Smrcina Phone: 414-491-6001 http://www.linkedin.com/in/richsmrcina
Catch the WAVV! http://www.wavv.org WAVV 2010 - Apr 9-13, 2010 Covington, KY
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: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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.
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
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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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 84116
Phone (801) 594-3030
Cell (801) 231-7230
eFax (413) 480-6873
D.Tom.Schmitt at L-3Com.com
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
-----Original Message----- From: Dominique Frise [mailto:dominique.frise at unil.ch] Sent: Tuesday, December 29, 2009 1:17 AM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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
I am running on CentOS 5.3
Thanks,
Tom Schmitt
Senior IT Staff - R&D
Salt Lake City, UT 84116
Phone (801) 594-3030
Cell (801) 231-7230
eFax (413) 480-6873
D.Tom.Schmitt at L-3Com.com
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
-----Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, December 29, 2009 2:34 PM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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
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 84116
Phone (801) 594-3030
Cell (801) 231-7230
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
-----Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, December 29, 2009 3:32 PM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: d.tom.schmitt at L-3com.com [mailto:d.tom.schmitt at L-3com.com] Sent: Tuesday, December 29, 2009 5:23 PM To: hobbit at hswn.dk 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 84116
Phone (801) 594-3030
Cell (801) 231-7230
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
-----Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, December 29, 2009 3:32 PM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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:bewhite at fellowes.com] Sent: Thursday, December 31, 2009 2:47 PM To: hobbit at hswn.dk 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: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: d.tom.schmitt at L-3com.com [mailto:d.tom.schmitt at L-3com.com] Sent: Tuesday, December 29, 2009 5:23 PM To: hobbit at hswn.dk 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 84116
Phone (801) 594-3030
Cell (801) 231-7230
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
-----Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, December 29, 2009 3:32 PM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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.
Thanks,
Tom Schmitt
Senior IT Staff - R&D
Phone (801) 594-3030
Cell (801) 231-7230
eFax (413) 480-6873
D.Tom.Schmitt at L-3Com.com
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
-----Original Message----- From: White, Bruce [mailto:bewhite at fellowes.com] Sent: Thursday, December 31, 2009 2:18 PM To: hobbit at hswn.dk 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: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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:bewhite at fellowes.com] Sent: Thursday, December 31, 2009 2:47 PM To: hobbit at hswn.dk 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: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: d.tom.schmitt at L-3com.com [mailto:d.tom.schmitt at L-3com.com] Sent: Tuesday, December 29, 2009 5:23 PM To: hobbit at hswn.dk 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 84116
Phone (801) 594-3030
Cell (801) 231-7230
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
-----Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, December 29, 2009 3:32 PM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-----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.
......BruceBruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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:bewhite at fellowes.com] Sent: Thursday, December 31, 2009 2:47 PM To: hobbit at hswn.dk 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.
......BruceBruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: d.tom.schmitt at L-3com.com [mailto:d.tom.schmitt at L-3com.com] Sent: Tuesday, December 29, 2009 5:23 PM To: hobbit at hswn.dk 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 84116 Phone (801) 594-3030 Cell (801) 231-7230 \\\\||//// \ ~ ~ / | @ @ | --oOo---(_)---oOo-------Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, December 29, 2009 3:32 PM To: hobbit at hswn.dk 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 : bb4 [at] richter-it.net | | | | 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-----
I agree the comment always showing on the bb2.html page would be very helpful.
.....Bruce
Bruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: Torsten Richter [mailto:bb4 at richter-it.net] Sent: Monday, January 04, 2010 3:53 PM To: hobbit at hswn.dk 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.
......BruceBruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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:bewhite at fellowes.com] Sent: Thursday, December 31, 2009 2:47 PM To: hobbit at hswn.dk 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.
......BruceBruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: d.tom.schmitt at L-3com.com [mailto:d.tom.schmitt at L-3com.com] Sent: Tuesday, December 29, 2009 5:23 PM To: hobbit at hswn.dk 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 84116 Phone (801) 594-3030 Cell (801) 231-7230 \\\\||//// \ ~ ~ / | @ @ | --oOo---(_)---oOo-------Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, December 29, 2009 3:32 PM To: hobbit at hswn.dk 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 : bb4 [at] richter-it.net | | | | 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-----
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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
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?
Thanks, Bruce
Bruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Tuesday, January 05, 2010 2:31 PM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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
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.
......Bruce
Bruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Wednesday, January 06, 2010 9:48 AM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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
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, Bruce
Bruce White Senior Enterprise Systems Engineer | Phone: 630-671-5169 | Fax: 630-893-1648 | bewhite at fellowes.com | 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: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Wednesday, January 06, 2010 10:56 AM To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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.
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 <thorsten.erdmann at daimler.com>:
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 medavian at gmail.com
Ted Turner - "Sports is like a war without the killing." - http://www.brainyquote.com/quotes/authors/t/ted_turner.html
On Thursday, 7 January 2010 08:23:03 thorsten.erdmann at daimler.com 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
Thanks Buchan!
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.
- 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"
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?
What is the syntax if I have spaces in the expression. Is it like the DEFAULT statement above?
Regards Thorsten
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.
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=somebody at somewhere.com $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 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.
thorsten.erdmann at daimler.com 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
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
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: jason at hands4christ.org To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
"The secret to creativity is knowing how to hide your sources." --- Albert Einstein
On Thu, Jan 7, 2010 at 3:24 PM, <wiskbroom at hotmail.com> 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: jason at hands4christ.org To: hobbit at hswn.dk 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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?
On Thu, Jan 7, 2010 at 3:24 PM, <wiskbroom at hotmail.com> 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: jason at hands4christ.org To: hobbit at hswn.dk 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
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
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: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
"The secret to creativity is knowing how to hide your sources." --- Albert Einstein
On Fri, Jan 8, 2010 at 3:15 AM, Buchan Milne <bgmilne at staff.telkomsa.net>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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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
Salt Lake City, UT 84116
Phone (801) 594-3030
Cell (801) 231-7230
eFax (413) 480-6873
D.Tom.Schmitt at L-3Com.com
\\\\||////
\ ~ ~ /
| @ @ |
--oOo---(_)---oOo--
From: Josh Luthman [mailto:josh at imaginenetworksllc.com] Sent: Friday, January 08, 2010 1:26 AM To: hobbit at hswn.dk 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: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
"The secret to creativity is knowing how to hide your sources." --- Albert Einstein
On Fri, Jan 8, 2010 at 3:15 AM, Buchan Milne <bgmilne at staff.telkomsa.net> 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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
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
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
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: bgmilne at staff.telkomsa.net
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
On Friday, 8 January 2010 14:34:17 wiskbroom at hotmail.com 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
participants (14)
-
asparks@doublesparks.net
-
bb4@richter-it.net
-
bewhite@fellowes.com
-
bgmilne@staff.telkomsa.net
-
d.tom.schmitt@L-3com.com
-
dhaycurrie@leisurefitness.com
-
dominique.frise@unil.ch
-
jason@hands4christ.org
-
josh@imaginenetworksllc.com
-
malcolm.hunter@gmx.co.uk
-
medavian@gmail.com
-
rsmrcina@wi.rr.com
-
thorsten.erdmann@daimler.com
-
wiskbroom@hotmail.com