[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbitd_alert crash
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbitd_alert crash
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Fri, 4 Mar 2005 07:44:58 +0100
- References: <FB1F28B72FCF6E881C0F42A3@ctbeers-laptop.local>
- User-agent: Mutt/1.5.5.1i
On Thu, Mar 03, 2005 at 09:40:45PM -0500, Christopher T. Beers wrote:
> Now it appears to be working because the alert module is sending out actual
> alerts (mrtg alerts and vmio to high alerts). However, I am still getting
> those hobbitd_alert crashed messages, but its running with a ps -ef....
>
> How can I get rid of the 100 or so per hour of hobbitd_alert crashed emails
> that are being sent out.
~hobbit/server/bin/bb 127.0.0.1 "drop HOBBITHOST hobbitd_alert" will
drop that hobbitd_alert column and should stop the messages from being
repeated.
However, I think you're missing the one fix that was added after I
first announced the post-RC4 patch - so your alert messages get
repeated every minute. Change line 1488 of hobbitd/do_alert.c from
rpt = find_repeatinfo(alert, recip, 0);
t
rpt = find_repeatinfo(alert, recip, 1);
There will be an RC5 because of this confusion.
Henrik