Thanks Henrik!<br><br>
<div><span class="gmail_quote">On 11/23/05, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Wed, Nov 23, 2005 at 07:13:00AM -0500, Bill Perez wrote:<br>> Thanks Thomas.<br>> I am trying to find out how to take the word 'Hobbit' out of the alert
<br>> subject and didn't find any info on that in the Configuring Alerts page.<br><br>That's because it isn't configurable. You'll have to edit the<br>hobbit-4.1.2p1/hobbitd/do_alert.c file - look for the "message_subject"
<br>routine. In there you'll find some code that goes like this:<br><br>       switch (alert->state) {<br>         case A_PAGING:<br>         case A_ACKED:<br>               subjfmt = (include_configid ? "Hobbit [%d] %s:%s %s [cfid:%d]" :  "Hobbit [%d] %s:%s %s");
<br><br>The "%s" and "%d" are placeholders for the hostname, testname etc. But<br>if you just want to delete the word "Hobbit", you can just delete it.<br>Run "make", stop Hobbit, run "make install" and start Hobbit after the
<br>change.<br><br><br>Regards,<br>Henrik<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br>