mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
parent
29b917dd18
commit
abc18ffd95
15
application/clicommands/ServicesetsCommand.php
Normal file
15
application/clicommands/ServicesetsCommand.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Icinga\Module\Director\Clicommands;
|
||||
|
||||
use Icinga\Module\Director\Cli\ObjectsCommand;
|
||||
|
||||
/**
|
||||
* Manage Icinga Service Sets
|
||||
*
|
||||
* Use this command to list Icinga Service Set objects
|
||||
*/
|
||||
class ServicesetsCommand extends ObjectsCommand
|
||||
{
|
||||
protected $type = 'ServiceSet';
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user