Add missing database columns

refs #8565
This commit is contained in:
Matthias Jentsch 2015-04-09 17:15:26 +02:00
parent f2eb20945e
commit f4c69395b1
2 changed files with 5 additions and 3 deletions

View File

@ -74,7 +74,9 @@ class Monitoring_HostsController extends Controller
'host_is_flapping',
'host_last_comment',
'host_output',
'host_notifications_enabled'
'host_notifications_enabled',
'host_active_checks_enabled',
'host_passive_checks_enabled'
));
$form

View File

@ -75,10 +75,10 @@ class Monitoring_ServicesController extends Controller
'service_acknowledged',
'service_in_downtime',
'service_is_flapping',
'service_notifications_enabled',
'service_output',
'service_last_ack',
'service_last_comment',
'service_notifications_enabled',
'service_active_checks_enabled',
'service_passive_checks_enabled'
));
@ -129,9 +129,9 @@ class Monitoring_ServicesController extends Controller
'service_acknowledged',
'service_in_downtime',
'service_is_flapping',
'service_notifications_enabled',
'service_last_comment',
'service_last_ack',
'service_notifications_enabled',
'service_active_checks_enabled',
'service_passive_checks_enabled'
/*