PDA

View Full Version : Acknowledge_host_problem


SeanFromIT
01-14-2008, 06:44 PM
Does anyone know where the external command definition for the ACKNOWLEDGE_HOST_PROBLEM / ACKNOWLEDGE_SERVICE_PROBLEM command is in Centreon? This would be the command sent from Centreon to Nagios when you acknowledge a problem. I would like to set "notify" to 0 as per the Nagios Dev Doc (http://www.nagios.org/developerinfo/externalcommands/commandinfo.php?command_id=39) to stop getting emails every time I acknowledge a problem.

julio
01-15-2008, 11:34 AM
/pathCentreon/www/include/monitoring/external_cmd/function.php

SeanFromIT
01-15-2008, 06:30 PM
I see that you're already calling a $_GET["notify"]. Where in the GUI can I set this notify option?

SeanFromIT
01-28-2008, 08:02 PM
Well, even if I manually code a "0" there, it ignores it. Feels like that's a problem with Nagios rather than Centreon, though.