From 02d5cf7761d5cf3b3dd4186d2ac098bdebce0ca1 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 11 Jun 2015 22:01:51 +0200 Subject: [PATCH] IcingaCommandForm: add missing execution types --- application/forms/IcingaCommandForm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/forms/IcingaCommandForm.php b/application/forms/IcingaCommandForm.php index d6cd9162..c9ec7a9e 100644 --- a/application/forms/IcingaCommandForm.php +++ b/application/forms/IcingaCommandForm.php @@ -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', ),