2017-07-14 13:21:42 +02:00

19 lines
362 B
PHP

<?php
namespace Icinga\Module\Director\Dashboard;
class ObjectsDashboard extends Dashboard
{
protected $dashletNames = array(
'HostObject',
'ServiceObject',
'CommandObject',
// 'Notifications',
);
public function getTitle()
{
return $this->translate('Define whatever you want to be monitored');
}
}