Drop DataView\Hostservicestatussummary
It's unnecessary bloat. refs #9864
This commit is contained in:
parent
95da3772ce
commit
41a1c7ce98
|
@ -1,21 +0,0 @@
|
|||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
namespace Icinga\Module\Monitoring\DataView;
|
||||
|
||||
class Hostservicestatussummary extends Hoststatus
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getColumns()
|
||||
{
|
||||
return array_merge(
|
||||
parent::getColumns(),
|
||||
array(
|
||||
'host_name',
|
||||
'unhandled_service_count'
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue