translate('Manage your Icinga Commands'); } public function getDescription() { return $this->translate( 'Define Check-, Notification- or Event-Commands. Command definitions' . ' are the glue between your Host- and Service-Checks and the Check' . ' plugins on your Monitoring (or monitored) systems' ); } public function getTabs() { return $this->createTabsForDashboards( ['hosts', 'services', 'commands'] ); } }