Status changing white to green in a loop
The below email is classified: Internal
Hello,
I have an issue where msgs column is changing from white to green all the time. It is filling Xymon server disk space. LXDBSP05 is running Xymon client + Xymon server. Any idea what is going on ?
[cid:image001.png at 01D418FF.5341DF20]
[cid:image002.png at 01D418FF.5341DF20]
[cid:image003.png at 01D418FF.5341DF20]
Regards, Mariusz
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
Hi, Check that you have not several instances of the client running on your server. Dominique
On 11 Jul 2018, at 17:15, Mariusz Walczak <mariusz.walczak at deutsche-boerse.com<mailto:mariusz.walczak at deutsche-boerse.com>> wrote:
The below email is classified: Internal
Hello,
I have an issue where msgs column is changing from white to green all the time. It is filling Xymon server disk space. LXDBSP05 is running Xymon client + Xymon server. Any idea what is going on ?
<image001.png>
<image002.png>
<image003.png>
Regards, Mariusz
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
Xymon mailing list Xymon at xymon.com<mailto:Xymon at xymon.com> http://lists.xymon.com/mailman/listinfo/xymon
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Marius,
this could happen if the client data is too big. Are you able to check the client data? Normally you find a link "Client data available" on the builtin checks (cpu, disk, inode, msgs etc.) that displays the file that has been transferred from the client to the server for further processing. the topmost line should say [collector:] and the last line should contain the time in UTC. If the last line is missing then there is simply too much data that needs to be transferred from client to server. Then you have to add/change MAXMSG_CLIENT to your xymonserver.cfg
First of course check your xymond.log if you see messages about files being truncated. If changing the xymonserver.cfg is not an option you can always reduce the amount of data on the client side by editing the runclient.sh and filter some things there before they are written to the client file that is sent. But be aware if you do it that way you'll have to repeat it when you upgrade your client.
Regards, Torsten
On 11.07.2018 10:09, Mariusz Walczak wrote:
The below email is classified: Internal
Hello,
I have an issue where msgs column is changing from white to green all the time. It is filling Xymon server disk space. LXDBSP05 is running Xymon client + Xymon server. Any idea what is going on ?
[cid:image001.png at 01D418FF.5341DF20]
[cid:image002.png at 01D418FF.5341DF20]
[cid:image003.png at 01D418FF.5341DF20]
Regards, Mariusz
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
+---------------------------------------------------------+ | E-mail : bb4 [at] richter-it.net | | | | Homepage: http://www.richter-it.net/ | +---------------------------------------------------------+ Download my public key from: http://keys.gnupg.net/pks/lookup?search=0x899093AC&op=get -----BEGIN PGP SIGNATURE----- Version: GnuPG v2
iEYEARECAAYFAltGMScACgkQ7DlmxomQk6ybjwCfdc7mMkqGq+vfffWchiduu/hp LocAoL9xq/HSrH1AO9s/aYSW4qiqtCq/ =H2Te -----END PGP SIGNATURE-----
The below email is classified: Internal
Hello,
@Dominique: I can confirm there is only one xymonlaunch process strarted with a clientlaunch config.
@ Torsten: Client data is available and starts with [collector:] and ends with UTC. In xymod.log there was truncated messages for two clients. I increased MAXMSG_CLIENT. Messages from xymod.log are gone, but the issue "white to green in a loop" is still there.
I have two servers configured - primary and secondary. The issue occurs only on primary. They are setup almost identically. On primary Xymon filesystem is occupying 362MB. On secondary 54M.
Regards, Mariusz
-----Original Message----- From: Torsten Richter <bb4 at richter-it.net> Sent: Wednesday, July 11, 2018 6:33 PM To: Mariusz Walczak <mariusz.walczak at deutsche-boerse.com>; 'xymon at xymon.com' <xymon at xymon.com> Subject: Re: [Xymon] Status changing white to green in a loop
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Marius,
this could happen if the client data is too big. Are you able to check the client data? Normally you find a link "Client data available" on the builtin checks (cpu, disk, inode, msgs etc.) that displays the file that has been transferred from the client to the server for further processing. the topmost line should say [collector:] and the last line should contain the time in UTC. If the last line is missing then there is simply too much data that needs to be transferred from client to server. Then you have to add/change MAXMSG_CLIENT to your xymonserver.cfg
First of course check your xymond.log if you see messages about files being truncated. If changing the xymonserver.cfg is not an option you can always reduce the amount of data on the client side by editing the runclient.sh and filter some things there before they are written to the client file that is sent. But be aware if you do it that way you'll have to repeat it when you upgrade your client.
Regards, Torsten
On 11.07.2018 10:09, Mariusz Walczak wrote:
The below email is classified: Internal
Hello,
I have an issue where msgs column is changing from white to green all the time. It is filling Xymon server disk space. LXDBSP05 is running Xymon client + Xymon server. Any idea what is going on ?
[cid:image001.png at 01D418FF.5341DF20]
[cid:image002.png at 01D418FF.5341DF20]
[cid:image003.png at 01D418FF.5341DF20]
Regards, Mariusz
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
+---------------------------------------------------------+ | E-mail : bb4 [at] richter-it.net | | | | Homepage: http://www.richter-it.net/ | +---------------------------------------------------------+ Download my public key from: http://keys.gnupg.net/pks/lookup?search=0x899093AC&op=get -----BEGIN PGP SIGNATURE----- Version: GnuPG v2
iEYEARECAAYFAltGMScACgkQ7DlmxomQk6ybjwCfdc7mMkqGq+vfffWchiduu/hp LocAoL9xq/HSrH1AO9s/aYSW4qiqtCq/ =H2Te -----END PGP SIGNATURE-----
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
By any chance, are you using xymonfetch? If so, you will need to add a unique to each server by passing the '--id=1', for example, to the xymonfetch command defined in tasks.cfg. If you aren't using fetch then this shouldn't be an issue as long as the clients know to talk to both servers and they aren't behind a load balancer or round robin dns. If the clients are pointing to a loadbalancer, you'll still want to explicitly point the clients to the individual servers.
=G=
On Thu, Jul 12, 2018 at 11:07 AM Mariusz Walczak < mariusz.walczak at deutsche-boerse.com> wrote:
The below email is classified: Internal
Hello,
@Dominique: I can confirm there is only one xymonlaunch process strarted with a clientlaunch config.
@ Torsten: Client data is available and starts with [collector:] and ends with UTC. In xymod.log there was truncated messages for two clients. I increased MAXMSG_CLIENT. Messages from xymod.log are gone, but the issue "white to green in a loop" is still there.
I have two servers configured - primary and secondary. The issue occurs only on primary. They are setup almost identically. On primary Xymon filesystem is occupying 362MB. On secondary 54M.
Regards, Mariusz
-----Original Message----- From: Torsten Richter <bb4 at richter-it.net> Sent: Wednesday, July 11, 2018 6:33 PM To: Mariusz Walczak <mariusz.walczak at deutsche-boerse.com>; ' xymon at xymon.com' <xymon at xymon.com> Subject: Re: [Xymon] Status changing white to green in a loop
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Marius,
this could happen if the client data is too big. Are you able to check the client data? Normally you find a link "Client data available" on the builtin checks (cpu, disk, inode, msgs etc.) that displays the file that has been transferred from the client to the server for further processing. the topmost line should say [collector:] and the last line should contain the time in UTC. If the last line is missing then there is simply too much data that needs to be transferred from client to server. Then you have to add/change MAXMSG_CLIENT to your xymonserver.cfg
First of course check your xymond.log if you see messages about files being truncated. If changing the xymonserver.cfg is not an option you can always reduce the amount of data on the client side by editing the runclient.sh and filter some things there before they are written to the client file that is sent. But be aware if you do it that way you'll have to repeat it when you upgrade your client.
Regards, Torsten
On 11.07.2018 10:09, Mariusz Walczak wrote:
The below email is classified: Internal
Hello,
I have an issue where msgs column is changing from white to green all the time. It is filling Xymon server disk space. LXDBSP05 is running Xymon client + Xymon server. Any idea what is going on ?
[cid:image001.png at 01D418FF.5341DF20]
[cid:image002.png at 01D418FF.5341DF20]
[cid:image003.png at 01D418FF.5341DF20]
Regards, Mariusz
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
+---------------------------------------------------------+ | E-mail : bb4 [at] richter-it.net | | | | Homepage: http://www.richter-it.net/ | +---------------------------------------------------------+ Download my public key from: http://keys.gnupg.net/pks/lookup?search=0x899093AC&op=get -----BEGIN PGP SIGNATURE----- Version: GnuPG v2
iEYEARECAAYFAltGMScACgkQ7DlmxomQk6ybjwCfdc7mMkqGq+vfffWchiduu/hp LocAoL9xq/HSrH1AO9s/aYSW4qiqtCq/ =H2Te -----END PGP SIGNATURE-----
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Mariusz,
It seems like there may be more than one client reporting in. At the bottom of the historical status pages, you'll see something like "Status message received from 10.1.1.125".
Are they different?
Dave
On Wed, 11 Jul 2018, Mariusz Walczak wrote:
The below email is classified: Internal
Hello,
I have an issue where msgs column is changing from white to green all the time. It is filling Xymon server disk space. LXDBSP05 is running Xymon client + Xymon server. Any idea what is going on ?
[IMAGE]
[IMAGE]
[IMAGE]
Regards,
Mariusz
Diese E-Mail enthaelt vertrauliche oder rechtlich geschuetzte Informationen. Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte sofort den Absender und loeschen Sie diese E-Mail. Das unbefugte Kopieren dieser E-Mail oder die unbefugte Weitergabe der enthaltenen Informationen ist nicht gestattet.
The information contained in this message is confidential or protected by law. If you are not the intended recipient, please contact the sender and delete this message. Any unauthorised copying of this message or unauthorised distribution of the information contained herein is prohibited.
Legally required information for business correspondence/ Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz: http://deutsche-boerse.com/letterhead
participants (5)
-
bb4@richter-it.net
-
dominique.frise@unil.ch
-
doughnut@doughnut.net
-
mariusz.walczak@deutsche-boerse.com
-
solitaryr@gmail.com