diff --git a/application/forms/IcingaServiceForm.php b/application/forms/IcingaServiceForm.php index e96c945b..02173bea 100644 --- a/application/forms/IcingaServiceForm.php +++ b/application/forms/IcingaServiceForm.php @@ -25,6 +25,7 @@ class IcingaServiceForm extends DirectorObjectForm $this->translate('Run on agent'), $this->translate('Whether the check commmand for this service should be executed on the Icinga agent') ); + $this->addZoneElement(); $this->addImportsElement(); $this->addCheckCommandElements();