Xymon Mailing List Archive search

Hobbit Emails empty

list Kevin Doyle
Wed, 14 May 2008 14:49:22 -0600
Message-Id: <user-eba80ad2d9b7@xymon.invalid>

Sure thing... this may be documented but I found it so quickly I hadn't
even gone ot the man pages yet! :-)

 
Here is the relevant section of hobbitserver.cfg

 
Originally BBWEBHOST had http://$BBSERVERWWWNAME
<http://$bbserverwwwname/>;  I changed it to https:// and the emails had
the correct link.

 
# Specific to this host

BBOSTYPE="$BBSERVEROS"          # Hosttype (operating system). Not used
by server-side, but clients use this.

MACHINEDOTS="$BBSERVERHOSTNAME" # This systems hostname

MACHINEADDR="$BBSERVERIP"       # This systems IP-address

 
# URL's generated/used by bbgen

BBWEBHOST="https://$BBSERVERWWWNAME";            # Just the host part of
the URL - http://www.foo.com

BBWEBHOSTURL="$BBWEBHOST$BBSERVERWWWURL"        # Prefix for all static
Hobbit pages - http://www.foo.com/bb

BBWEBHTMLLOGS="$BBWEBHOSTURL/html"              # Prefix for the Hobbit
HTML logs (only if BBLOGSTATUS=STATIC)

 
From: Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid] 
Sent: Wednesday, May 14, 2008 2:33 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] RE: Hobbit Emails empty

 
Kevin,

Would you mind posting the configuration change you made here, please?
It makes it nice for those who read over the mailing list logs in the
future.

Josh

On Wed, May 14, 2008 at 4:27 PM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote:

Nevermind... got that one too. A change in the hobbitserver.cfg file and
I am all set

 
Thanks everybody!

 
From: Kevin Doyle [mailto:user-6992f04dde2b@xymon.invalid] 
Sent: Wednesday, May 14, 2008 2:13 PM
To: user-ae9b8668bcde@xymon.invalid


Subject: RE: [hobbit] RE: Hobbit Emails empty

 
Ok, after some trial and error, I figured this out. Hobbit will only get
the full message from the client if you are using FQDN in bb-hosts and
have the check box on the client checked.

 
Now is there a way to change the http link that is sent out in the
message? My server uses https rather than http.

 
From: Kevin Doyle [mailto:user-6992f04dde2b@xymon.invalid] 
Sent: Wednesday, May 14, 2008 11:29 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] RE: Hobbit Emails empty

 
So where would I look to see what message is being logged by the client?
It appears this is not being sent to sendmail?

 
From: Lars Ebeling [mailto:user-1fecd3eafd52@xymon.invalid] 
Sent: Wednesday, May 14, 2008 11:12 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] RE: Hobbit Emails empty

 
I am also using bbclient 1.08d without any problems

 
Lars

	----- Original Message ----- 

	From: Josh Luthman <mailto:user-4c45a83f15cb@xymon.invalid>  

	To: user-ae9b8668bcde@xymon.invalid 

	Sent: Wednesday, May 14, 2008 6:45 PM

	Subject: Re: [hobbit] RE: Hobbit Emails empty

	 
	Thinking about it I am using the Windows BB client too!  It is
on one server that I normally just cuss and disable the tests for, but
it is reporting =)

	On Wed, May 14, 2008 at 12:41 PM, Hubbard, Greg L
<user-d970b5e56ec9@xymon.invalid> wrote:

	I have no problems with the Windows BB client -- I think Henrik
did an excellent job with "backwards" compatibility.

	 
	GLH

		 
		From: Galen Johnson [mailto:user-87f955643e3d@xymon.invalid] 
		Sent: Wednesday, May 14, 2008 11:34 AM 

		
		To: user-ae9b8668bcde@xymon.invalid
		Subject: RE: [hobbit] RE: Hobbit Emails empty

		 
		I don't think hobbit plays well with the BB windows
client (I don't recal where I saw this).  Have you tried putting BBWin
on one of the servers to see if that gives you any output?

		 
		=G=

		 
		From: Kevin Doyle [mailto:user-6992f04dde2b@xymon.invalid] 
		Sent: Wednesday, May 14, 2008 11:00 AM
		To: user-ae9b8668bcde@xymon.invalid
		Subject: RE: [hobbit] RE: Hobbit Emails empty

		 
		Some further information. My clients (mostly Windows2003
servers are running the Big Brother client, version 1-08d

		 
		From: Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid] 
		Sent: Wednesday, May 14, 2008 8:47 AM
		To: user-ae9b8668bcde@xymon.invalid
		Subject: Re: [hobbit] RE: Hobbit Emails empty

		 
		Kevin,
		
		Try this:

		HOST=*
		     MAIL user-6992f04dde2b@xymon.invalid <http://peak5.com/>;
COLOR=RED REPEAT=20 RECOVERED

		Josh

		On Wed, May 14, 2008 at 10:35 AM, Kevin Doyle
<user-6992f04dde2b@xymon.invalid> wrote:

		Yes here is the relevant line in my hobbit-alerts.cfg
		 
		#
		# The hobbit-alerts.cfg file controls who receives
alerts
		# when a status in the BB system goes into a critical
		# state (usually: red, yellow or purple).
		#
		# This file is made up from RULES and RECIPIENTS.
		#
		# A RULE is a filter made from the PAGE where a host
		# is located in BB; the HOST name, the SERVICE name,
		# the COLOR of the status, the TIME of day, and the
		# DURATION of the event.
		#
		# A RECIPIENT can be a MAIL address, or a SCRIPT.
		#
		# Recipients can also have rules associated with them,
		# that modify the rules for a single recipient, e.g.
		# you can define a rule for alerting, then add an
		# extra criteria e.g. so a single recipient does not get
		# alerted until after 20 minutes.
		#
		# A sample rule:
		 
		HOST=* Color=red
		     MAIL user-6992f04dde2b@xymon.invalid FORMAT=TEXT COLOR=RED
REPEAT=20 RECOVERED
		 
		#      MAIL user-d0a7de99275f@xymon.invalid DURATION>60 COLOR=red
		#      SCRIPT /usr/local/bin/sendsms 1234567890
FORMAT=SMS
		 
		 
		Can you share your ~/server/etc/hobbit-alerts.cfg
please?

		 
		From: Kevin Doyle 
		Sent: Tuesday, May 13, 2008 1:12 PM
		To: 'user-ae9b8668bcde@xymon.invalid'
		Subject: Hobbit Emails empty

		 
		I have a test Hobbit server running on CentOS 5.0 I am
running Hobbit 4.1.2p2 and everything appears to be fuinctioning correct
except alerting. When I trigger an alert, I get an email with only a
subject and no body. I expected to get some information about the alert
and the link to the monitored device. I am sure I am missing something
fairly simple but I am new to Linux and Hobbit. 

		 
		Any Ideas?

		 
		Kevin P. Doyle

		Sr. Systems Administrator

		Peak5

		 
		-- 
		Josh Luthman
		Office: XXX-XXX-XXXX
		Direct: XXX-XXX-XXXX
		XXXX Wayne St
		Suite XXXX
		Troy, OH XXXXX
		
		Those who don't understand UNIX are condemned to
reinvent it, poorly.
		--- Henry Spencer 

	
	-- 
	Josh Luthman
	Office: XXX-XXX-XXXX
	Direct: XXX-XXX-XXXX
	XXXX Wayne St
	Suite XXXX
	Troy, OH XXXXX
	
	Those who don't understand UNIX are condemned to reinvent it,
poorly.
	--- Henry Spencer 


-- 
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer