<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Michael Sverdlik wrote:
    <blockquote
cite="mid:754CEFADFC65654BAC484896D31C2C030566C24C7E@exchangesrv2007.ONEFONE.MSDOMAIN"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (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:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
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;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
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]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal">System Info:<o:p></o:p></p>
        <p class="MsoNormal">Nagios Core 3.2.3 (also checked on 3.3.1)<o:p></o:p></p>
        <p class="MsoNormal">Ubuntu 10.4 LTS<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">It looks like Nagios ignores
          CHANGE_SVC_CHECK_COMMAND that I’m sending to command file.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Here a  test script I did which _<i>worked</i>_
          as should (comment for the service added):<o:p></o:p></p>
        <p class="MsoNormal">#!/bin/sh<o:p></o:p></p>
        <p class="MsoNormal">now=`date +%s`<o:p></o:p></p>
        <p class="MsoNormal">commandfile='/usr/local/nagios/var/rw/nagios.cmd'<o:p></o:p></p>
        <p class="MsoNormal">/bin/echo "[$now]
          ADD_SVC_COMMENT;server.com;service;0;nagiosadmin;this is a
          test" > $commandfile<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">However when I try to do almost exactly the
          same with CHANGE_SVC_CHECK_COMMAND, nothing happens:<o:p></o:p></p>
        <p class="MsoNormal">#!/bin/sh<o:p></o:p></p>
        <p class="MsoNormal">now=`date +%s`<o:p></o:p></p>
        <p class="MsoNormal">commandfile='/usr/local/nagios/var/rw/nagios.cmd'<o:p></o:p></p>
        <p class="MsoNormal">/bin/echo "[$now]
          CHANGE_SVC_CHECK_COMMAND;server.com;service;check_service"
          > $commandfile<o:p></o:p></p>
        <p class="MsoNormal">                      <o:p></o:p></p>
        <p class="MsoNormal">I can see command received both in nagios
          log and debug log:<o:p></o:p></p>
        <p class="MsoNormal">Nagios log<o:p></o:p></p>
        <p class="MsoNormal">[1321800018] EXTERNAL COMMAND:
          CHANGE_SVC_CHECK_COMMAND;server.com;service;check_service<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Nagios debug log<o:p></o:p></p>
        <p class="MsoNormal">[1321800018.303659] [128.1] [pid=31683]
          External Command Type: 128<o:p></o:p></p>
        <p class="MsoNormal">[1321800018.303671] [128.1] [pid=31683]
          Command Entry Time: 1321800018<o:p></o:p></p>
        <p class="MsoNormal">[1321800018.303681] [128.1] [pid=31683]
          Command Arguments: server.com;service;check_service<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Note: server,service and command names were
          changed.<o:p></o:p></p>
        <p class="MsoNormal">I also checked same scenario on Nagios
          3.3.1 with same results.<o:p></o:p></p>
        <p class="MsoNormal">Any advice/ideas?</p>
      </div>
    </blockquote>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://www.nagios.org/projects/nagioscore/history/core-3x">http://www.nagios.org/projects/nagioscore/history/core-3x</a><br>
    <br>
    3.0.6 adaptive check commands<br>
    <blockquote
cite="mid:754CEFADFC65654BAC484896D31C2C030566C24C7E@exchangesrv2007.ONEFONE.MSDOMAIN"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"><o:p></o:p></p>
        <p class="MsoNormal"><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">Michael.<o:p></o:p></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/splunk-novd2d">http://p.sf.net/sfu/splunk-novd2d</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email:  <a class="moz-txt-link-abbreviated" href="mailto:michael.friedrich@univie.ac.at">michael.friedrich@univie.ac.at</a>
phone:  +43 1 4277 14359 
mobile: +43 664 60277 14359 
fax:    +43 1 4277 14338
web:    <a class="moz-txt-link-freetext" href="http://www.univie.ac.at/zid">http://www.univie.ac.at/zid</a>
        <a class="moz-txt-link-freetext" href="http://www.aco.net">http://www.aco.net</a>

Lead Icinga Core Developer
<a class="moz-txt-link-freetext" href="http://www.icinga.org">http://www.icinga.org</a>
</pre>
  </body>
</html>