Xymon Mailing List Archive search

4.3.28 Patch

5 messages in this thread

list Bruno Deschamps · Mon, 27 Feb 2017 12:44:57 +0000 ·
Hi,

I have a old version of Xymon (4.3.11) running with more then 300 clients.
I have some customizations on my Xymon, and i dont want to update all Xymon sources
There is a patch only for the problem below?


Xymond_alert should now provide more stable behavior when hosts
are dropped or alerts go stale between launches.


Thanks


[assinatura_email_Bruno_Deschamps]
Attachments (1)
list Henrik Størner · Mon, 27 Feb 2017 22:16:11 +0100 ·
Since it is a patch for xymond_alert, you only need to update the Xymon server.

Older clients will work fine with the new server software (not necessarily the other way around).

Regards,
Henrik


Den 27-02-2017 kl. 13:44 skrev Bruno Deschamps:
quoted from Bruno Deschamps
Hi,

I have a old version of Xymon (4.3.11) running with more then 300 clients.

I have some customizations on my Xymon, and i dont want to update all Xymon sources

There is a patch only for the problem below?

Xymond_alert should now provide more stable behavior when hosts

are dropped or alerts go stale between launches.

Thanks

assinatura_email_Bruno_Deschamps

list Bruno Deschamps · Thu, 2 Mar 2017 18:45:46 +0000 ·
But i need to update all my xymon server sources? Or only update xymond_alert?


[assinatura_email_Bruno_Deschamps]

De: Xymon [mailto:xymon-bounces at xymon.com] Em nome de Henrik Størner
Enviada em: segunda-feira, 27 de fevereiro de 2017 18:16
Para: xymon at xymon.com
Assunto: Re: [Xymon] 4.3.28 Patch
quoted from Henrik Størner


Since it is a patch for xymond_alert, you only need to update the Xymon server.

Older clients will work fine with the new server software (not necessarily the other way around).

Regards,
Henrik

Den 27-02-2017 kl. 13:44 skrev Bruno Deschamps:
Hi,

I have a old version of Xymon (4.3.11) running with more then 300 clients.
I have some customizations on my Xymon, and i dont want to update all Xymon sources
There is a patch only for the problem below?


Xymond_alert should now provide more stable behavior when hosts
are dropped or alerts go stale between launches.


Thanks


[assinatura_email_Bruno_Deschamps]
list Jeremy Laidman · Fri, 3 Mar 2017 09:27:39 +1100 ·
quoted from Bruno Deschamps
On 3 March 2017 at 05:45, Bruno Deschamps <user-7d3e56552c08@xymon.invalid> wrote:
But i need to update all my xymon server sources? Or only update
xymond_alert?
You only need to replace the xymond binary. When this is compiled, it
includes code from the xymond_alert.c file. The patch was for the
xymond_alert.c file.

You could either compile the 4.3.28 source code and copy the xymond binary
into place, or you could replace xymond_alert.c in your 4.3.11 code tree
and recompile it (and then copy the xymond binary into place).

J
list Japheth Cleaver · Thu, 2 Mar 2017 15:54:26 -0800 ·
quoted from Jeremy Laidman
On 3/2/2017 2:27 PM, Jeremy Laidman wrote:
On 3 March 2017 at 05:45, Bruno Deschamps <user-7d3e56552c08@xymon.invalid <mailto:user-7d3e56552c08@xymon.invalid>> wrote:

    But i need to update all my xymon server sources? Or only update
    xymond_alert?


You only need to replace the xymond binary. When this is compiled, it includes code from the xymond_alert.c file. The patch was for the xymond_alert.c file.

You could either compile the 4.3.28 source code and copy the xymond binary into place, or you could replace xymond_alert.c in your 4.3.11 code tree and recompile it (and then copy the xymond binary into place).

J
xymond_alert *should* be okay in this regards, but it's always preferable to update the entire server at once when possible.

In particular: xymonnet, xymond_client and xymond_rrd should *not* be updated to current releases in this way for a 4.3.11 install as the default format of the "combo" messages generated by the internal tools changed in 4.3.13 in a way that's not backwards compatible for the older xymond. (The packed "extcombo" format is used instead, which is much more efficient to parse.)

Regards,
-jc