[Nagios-devel] ADAPTIVE CHECK CHANGE_SVC_CHECK_COMMAND

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] ADAPTIVE CHECK CHANGE_SVC_CHECK_COMMAND

Post by Guest »

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01CDF23A.AA1C78B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello everybody

First, I don=B4t know if this is the most appropriate list to send this
message because I=92m not a developer but I=92ve send it to the =
nagios-user list
but I have not gotten any response,=85

I would like to use the external command change_svc_check_command to =
change
dinamically the warning and critical values of the checks.=20
However it doesn=B4t work
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:

http://www.nagios.org/projects/nagiosco ... ry/core-3x
=20

I=92m using the 3.2.1 version.=20
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

/* SECURITY PATCH - disable these for the time being */
switch(cmd) {
case CMD_CHANGE_GLOBAL_HOST_EVENT_HANDLER:
case CMD_CHANGE_GLOBAL_SVC_EVENT_HANDLER:
case CMD_CHANGE_HOST_EVENT_HANDLER:
case CMD_CHANGE_SVC_EVENT_HANDLER:
case CMD_CHANGE_HOST_CHECK_COMMAND:
case CMD_CHANGE_SVC_CHECK_COMMAND:
return ERROR;
}

I guess if I delete the above code, the external command
change_svc_check_command will work

Is not recommended to enable this external command?
Why was it disabled in the version 3.0.6? This is not resolved in the =
latest
version?
I haven=B4t found any official documentation about this

Thanks

=20


------=_NextPart_000_001A_01CDF23A.AA1C78B0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






Hello everybodyFirst, I don=B4t 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,…I would like to use the external =
command change_svc_check_command to change dinamically the warning and =
critical values of the checks. However it doesn=B4t workI think =
the cause that it doesn't work is the modification introduced in the =
version 3.0.6 (Disabled adaptive chec

...[email truncated]...


This post was automatically imported from historical nagios-devel mailing list archives
Original poster: javier.garces@ehu.es
Locked