mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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'),
|
'label' => $this->translate('Command type'),
|
||||||
'multiOptions' => array(
|
'multiOptions' => array(
|
||||||
null => '- please choose -',
|
null => '- please choose -',
|
||||||
|
$this->translate('Plugin commands') => array(
|
||||||
'PluginCheck' => 'Plugin Check Command',
|
'PluginCheck' => 'Plugin Check Command',
|
||||||
'PluginNotification' => 'Notification Plugin Command',
|
'PluginNotification' => 'Notification Plugin Command',
|
||||||
'PluginEvent' => 'Event Plugin Command',
|
'PluginEvent' => 'Event Plugin Command',
|
||||||
|
),
|
||||||
|
$this->translate('Internal commands') => array(
|
||||||
'IcingaCheck' => 'Icinga Check Command',
|
'IcingaCheck' => 'Icinga Check Command',
|
||||||
'ClusterCheck' => 'Icinga Cluster Command',
|
'ClusterCheck' => 'Icinga Cluster Check Command',
|
||||||
'RandomCheck' => 'Random Check Command',
|
|
||||||
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
|
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
|
||||||
|
'IdoCheck' => 'Ido Check Command',
|
||||||
|
'RandomCheck' => 'Random Check Command',
|
||||||
'CrlCheck' => 'Crl Check Command',
|
'CrlCheck' => 'Crl Check Command',
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'required' => ! $this->isTemplate(),
|
'required' => ! $this->isTemplate(),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user