Hobbit Emails empty
list Kevin Doyle
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
list Josh Luthman
Can you share your ~/server/etc/hobbit-alerts.cfg please?
▸
On Tue, May 13, 2008 at 3:12 PM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote:
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
list Kevin Doyle
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
list Josh Luthman
Kevin,
Try this:
HOST=*
MAIL user-6992f04dde2b@xymon.invalid 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
list Kevin Doyle
Josh, I get the same results. The email comes through with only a
subject line and no body text.
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
list Kevin Doyle
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
list Josh Luthman
Kevin, I delete the mail notices from Hobbit so I can't say how it should look, but here is what I am using: HOST=* MAIL user-3522411d9c2e@xymon.invalid COLOR=RED DURATION>15m REPEAT=60 RECOVERED
▸
On Wed, May 14, 2008 at 11:00 AM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote:
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 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
list Kevin Doyle
I just looked at an email in the sendmail queue and there is subject only - no body. Where do I look in Hobbit to see what message is being generated? Perhaps it is not even logging the message and only the subjects?
▸
From: Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid] Sent: Wednesday, May 14, 2008 9:05 AM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] RE: Hobbit Emails empty Kevin, I delete the mail notices from Hobbit so I can't say how it should look, but here is what I am using: HOST=* MAIL user-3522411d9c2e@xymon.invalid COLOR=RED DURATION>15m REPEAT=60 RECOVERED On Wed, May 14, 2008 at 11:00 AM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote: 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
list Josh Luthman
From what I understand you're trying to get some details in the email alert, correct? To be honest I don't really use the email alerts. I have SMS messages for the serious stuff, but I use it as a notification and just look at the web pages. I use the WML and HTML pages on my phone and computer after the notification.
▸
Josh
On Wed, May 14, 2008 at 11:23 AM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote:
I just looked at an email in the sendmail queue and there is subject only
– no body. Where do I look in Hobbit to see what message is being generated?
Perhaps it is not even logging the message and only the subjects?
*From:* Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
*Sent:* Wednesday, May 14, 2008 9:05 AM
*To:* user-ae9b8668bcde@xymon.invalid
*Subject:* Re: [hobbit] RE: Hobbit Emails empty
Kevin,
I delete the mail notices from Hobbit so I can't say how it should look,
but here is what I am using:
HOST=*
MAIL user-3522411d9c2e@xymon.invalid COLOR=RED DURATION>15m REPEAT=60 RECOVERED
On Wed, May 14, 2008 at 11:00 AM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote:
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 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
list Galen Johnson
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<mailto: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<http://peak5.com>; FORMAT=TEXT COLOR=RED REPEAT=20 RECOVERED # MAIL user-d0a7de99275f@xymon.invalid<mailto: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<mailto: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
list Greg L Hubbard
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
list Benjamin P. August
I haven't had any troubles with BBNT and Hobbit with respect to paging. But then, I can't remember the last time BBNT has had to page me on something... -- --Ben Benjamin P. August System Administrator - VPUE Stanford University Quoting Galen Johnson <user-87f955643e3d@xymon.invalid>:
▸
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<mailto: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<http://peak5.com>; FORMAT=TEXT COLOR=RED REPEAT=20 RECOVERED
# MAIL user-d0a7de99275f@xymon.invalid<mailto: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<mailto: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
list Josh Luthman
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 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
list Kevin Doyle
Ok, tried BBWin with the same results.
▸
From: Galen Johnson [mailto:user-87f955643e3d@xymon.invalid] Sent: Wednesday, May 14, 2008 10: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
list Lars Ebeling
I am also using bbclient 1.08d without any problems Lars
▸
----- Original Message -----
From: Josh Luthman
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 COLOR=RED REPEAT=20 RECOVEREDJosh
▸
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
list Kevin Doyle
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
list Kevin Doyle
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
list Kevin Doyle
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
list Josh Luthman
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 <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 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
list Kevin Doyle
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
list Josh Luthman
As I said above I don't know what the alerts send me as far as a body. Could you outline what needs done for the content to be included in the alerts? You need to have FQDNs and what checked? Thanks for the above post!
▸
On Wed, May 14, 2008 at 4:49 PM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote:
Sure thing… this may be documented but I found it so quickly I hadn't
even gone ot the man pages yet! J 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 <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 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
-- 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
list Kevin Doyle
On the bbnt1-08d client there is a checkmark available for FQDN. Checking that and adding the fully qualified name to the bb-hosts file is what fixed the issue/
▸
From: Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid] Sent: Wednesday, May 14, 2008 2:59 PM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] RE: Hobbit Emails empty As I said above I don't know what the alerts send me as far as a body. Could you outline what needs done for the content to be included in the alerts? You need to have FQDNs and what checked? Thanks for the above post! On Wed, May 14, 2008 at 4:49 PM, Kevin Doyle <user-6992f04dde2b@xymon.invalid> wrote: 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 -- 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