mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
ServicegroupCommand: new CLI command
Created this to be able to also create Servicegroups over CLI. basically its the same file as HostGroupCommand. Tested in 1.5.1 fixes #1745
This commit is contained in:
parent
df678fe406
commit
40656c9dab
15
application/clicommands/ServicegroupCommand.php
Normal file
15
application/clicommands/ServicegroupCommand.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Icinga\Module\Director\Clicommands;
|
||||
|
||||
use Icinga\Module\Director\Cli\ObjectCommand;
|
||||
|
||||
/**
|
||||
* Manage Icinga Servicegroups
|
||||
*
|
||||
* Use this command to show, create, modify or delete Icinga Servicegroups
|
||||
* objects
|
||||
*/
|
||||
class ServiceGroupCommand extends ObjectCommand
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user