<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi, <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m trying to define a customized contact macro so that I can pass it to an event handler <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>My contact definition is :-<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>define contact{<o:p></o:p></p><p class=MsoNormal>        contact_name                    test-admin<o:p></o:p></p><p class=MsoNormal>        alias                           test-admin<o:p></o:p></p><p class=MsoNormal>        service_notification_period     24x7<o:p></o:p></p><p class=MsoNormal>        host_notification_period        24x7<o:p></o:p></p><p class=MsoNormal>        service_notification_options    w,u,c,r<o:p></o:p></p><p class=MsoNormal>        host_notification_options       d,u,r<o:p></o:p></p><p class=MsoNormal>        service_notification_commands   notify-by-email<o:p></o:p></p><p class=MsoNormal>        host_notification_commands      host-notify-by-email<o:p></o:p></p><p class=MsoNormal>        email                           <a href="mailto:deborah.martin@kognitio.com">deborah.martin@kognitio.com</a><o:p></o:p></p><p class=MsoNormal>        _EMAILID                 <a href="mailto:deborah.martin@kognitio.com">deborah.martin@kognitio.com</a> <o:p></o:p></p><p class=MsoNormal>        }<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Then in my script test I just do echo “EMAILID=$NAGIOS__CONTACTEMAILID” <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This doesn’t work. But if I put the same customized macro into a service definition and change the test script to “EMAILID=$NAGIOS__SERVICEEMAILID” <o:p></o:p></p><p class=MsoNormal>it works fine. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>According to the docs, I’m specifying this correctly. I’m using nagios 3.2.0 on SLES10. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So, am I doing something that should work and is a bug and if so is it fixed in a later nagios version or have I done something silly here…? <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal>Deborah <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div><br clear=all> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
}
.style2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}
-->
</style>
</head>

<body>
<p>  <span class="style2">This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.  If you are not the intended recipient, please delete this e-mail immediately.  Any unauthorised distribution or copying is strictly prohibited.<br />
  <br />
  Whilst Kognitio endeavours to prevent the transmission of viruses via e-mail, we cannot guarantee that any e-mail or attachment is free from computer viruses and you are strongly advised to undertake your own anti-virus precautions. Kognitio grants no warranties regarding performance, use or quality of any e-mail or attachment and undertakes no liability for loss or damage, howsoever caused.</span><br />
</p>
</body>
</html>

</body></html>