diff --git a/library/Director/Objects/IcingaService.php b/library/Director/Objects/IcingaService.php index 077f013a..e6e1268e 100644 --- a/library/Director/Objects/IcingaService.php +++ b/library/Director/Objects/IcingaService.php @@ -596,6 +596,8 @@ class IcingaService extends IcingaObject implements ExportInterface { if ($this->get('host_id')) { return 'director/host/services?name=' . rawurlencode($this->get('host')); + } elseif ($this->get('service_set_id')) { + return 'director/serviceset/services?name=' . rawurlencode($this->get('service_set')); } else { return parent::getOnDeleteUrl(); }