Hey All,
I don't know if i've hit a bug but my situation is like this:
Extraction of hobbit-alerts.cfg
HOST=%B2B* SCRIPT /usr/local/pager/sms 1234567890 color=red format=sms time=*:0700:2359 repeat=120m
It seems hobbit interprets as follows:
It takes every line and uses the first part of the line correctly but does something wrong on the second part of the line, or it might just be the user that's doing something wrong ...
Service Recipient 1st Delay Stop after Repeat Time of Day Colors bgp 1234567890 - - 30m - red format=sms - - 30m - purple,yellow,red conn 1234567890 - - 30m - red format=sms - - 30m - purple,yellow,red mem 1234567890 - - 30m - red format=sms - - 30m - purple,yellow,red
Anyone any suggestions ?
Cheers,
Wim
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: woensdag 23 februari 2005 8:17 To: hobbit at hswn.dk Subject: Re: [hobbit] Hobbit 4.0 RC3
On Wed, Feb 23, 2005 at 02:10:58AM -0500, Asif Iqbal wrote:
On Tue, Feb 22, 2005 at 11:49:00PM, Henrik Stoerner wrote:
Another release candidate - 4.0 RC3 - is now available on Sourceforge.
bb-infocolumn.c: In function
generate_hobbit_alertinfo': bb-infocolumn.c:110: error:PATH_MAX' undeclared (first use in this function)
Oh, that's a silly one. Just add
#include <limits.h>
next to all the other "#include..." lines near the top of that file.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Wed, Feb 23, 2005 at 10:39:37AM +0100, Wim De Houwer wrote:
Hey All,
I don't know if i've hit a bug but my situation is like this:
Extraction of hobbit-alerts.cfg
HOST=%B2B*
This matches hosts called "B2", "B2B", "B2BB", "B2BBB" etc.
You probably intended it as "HOST=%B2B.*"
SCRIPT /usr/local/pager/sms 1234567890 color=red format=smstime=*:0700:2359 repeat=120m
It seems hobbit interprets as follows:
It takes every line and uses the first part of the line correctly but does something wrong on the second part of the line
Yes this looks odd, and if I use your configuration it also looks odd on my system. I'll get that straightened out.
Henrik
I have problems to see larrd graphs.
I see this error in httpd logs files
/usr/local/hobbit/server/bin/hobbitgraph.cgi: error while loading shared libraries: librrd.so.0: cannot open shared object file:
In larrd-status.log i see this error
2005-02-23 11:04:31 xfree: Trying to free a NULL pointer2005-02-23 11:04:31 Worker process died with exit code 134, terminating
Core file are generated
any ideas?
thanks
Marco
participants (3)
-
henrik@hswn.dk
-
m.avvisano@mail.regione.toscana.it
-
wdehouwer@be.tiscali.com