<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Re: [Nagios-users] Jabber notification</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I've not used jabber before but is user@localhost a valid jabberid? Also, according to your ./jabber output below there appears to be a 'notify' command line option that is required. Is that the case? Your command definition should match exactly how you would execute it from a command line...<BR>
<BR>
<BR>
--<BR>
Marc<BR>
<BR>
Sent from a very tiny wireless device with a very tiny unlit keyboard.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Edwards, Thomas <Thomas.Edwards@AccredoHealth.com><BR>
To: 'nagios-users@lists.sourceforge.net' <nagios-users@lists.sourceforge.net><BR>
Sent: Wed Jul 09 16:55:14 2003<BR>
Subject: [Nagios-users] Jabber notification<BR>
<BR>
I was wondering if anyone had gotten the jaber notification to work and could provide me a little insite into configureing this.<BR>
<BR>
I got the jabber script here  <<A HREF="http://www.nagios.org/faqs/viewfaq.php?faq_id=50">http://www.nagios.org/faqs/viewfaq.php?faq_id=50</A>> <A HREF="http://www.nagios.org/faqs/viewfaq.php?faq_id=50">http://www.nagios.org/faqs/viewfaq.php?faq_id=50</A>  and configured it.<BR>
<BR>
Installed the appropriate jabber perl mods to allow sending via the script alone etc:<BR>
<BR>
[nagios@nagios etc]# ./jabber<BR>
Usage...<BR>
 notify [jabberid] [message]<BR>
<BR>
Then modified miscommands.cfg as follows according to the jabber script<BR>
<BR>
<BR>
# 'notify-by-jabber' command definition<BR>
define command{<BR>
        command_name    notify-by-jabber<BR>
        command_line    /usr/local/nagios/etc/jabber user@localhost "**$NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONT<BR>
<BR>
ACTEMAIL$"<BR>
        }<BR>
<BR>
Added a line to contacts.cfg for notify-by-jabber to see if it would send, so far nothing.  No errors as far as I can see.<BR>
<BR>
Any suggestions or clarifications would be greatly appreciated.<BR>
 <BR>
Tom<BR>
<BR>
<BR>
<BR>
************************************************************<BR>
The information in this email is confidential and may be<BR>
legally privileged. It is intended solely for the addressee,<BR>
and access by anyone else is unauthorized.<BR>
<BR>
If you are not the intended recipient, any disclosure,<BR>
copying, distribution or any action taken or omitted to be<BR>
taken in reliance on it, is prohibited and may be unlawful.<BR>
<BR>
If you believe that you have received this email in error,<BR>
please advise us by calling (901) 385 3688, or emailing<BR>
mailgateway@accredohealth.net, and then delete this message<BR>
and all copies and backups thereof. Thank you.<BR>
************************************************************<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>