diff --git a/application/clicommands/ServicesetCommand.php b/application/clicommands/ServicesetCommand.php new file mode 100644 index 00000000..648a42ce --- /dev/null +++ b/application/clicommands/ServicesetCommand.php @@ -0,0 +1,14 @@ + null, ); + protected $keyName = array('host_id', 'object_name'); + protected $supportsCustomVars = true; protected $supportsApplyRules = true;