diff --git a/application/views/scripts/welcome/index.phtml b/application/views/scripts/welcome/index.phtml index c89dd824..ac658467 100644 --- a/application/views/scripts/welcome/index.phtml +++ b/application/views/scripts/welcome/index.phtml @@ -7,5 +7,25 @@ errorMessage): ?>
= $this->errorMessage ?>
-Nothing to see here yet. We will point you to the most common tasks later on. +translate('Monitoring Nodes'), 'director/commands'), + array('host', $this->translate('Host objecs'), 'director/hosts'), + array('services', $this->translate('Monitored Services'), 'director/services'), + array('users', $this->translate('Users / Contacts'), 'director/users'), + array('chat', $this->translate('Alarms and notifications'), 'director/notificatios'), + array('database', $this->translate('Sync / Import'), 'director/list/importsource'), + array('wrench', $this->translate('Configuration'), 'director/list/generatedconfig'), +); +?> + diff --git a/configuration.php b/configuration.php index 54f1a736..4ca0e9c8 100644 --- a/configuration.php +++ b/configuration.php @@ -25,6 +25,7 @@ $section = $this->menuSection( $this->translate('Icinga Director') )->setIcon('cubes'); +$section->add($this->translate('Overview'))->setUrl('director/welcome')->setPriority(20); $section->add($this->translate('Global'))->setUrl('director/commands'); $section->add($this->translate('Hosts'))->setUrl('director/hosts'); $section->add($this->translate('Fields'))->setUrl('director/field/host')->setPriority(903);