2019-04-11 02:34:14 +02:00

18 lines
334 B
PHP

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