mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
IcingaCommandForm: plugin/internal distinction
This commit is contained in:
parent
1fb6027109
commit
2f723ccde7
@ -17,14 +17,19 @@ class IcingaCommandForm extends DirectorObjectForm
|
||||
'label' => $this->translate('Command type'),
|
||||
'multiOptions' => array(
|
||||
null => '- please choose -',
|
||||
'PluginCheck' => 'Plugin Check Command',
|
||||
'PluginNotification' => 'Notification Plugin Command',
|
||||
'PluginEvent' => 'Event Plugin Command',
|
||||
'IcingaCheck' => 'Icinga Check Command',
|
||||
'ClusterCheck' => 'Icinga Cluster Command',
|
||||
'RandomCheck' => 'Random Check Command',
|
||||
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
|
||||
'CrlCheck' => 'Crl Check Command',
|
||||
$this->translate('Plugin commands') => array(
|
||||
'PluginCheck' => 'Plugin Check Command',
|
||||
'PluginNotification' => 'Notification Plugin Command',
|
||||
'PluginEvent' => 'Event Plugin Command',
|
||||
),
|
||||
$this->translate('Internal commands') => array(
|
||||
'IcingaCheck' => 'Icinga Check Command',
|
||||
'ClusterCheck' => 'Icinga Cluster Check Command',
|
||||
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
|
||||
'IdoCheck' => 'Ido Check Command',
|
||||
'RandomCheck' => 'Random Check Command',
|
||||
'CrlCheck' => 'Crl Check Command',
|
||||
)
|
||||
),
|
||||
'required' => ! $this->isTemplate(),
|
||||
'description' => $this->translate(
|
||||
|
Loading…
x
Reference in New Issue
Block a user