IcingaCommandForm: add missing execution types

This commit is contained in:
Thomas Gelf 2015-06-11 22:01:51 +02:00
parent eaea917c1f
commit 02d5cf7761

View File

@ -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',
),