mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user