parent
a298197e6c
commit
c7261bd481
|
@ -56,6 +56,7 @@ class Monitoring_HostsController extends Controller
|
|||
'host_icon_image',
|
||||
'host_icon_image_alt',
|
||||
'host_name',
|
||||
'host_address',
|
||||
'host_state',
|
||||
'host_problem',
|
||||
'host_handled',
|
||||
|
@ -94,6 +95,7 @@ class Monitoring_HostsController extends Controller
|
|||
'host_icon_image',
|
||||
'host_icon_image_alt',
|
||||
'host_name',
|
||||
'host_address',
|
||||
'host_state',
|
||||
'host_problem',
|
||||
'host_handled',
|
||||
|
|
|
@ -53,6 +53,7 @@ class Monitoring_ServicesController extends Controller
|
|||
'host_icon_image',
|
||||
'host_icon_image_alt',
|
||||
'host_name',
|
||||
'host_address',
|
||||
'host_output',
|
||||
'host_state',
|
||||
'host_problem',
|
||||
|
@ -100,6 +101,7 @@ class Monitoring_ServicesController extends Controller
|
|||
'host_icon_image',
|
||||
'host_icon_image_alt',
|
||||
'host_name',
|
||||
'host_address',
|
||||
'host_output',
|
||||
'host_state',
|
||||
'host_problem',
|
||||
|
|
Loading…
Reference in New Issue