Hobbit 4.1.2 Release Candidate now available.
The first release candidate for Hobbit 4.1.2 is now available at http://www.hswn.dk/beta/ It will also be uploaded to hobbitmon.sourceforge.net shortly.
Loads of bugfixes and minor improvements, especially in the new Hobbit client code. See the attached Changes logfile.
Please test this if you can, and report any bugs to hobbit at hswn.dk. If no major disasters show up, I expect to release the final 4.1.2 early next week.
Regards, Henrik
Henrik Stoerner a écrit :
Please test this if you can, and report any bugs to hobbit at hswn.dk. If no major disasters show up, I expect to release the final 4.1.2 early next week.
Hi Henrik
just a note, on systems with GNU coreutils 5.2, I get a bunch of messages like this when making Hobbit (all versions) :
head: -1' option is obsolete; use -n 1' since this will be removed in
the future
The other way to get of this message is to use this variable :
$ export _POSIX2_VERSION=199209
Regards,
--
Frédéric Mangeant
Steria EDC Sophia-Antipolis
In <434237B9.6080507 at steria.com> Fr�d�ric Mangeant <frederic.mangeant at steria.com> writes:
just a note, on systems with GNU coreutils 5.2, I get a bunch of messages like this when making Hobbit (all versions) :
head:
-1' option is obsolete; use-n 1' since this will be removed in the future
OK, I've modified the build scripts to use this.
Thanks, Henrik
Hello folks,
i am trying to implement the mailq check feature, but it seems that i am missing the right mailq script. If i use mailq.sh script from deadcat the values for mail queue size and length are reported properly, but no RRD file is created and thus no graph appears. Log files remains clean.
Within do_mailq.c there is a notice about "Erik's enhanced mailq script" Unfortunately i cant find this script. Maybe anybody is using this one and could provide it?
Henrik,
Would you mind to think about the option to enhance disk checks for handling of absolute disk usage (KB/MB/GB) and not only the percent values? I would implement an external script bb-disk.sh, but i suppose that this feature could be useful for anybody. Maybe :-)
Thanks, Anatoli Bogajewski
On Thu, Oct 06, 2005 at 03:06:36PM +0200, cits.bogajewski at daimlerchrysler.com wrote:
i am trying to implement the mailq check feature, but it seems that i am missing the right mailq script. If i use mailq.sh script from deadcat the values for mail queue size and length are reported properly, but no RRD file is created and thus no graph appears. Log files remains clean.
Within do_mailq.c there is a notice about "Erik's enhanced mailq script" Unfortunately i cant find this script. Maybe anybody is using this one and could provide it?
Heh :-) the "Erik" mentioned here is a colleague of mine who handles a bunch of Sendmail servers. That's a custom script for a virus-scanning mail-gateway we have, where we want to check on both incoming and outgoing mails - the default mailq scripts I've seen only looks at the outbound queue size. So Erik's enhanced mailq script is pretty specific to our setup, i think.
The normal mailq script I used for this was the one that comes with larrd 0.43c (the "bf/nmailq-bf.sh" script in LARRD).
Would you mind to think about the option to enhance disk checks for handling of absolute disk usage (KB/MB/GB) and not only the percent values?
It's already there - just ask for the "disk1" graph instead of "disk".
Or were you thinking of having the status (red/yellow/green) depend on the # of GB's used ?
Henrik
On Thu, Oct 06, 2005 at 16:23:51 henrik at hswn.dk wrote:
Henrik,
So Erik's enhanced mailq script is pretty specific to our setup, i think.
:-(
The normal mailq script I used for this was the one that comes with larrd 0.43c (the "bf/nmailq-bf.sh" script in LARRD).
Ok, i'll try to get this one running. But probably it ends up in own extension script.
Or were you thinking of having the status (red/yellow/green) depend on the # of GB's used ?
Yeah, exactly.
Concering the other issue:
That's in the text-based Report display, right ?
Hm, i took it from such one for mail, but within html-based reports it is also shown.
Many Thanks, Anatoli Bogajewski
Is there a setting for the Hobbit client (testing 4.1.2 rc1 at the moment) that controls line length on the reporting? I am trying to set up some process tests, but I note that the "ps" listings in the proc tests are truncated on the right, and missing a large part of some long process names (for instance, "/usr/lib/hobbit/client/bin/hobbitlaunch" is rendered as "/usr/lib/hobbit/client/bin/hobbi"
The command I see in the "hobbitclient-linux.sh" script is "ps -ef", which shouldn't be truncating the right side... am I missing something? Thanks in advance. -Alan
-- Alan Sparks, UNIX/Linux Systems Integration and Administration <asparks at doublesparks.net>
Alan Sparks wrote:
Is there a setting for the Hobbit client (testing 4.1.2 rc1 at the moment) that controls line length on the reporting? I am trying to set up some process tests, but I note that the "ps" listings in the proc tests are truncated on the right, and missing a large part of some long process names (for instance, "/usr/lib/hobbit/client/bin/hobbitlaunch" is rendered as "/usr/lib/hobbit/client/bin/hobbi"
The command I see in the "hobbitclient-linux.sh" script is "ps -ef", which shouldn't be truncating the right side... am I missing something? Thanks in advance. -Alan
Replying to my own message: I changed the hobbitclient-linux.sh script to run "ps -efw" and got the longer display. This incidentally is a CentOS 3.5 (RHEL3-like) box. -Alan
- Alan Sparks, UNIX/Linux Systems Integration and Administration <asparks at doublesparks.net>
On Tue, Oct 04, 2005 at 09:49:31PM -0600, Alan Sparks wrote:
Alan Sparks wrote:
Is there a setting for the Hobbit client (testing 4.1.2 rc1 at the moment) that controls line length on the reporting? I am trying to set up some process tests, but I note that the "ps" listings in the proc tests are truncated on the right, and missing a large part of some long process names (for instance,
Replying to my own message: I changed the hobbitclient-linux.sh script to run "ps -efw" and got the longer display. This incidentally is a CentOS 3.5 (RHEL3-like) box.
Seems to be the right thing to do. I've added the "w" to my hobbitclient-linux.sh standard setup.
Thanks, Henrik
Henrik Stoerner a écrit :
Please test this if you can, and report any bugs to hobbit at hswn.dk. If no major disasters show up, I expect to release the final 4.1.2 early next week.
Hi Henrik
4.1.2-rc1 is working perfectly here.
Other:
- A new utility "demotool" can be used to simulate a number of servers to Hobbit. This may be useful when demonstrating Hobbit to new users. Note: This is not included in the default build - to build it, run "make demo-build".
I'm very interested in "demotool", and built it. However, I don't know how to use it :
$ ./demotool --help (Re)loading config Segmentation fault
Is it supposed to be launched from hobbitlaunch.cfg ?
Thanks for your answer, and for this great release...
--
Frédéric Mangeant
Steria EDC Sophia-Antipolis
On Fri, Oct 07, 2005 at 10:53:23AM +0200, Frédéric Mangeant wrote:
4.1.2-rc1 is working perfectly here.
Thanks, good to have confirmation for that.
Other:
- A new utility "demotool" can be used to simulate a number of servers to Hobbit. This may be useful when demonstrating Hobbit to new users. Note: This is not included in the default build - to build it, run "make demo-build".
I'm very interested in "demotool", and built it. However, I don't know how to use it :
$ ./demotool --help (Re)loading config Segmentation fault
Is it supposed to be launched from hobbitlaunch.cfg ?
No, but the configuration is currently undocumented. I'll write up a brief description after the 4.1.2 release.
Regards, Henrik
Henrik Stoerner a écrit :
On Fri, Oct 07, 2005 at 10:53:23AM +0200, Frédéric Mangeant wrote:
4.1.2-rc1 is working perfectly here.
Thanks, good to have confirmation for that.
I just have a final question - I promise ;-) - before my 1k devices BB -> Hobbit migration...
How will Hobbit handle statuses which were disabled with BB ? Is running the "bbenadis" task enough ?
Thanks again.
--
Frédéric Mangeant
Steria EDC Sophia-Antipolis
On Fri, Oct 07, 2005 at 02:07:16PM +0200, Frédéric Mangeant wrote:
I just have a final question - I promise ;-) - before my 1k devices BB -> Hobbit migration...
How will Hobbit handle statuses which were disabled with BB ? Is running the "bbenadis" task enough ?
You'll have to re-disable them after starting Hobbit. But other than that, it works just like BB does.
The "disable" function is available both via the menu, or via the "info" column for each host.
Henrik
participants (4)
-
asparks@doublesparks.net
-
cits.bogajewski@daimlerchrysler.com
-
frederic.mangeant@steria.com
-
henrik@hswn.dk