mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +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 -',
|
||||
'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',
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user