[Nagiosplug-devel] [ nagiosplug-Bugs-808369 ] Removing the slashes from check_nt disk name fixes email
SourceForge.net
noreply at sourceforge.net
Wed Jul 11 22:54:15 CEST 2007
Bugs item #808369, was opened at 2003-09-18 09:44
Message generated for change (Comment added) made by psychotrahe
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=808369&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parsing problem
Group: CVS
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Steve Hanselman (stevehan)
Assigned to: Benoit Mortier (opensides)
Summary: Removing the slashes from check_nt disk name fixes email
Initial Comment:
Hi,
(This is a fudge, not a fix as the real issue is in loading
the symbol that is expanded for the email...)
In check_nt.c if you remove the quoted slash after the
disk name then you receive the full text of the disk
status in the email/pager responses.
The correct fix is to quote the slash in the symbol, but I
haven't bothered to look for where that is done!
----------------------------------------------------------------------
>Comment By: Matthias Eble (psychotrahe)
Date: 2007-07-11 22:54
Message:
Logged In: YES
user_id=1694341
Originator: NO
Hi Steve,
I cannot reproduce this problem here. To me, there could be a problem with
the notification command. I have used this
define command{
command_name notify-by-email
command_line /usr/bin/printf "%b" "***** Nagios
*****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService:
$SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState:
$SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional
Info:\n\n$SERVICEOUTPUT$" | /usr/bin/mail -s "** $NOTIFICATIONTYPE$ alert -
$HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$
}
and it worked fine with mailx and check_nt.
I'll close this item.
Best regards
Matthias
----------------------------------------------------------------------
Comment By: Steve Hanselman (stevehan)
Date: 2005-01-04 10:26
Message:
Logged In: YES
user_id=521347
The text that comes back from check_nt relating to disk
space reports it as (eg) c:\ and it needs to be c:\\ otherwise
the email that is sent containing this is trashed.
----------------------------------------------------------------------
Comment By: Benoit Mortier (opensides)
Date: 2005-01-03 02:53
Message:
Logged In: YES
user_id=388184
hi,
could you be more precise where the problem is ?? so i can fix it..
thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=808369&group_id=29880
More information about the Devel
mailing list