parent
7f28c0a237
commit
5075ccdf38
|
@ -208,7 +208,8 @@ $section->add($this->translate('Alert Summary'), array(
|
||||||
$section = $this->menuSection($this->translate('System'));
|
$section = $this->menuSection($this->translate('System'));
|
||||||
$section->add($this->translate('Monitoring Health'), array(
|
$section->add($this->translate('Monitoring Health'), array(
|
||||||
'url' => 'monitoring/process/info',
|
'url' => 'monitoring/process/info',
|
||||||
'priority' => 120
|
'priority' => 120,
|
||||||
|
'renderer' => 'Icinga\Module\Monitoring\Web\Menu\BackendAvailabilityMenuItemRenderer'
|
||||||
));
|
));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue