Skip to content

Commit

Permalink
monitoring: Fix missing columns in ServicesController
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent 0ba4530 commit e0e1339
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -55,6 +55,7 @@ protected function handleCommandForm(ObjectsCommandForm $form)
'host_display_name',
'host_name',
'host_problem',
'host_state',
'service_acknowledged',
'service_active_checks_enabled',
'service_description',
Expand All @@ -65,6 +66,7 @@ protected function handleCommandForm(ObjectsCommandForm $form)
'service_last_state_change',
'service_notifications_enabled',
'service_passive_checks_enabled',
'service_problem',
'service_state'
));

Expand Down

0 comments on commit e0e1339

Please sign in to comment.