mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Some new hoststatus columns and filters. There is much more in the query, stay tuned
This commit is contained in:
parent
624f4ab535
commit
f6ef3faefb
@ -37,11 +37,19 @@ class HoststatusView extends AbstractView
|
|||||||
'host_last_time_up',
|
'host_last_time_up',
|
||||||
'host_last_time_down',
|
'host_last_time_down',
|
||||||
'host_last_time_unreachable',
|
'host_last_time_unreachable',
|
||||||
|
|
||||||
|
// Services
|
||||||
|
'services_cnt',
|
||||||
|
'services_problem',
|
||||||
|
'services_problem_handled',
|
||||||
|
'services_problem_unhandled',
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $specialFilters = array(
|
protected $specialFilters = array(
|
||||||
'hostgroups',
|
'hostgroup',
|
||||||
'servicegroups'
|
'servicegroup',
|
||||||
|
'contact',
|
||||||
|
'contactgroup',
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $sortDefaults = array(
|
protected $sortDefaults = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user