mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
16ab26cb7c
commit
41bc4e3b21
@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Monitoring\DataView;
|
namespace Icinga\Module\Monitoring\DataView;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Host and service downtimes view
|
||||||
|
*/
|
||||||
class Downtime extends DataView
|
class Downtime extends DataView
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
@ -24,7 +27,6 @@ class Downtime extends DataView
|
|||||||
public function getColumns()
|
public function getColumns()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'downtime_author',
|
|
||||||
'downtime_author_name',
|
'downtime_author_name',
|
||||||
'downtime_comment',
|
'downtime_comment',
|
||||||
'downtime_duration',
|
'downtime_duration',
|
||||||
@ -52,6 +54,7 @@ class Downtime extends DataView
|
|||||||
public function getFilterColumns()
|
public function getFilterColumns()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
'downtime_author',
|
||||||
'host', 'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
'host', 'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||||
'service', 'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
'service', 'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user