diff --git a/configuration.php b/configuration.php index 79a0c294..35178341 100644 --- a/configuration.php +++ b/configuration.php @@ -4,8 +4,8 @@ /** @var \Icinga\Application\Modules\MenuItemContainer $section */ $section = $this->menuSection(N_('Graphite'), ['icon' => 'chart-area']); -$section->add(N_('Hosts'), ['url' => 'graphite/list/hosts?graphs_limit=2']); -$section->add(N_('Services'), ['url' => 'graphite/list/services?graphs_limit=2']); +$section->add(N_('Hosts'), ['url' => 'graphite/list/hosts?limit=2']); +$section->add(N_('Services'), ['url' => 'graphite/list/services?limit=2']); $this->provideConfigTab('backend', array( 'title' => $this->translate('Configure the Graphite Web backend'),