diff options
Diffstat (limited to 'application/clicommands/HostgroupCommand.php')
-rw-r--r-- | application/clicommands/HostgroupCommand.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/application/clicommands/HostgroupCommand.php b/application/clicommands/HostgroupCommand.php new file mode 100644 index 0000000..88b17d9 --- /dev/null +++ b/application/clicommands/HostgroupCommand.php @@ -0,0 +1,15 @@ +<?php + +namespace Icinga\Module\Director\Clicommands; + +use Icinga\Module\Director\Cli\ObjectCommand; + +/** + * Manage Icinga Hostgroups + * + * Use this command to show, create, modify or delete Icinga Hostgroups + * objects + */ +class HostGroupCommand extends ObjectCommand +{ +} |