<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=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:0cm;
        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.EstiloCorreo17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EstiloCorreo18
        {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:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
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=ES link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-GB>Hello everybody<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB>First, I donīt know if this is the most appropriate list to send this message because I’m not a developer but I’ve send it to the nagios-user list but I have not gotten any response,…<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB>I would like to use the external command change_svc_check_command to change dinamically the warning and critical values of the checks. <br>However it doesnīt work<br>I think the cause that it doesn't work is the modification introduced in the version 3.0.6 (Disabled adaptive check and eventhandler commands for security reasons ) as you can see in the URL:<br><br><a href="http://www.nagios.org/projects/nagioscore/history/core-3x">http://www.nagios.org/projects/nagiosco ... ry/core-3x</a><br><br>I’m using the 3.2.1 version. <br>In this version and also in the latest version 3.4.3, I can see the next source code in the base/commands.c file<br><br>/* SECURITY PATCH - disable these for the time being */<br>switch(cmd) {<br>case CMD_CHANGE_GLOBAL_HOST_EVENT_HANDLER:<br>case CMD_CHANGE_GLOBAL_SVC_EVENT_HANDLER:<br>case CMD_CHANGE_HOST_EVENT_HANDLER:<br>case CMD_CHANGE_SVC_EVENT_HANDLER:<br>case CMD_CHANGE_HOST_CHECK_COMMAND:<br>case CMD_CHANGE_SVC_CHECK_COMMAND:<br>return ERROR;<br>}<br><br>I guess if I delete the above code, the external command change_svc_check_command will work<br><br>Is not recommended to enable this external command?<br>Why was it disabled in the version 3.0.6? This is not resolved in the latest version?<br>I havenīt found any official documentation about this<br><br>Thanks</span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>