On Tue, Apr 26, 2005 at 5:09 PM Henrik Stoerner wrote:
Please try to post questions using plain text - HTML is for webpages, not e-mail ...
Sorry :(
No atoll() routine. Ok, change the line in hobbit-4.0.3rc1/lib/misc.h (near the end) that reads
#if defined(HPUX) || defined(BSD) to #if defined(HPUX) || defined(BSD) || defined(AIX)
That didn't help - still get exactly the same error message
gcc -o hobbitd_larrd hobbitd_larrd.o hobbitd_worker.o do_larrd.o ../lib/libbbgen.a -L/usr/local/rrdtool-1.0.33/lib -lrrd -L/usr/lib -lpng -L/usr/lib -lz -lm -L/usr/local/lib -lpcre ld: 0711-317 ERROR: Undefined symbol: .atoll ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status
Regards,
Chris
The information contained in this email is intended only for the use of the intended recipient at the email address to which it has been addressed. If the reader of this message is not an intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination or copying of the message or associated attachments is strictly prohibited.
If you have received this email in error, please contact the sender by return email or call 01793 877777 and ask for the sender and then delete it immediately from your system.Please note that neither RWE npower nor the sender accepts any responsibility for viruses and it is your responsibility to scan attachments (if any).
Hi,
could someone please repost the download location for the 4.0.3rc1 version?
Thanks in advance.
-- Viele Gruesse,
Dirk Kastens............Tel.: +49 541 969-2347 Universitaet Osnabrueck, Rechenzentrum (Computer Center) Albrechtstr. 28, 49069 Osnabrueck, Germany
Hi,
http://www.hswn.dk/beta/hobbit-4.0.3rc1.tar.gz
Trying to disable a service from the Info page of a host i got error 404: page not found. The url used is "http://myhost/hobbit-enadis.sh". Shouldn't be "http://myhost/hobbit-seccgi/hobbit-enadis.sh" ?
Using the menu item, i.e. using the right url anything works fine.
Small another question:
At the same info page of a host there are alerting summary.
what is "Stop After" stand for? I suppose something according to "duration" option , but seems to be anything else, since configuring something for duration does not affect anything there..
Thanks!
Mit freundlichen Grüßen / Yours sincerely
Anatoli Bogajewski
Dirk.Kastens at uni-osnabrueck.de 27.04.2005 11:21 Bitte antworten an hobbit at hswn.dk
An hobbit at hswn.dk Kopie
Thema [hobbit] 4.0.3rc1 download
Hi,
could someone please repost the download location for the 4.0.3rc1 version?
Thanks in advance.
-- Viele Gruesse,
Dirk Kastens............Tel.: +49 541 969-2347 Universitaet Osnabrueck, Rechenzentrum (Computer Center) Albrechtstr. 28, 49069 Osnabrueck, Germany
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Wed, Apr 27, 2005 at 01:41:45PM +0200, cits.bogajewski at daimlerchrysler.com wrote:
Trying to disable a service from the Info page of a host i got error 404: page not found. The url used is "http://myhost/hobbit-enadis.sh". Shouldn't be "http://myhost/hobbit-seccgi/hobbit-enadis.sh" ?
Make sure you have SECURECGIBINURL defined in your hobbitserver.cfg. This was added in the 4.0.3rc1 release, and "make install" should add it to your configuration. See the hobbitd/etcfiles/hobbitserver.cfg how it should be defined (it's the relative URL for the hobbit-seccgi web directory).
At the same info page of a host there are alerting summary.
what is "Stop After" stand for? I suppose something according to "duration" option , but seems to be anything else, since configuring something for duration does not affect anything there..
It's how long alerts are being sent after the initial first alert message. E.g. if I define an alert like
HOST=www.foo.com
MAIL henrik at hswn.dk DURATION>10m DURATION<4h
then "Stop After" should be 4 hours and I only get alerts for the first 4 hours of downtime.
Henrik
Henrik,
Thank you first of all.
Still pleased of using hobbit, so we begun to monitor some server from our productive environment..
Make sure you have SECURECGIBINURL defined in your hobbitserver.cfg.
Yea, this was a problem. I had used the old cfg file..
It's how long alerts are being sent after the initial first alert message.
Hm, strange, it seems that sometimes it works, sometimes not. So it seems also that hobbit proceed the configuration correctly, but in some cases the display is simply wrong at info page.
E.g. this line is configured in my hobbit-alerts.cfg
HOST=myhost SERVICE=disk REPEAT=5 TIME=12345:0600:2300 DURATION<15
Repeat is 5, right? But on the info page of myhost is "Repeat: 30m". However, if I test this config by shutting down myhost, i get exact 2 mails.
Last but not least, is there are anything new on the client front guys? I am begging for unix clients with the functionality to execute custom scripts, like bb clients it does. Would be very, very highly appreciated! :)
Greetings..
Anatoli Bogajewski
p.s. hope that notes send in plaintext..
henrik at hswn.dk 27.04.2005 22:04 Bitte antworten an hobbit at hswn.dk
An hobbit at hswn.dk Kopie
Thema Re: [hobbit] 4.0.3rc1 download // another question host info page
On Wed, Apr 27, 2005 at 01:41:45PM +0200, cits.bogajewski at daimlerchrysler.com wrote:
Trying to disable a service from the Info page of a host i got error
404:
page not found. The url used is "http://myhost/hobbit-enadis.sh". Shouldn't be "http://myhost/hobbit-seccgi/hobbit-enadis.sh" ?
Make sure you have SECURECGIBINURL defined in your hobbitserver.cfg. This was added in the 4.0.3rc1 release, and "make install" should add it to your configuration. See the hobbitd/etcfiles/hobbitserver.cfg how it should be defined (it's the relative URL for the hobbit-seccgi web directory).
At the same info page of a host there are alerting summary.
what is "Stop After" stand for? I suppose something according to "duration" option , but seems to be anything else, since configuring something for duration does not affect anything there..
It's how long alerts are being sent after the initial first alert message. E.g. if I define an alert like
HOST=www.foo.com
MAIL henrik at hswn.dk DURATION>10m DURATION<4h
then "Stop After" should be 4 hours and I only get alerts for the first 4 hours of downtime.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Wed, Apr 27, 2005 at 09:34:24AM +0100, Morris, Chris (Shared Services) wrote:
On Tue, Apr 26, 2005 at 5:09 PM Henrik Stoerner wrote:
No atoll() routine. Ok, change the line in hobbit-4.0.3rc1/lib/misc.h (near the end) that reads
#if defined(HPUX) || defined(BSD) to #if defined(HPUX) || defined(BSD) || defined(AIX)
That didn't help - still get exactly the same error message
gcc -o hobbitd_larrd hobbitd_larrd.o hobbitd_worker.o do_larrd.o ../lib/libbbgen.a -L/usr/local/rrdtool-1.0.33/lib -lrrd -L/usr/lib -lpng -L/usr/lib -lz -lm -L/usr/local/lib -lpcre ld: 0711-317 ERROR: Undefined symbol: .atoll
Did you run "make clean" first, then "make" ?
Henrik
participants (4)
-
CHRIS.MORRIS@RWEnpower.com
-
cits.bogajewski@daimlerchrysler.com
-
Dirk.Kastens@uni-osnabrueck.de
-
henrik@hswn.dk