mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
IcingaCommandForm: add missing execution types
This commit is contained in:
parent
eaea917c1f
commit
02d5cf7761
@ -15,8 +15,10 @@ class IcingaCommandForm extends DirectorObjectForm
|
|||||||
null => '- please choose -',
|
null => '- please choose -',
|
||||||
'PluginCheck' => 'Plugin Check Command',
|
'PluginCheck' => 'Plugin Check Command',
|
||||||
'PluginNotification' => 'Notification Plugin Command',
|
'PluginNotification' => 'Notification Plugin Command',
|
||||||
|
'PluginEvent' => 'Event Plugin Command',
|
||||||
'IcingaCheck' => 'Icinga Check Command',
|
'IcingaCheck' => 'Icinga Check Command',
|
||||||
'ClusterCheck' => 'Icinga Cluster Command',
|
'ClusterCheck' => 'Icinga Cluster Command',
|
||||||
|
'RandomCheck' => 'Random Check Command',
|
||||||
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
|
'ClusterZoneCheck' => 'Icinga Cluster Zone Check Command',
|
||||||
'CrlCheck' => 'Crl Check Command',
|
'CrlCheck' => 'Crl Check Command',
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user