<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 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;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 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";
        color:black;}
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;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@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]--></head><body bgcolor=white lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Thanks Michael.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Too bad no word about it in the official docs…<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'> Michael Friedrich [mailto:michael.friedrich@univie.ac.at] <br><b>Sent:</b> Monday, November 21, 2011 11:11 AM<br><b>To:</b> nagios-users@lists.sourceforge.net<br><b>Subject:</b> Re: [Nagios-users] External command-id CHANGE_SVC_CHECK_COMMAND not working<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Michael Sverdlik wrote: <o:p></o:p></p><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?<o:p></o:p></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><br><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><br><o:p></o:p></span></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><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><br><br><br><o:p></o:p></span></p><pre>------------------------------------------------------------------------------<o:p></o:p></pre><pre>All the data continuously generated in your IT infrastructure <o:p></o:p></pre><pre>contains a definitive record of customers, application performance, <o:p></o:p></pre><pre>security threats, fraudulent activity, and more. Splunk takes this <o:p></o:p></pre><pre>data and makes sense of it. IT sense. And common sense.<o:p></o:p></pre><pre><a href="http://p.sf.net/sfu/splunk-novd2d">http://p.sf.net/sfu/splunk-novd2d</a><o:p></o:p></pre><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><br><br><br><o:p></o:p></span></p><pre>_______________________________________________<o:p></o:p></pre><pre>Nagios-users mailing list<o:p></o:p></pre><pre><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><o:p></o:p></pre><pre><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><o:p></o:p></pre><pre>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <o:p></o:p></pre><pre>::: Messages without supporting info will risk being sent to /dev/null<o:p></o:p></pre><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><br><br><br><o:p></o:p></span></p><pre>-- <o:p></o:p></pre><pre>DI (FH) Michael Friedrich<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Vienna University Computer Center<o:p></o:p></pre><pre>Universitaetsstrasse 7 A-1010 Vienna, Austria<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>email:  <a href="mailto:michael.friedrich@univie.ac.at">michael.friedrich@univie.ac.at</a><o:p></o:p></pre><pre>phone:  +43 1 4277 14359 <o:p></o:p></pre><pre>mobile: +43 664 60277 14359 <o:p></o:p></pre><pre>fax:    +43 1 4277 14338<o:p></o:p></pre><pre>web:    <a href="http://www.univie.ac.at/zid">http://www.univie.ac.at/zid</a><o:p></o:p></pre><pre>        <a href="http://www.aco.net">http://www.aco.net</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Lead Icinga Core Developer<o:p></o:p></pre><pre><a href="http://www.icinga.org">http://www.icinga.org</a><o:p></o:p></pre></div></body></html>