Xymon 4.3.0 beta-3 now available
list Henrik Størner
It's been a while since I last announced that a new version of Xymon was available for download. But now seems like a good time. So here it is: Beta-3 of Xymon 4.3.0 is now on Sourceforge. http://sourceforge.net/projects/xymon/files/Xymon/4.3.0-beta3/xymon-4.3.0.beta3.tar.gz/download A lot has changed since beta-2, and if you want to try out upgrading from a previous 4.x version (including the previous beta's), then you MUST read the release-notes and the docs/upgrade-to-430.txt information before you attempt to install this release. If you don't, then you will have an unpleasant experience since just about every single file has been renamed. Let me know what You think - problem reports are welcome, patches even more so, and any signs gratitude are much appreciated :-) Regards, Henrik
list Lárus Rafn Halldórsson
this is great! thank you for all your effort. I have been using hobbit for a long time and it keeps getting better :) thats a good sign. looking forward to the official 4.3.0 release! larus
▸
From: Henrik Størner [mailto:user-ce4a2c883f75@xymon.invalid] Sent: sun. 14.11.2010 18:17 To: user-834d44be5e50@xymon.invalid; xymon at xymon.com; xymon-announce at xymon.com Subject: [xymon] Xymon 4.3.0 beta-3 now available It's been a while since I last announced that a new version of Xymon was available for download. But now seems like a good time. So here it is: Beta-3 of Xymon 4.3.0 is now on Sourceforge. http://sourceforge.net/projects/xymon/files/Xymon/4.3.0-beta3/xymon-4.3.0.beta3.tar.gz/download A lot has changed since beta-2, and if you want to try out upgrading from a previous 4.x version (including the previous beta's), then you MUST read the release-notes and the docs/upgrade-to-430.txt information before you attempt to install this release. If you don't, then you will have an unpleasant experience since just about every single file has been renamed. Let me know what You think - problem reports are welcome, patches even more so, and any signs gratitude are much appreciated :-) Regards, Henrik
list Thomas Seglard
Definitely the best news of the day ! I'm using Xymon for a very long time now and I'm very pleased to see that it always been actively maintained. Xymon is so great I can't wait to see the final release :) Thank you for all your work and your support. You're the best ! Thomas S
▸
-----Message d'origine----- De : Henrik Størner [mailto:user-ce4a2c883f75@xymon.invalid] Envoyé : dimanche 14 novembre 2010 19:18 À : user-834d44be5e50@xymon.invalid; xymon at xymon.com; xymon-announce at xymon.com Objet : [xymon] Xymon 4.3.0 beta-3 now available It's been a while since I last announced that a new version of Xymon was available for download. But now seems like a good time. So here it is: Beta-3 of Xymon 4.3.0 is now on Sourceforge. http://sourceforge.net/projects/xymon/files/Xymon/4.3.0-beta3/xymon-4.3.0.beta3.tar.gz/download A lot has changed since beta-2, and if you want to try out upgrading from a previous 4.x version (including the previous beta's), then you MUST read the release-notes and the docs/upgrade-to-430.txt information before you attempt to install this release. If you don't, then you will have an unpleasant experience since just about every single file has been renamed. Let me know what You think - problem reports are welcome, patches even more so, and any signs gratitude are much appreciated :-) Regards, Henrik
list David W Gore
Did you leave the beta2 tag in? I see beta2 on my bb2 page at the bottom? ~David
▸
-----Original Message----- From: Lárus Rafn Halldórsson [mailto:user-415184c713bc@xymon.invalid] Sent: Monday, November 15, 2010 11:05 To: xymon at xymon.com Subject: RE: [xymon] Xymon 4.3.0 beta-3 now available this is great! thank you for all your effort. I have been using hobbit for a long time and it keeps getting better :) thats a good sign. looking forward to the official 4.3.0 release! larus From: Henrik Størner [mailto:user-ce4a2c883f75@xymon.invalid] Sent: sun. 14.11.2010 18:17 To: user-834d44be5e50@xymon.invalid; xymon at xymon.com; xymon-
user-63aa21817a89@xymon.invalid
▸
Subject: [xymon] Xymon 4.3.0 beta-3 now available
It's been a while since I last announced that a new version of Xymon
was available for download. But now seems like a good time.
So here it is: Beta-3 of Xymon 4.3.0 is now on Sourceforge.http://sourceforge.net/projects/xymon/files/Xymon/4.3.0-beta3/xymon- 4.3.0.beta3.tar.gz/download
▸
A lot has changed since beta-2, and if you want to try out upgrading
from a previous 4.x version (including the previous beta's), then you
MUST read the release-notes and the docs/upgrade-to-430.txt information
before you attempt to install this release. If you don't, then you
will have an unpleasant experience since just about every single file
has been renamed.
Let me know what You think - problem reports are welcome, patches
even more so, and any signs gratitude are much appreciated :-)
Regards,
Henrik
list Henrik Størner
▸
In <user-5d42adb10b91@xymon.invalid> "Gore, David W" <user-3e5761c68b56@xymon.invalid> writes:
Did you leave the beta2 tag in? I see beta2 on my bb2 page at the =
bottom? =20Make sure you load the right page. The "bb2.html" page is now called "nongreen.html" - check the timestamp, you could be loading an outdated page. (I *told* you to read the upgrade-notes, including those that talk about setting up webserver rewrite-rules). Regards, Henrik
list Stef Coene
Henrik, I found an error in the output of the configure scripts: xymon: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping This line should be (remove a ":" after xymon) xymon ALL=(ALL) NOPASSWD: /usr/local/sbin/fping Also, it would be handy of /usr/local/sbin/fping is replaced by the found fping binary. diff build/fping.sh* 78c78 < echo " xymon ALL=(ALL) NOPASSWD: $FPING" ---
echo " xymon: ALL=(ALL) NOPASSWD:
/usr/local/sbin/fping" Stef
list Marco Avvisano
Hi, no more BBGHOSTS in the new release ? Marco
▸
Il 18/11/2010 13.43, Stef Coene ha scritto:Henrik, I found an error in the output of the configure scripts: xymon: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping This line should be (remove a ":" after xymon) xymon ALL=(ALL) NOPASSWD: /usr/local/sbin/fping Also, it would be handy of /usr/local/sbin/fping is replaced by the found fping binary. diff build/fping.sh* 78c78 < echo " xymon ALL=(ALL) NOPASSWD: $FPING" ---echo " xymon: ALL=(ALL) NOPASSWD:/usr/local/sbin/fping" Stef
list Henrik Størner
In <user-470a1ade27ba@xymon.invalid> Marco Avvisano <user-e09c0f3f8c70@xymon.invalid> writes:
no more BBGHOSTS in the new release ?
From the RELEASENOTES: BBGHOSTS setting removed Setting BBGHOSTS in the xymonserver.cfg file no longer has any effect. Instead, you must use the "--ghosts" option for hobbitd. The default ghost handling has also been changed from "ignore" to "log". Regards, Henrik
list Henrik Størner
Hi Stef,
▸
In <user-4a1220ea8c41@xymon.invalid> Stef Coene <user-dbffe946c0f4@xymon.invalid> writes:
I found an error in the output of the configure scripts: xymon: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping
This line should be (remove a ":" after xymon) xymon ALL=(ALL) NOPASSWD: /usr/local/sbin/fping
Also, it would be handy of /usr/local/sbin/fping is replaced by the found fping binary.
diff build/fping.sh* 78c78 < echo " xymon ALL=(ALL) NOPASSWD: $FPING" ---echo " xymon: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping"
Thanks - applied.
Regards,
Henrik
list Cami
▸
On 2010/11/14 08:17 PM, Henrik Størner wrote:
Let me know what You think - problem reports are welcome, patches even more so, and any signs gratitude are much appreciated :-)
Thanks for beta3. Everything went relatively smoothly and it's great that legacy naming has been ripped out and fixed. Great to have you back in action! /cheer :D Cami