Private GIT

Skip to content
Snippets Groups Projects
Commit 2a4883fd authored by loiclau's avatar loiclau
Browse files

* add clapi Contact/Contact group additive inheritance action for host group service

parent e3ef68ab
No related merge requests found
...@@ -362,6 +362,10 @@ class CentreonHostGroupService extends CentreonObject ...@@ -362,6 +362,10 @@ class CentreonHostGroupService extends CentreonObject
$extended = false; $extended = false;
$commandObject = new CentreonCommand(); $commandObject = new CentreonCommand();
switch ($params[2]) { switch ($params[2]) {
case "contact_additive_inheritance":
break;
case "cg_additive_inheritance":
break;
case "check_command": case "check_command":
$params[2] = "command_command_id"; $params[2] = "command_command_id";
$params[3] = $commandObject->getId($params[3]); $params[3] = $commandObject->getId($params[3]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment