Skip to content

Commit

Permalink
monitoring: Select host_state_type and host_attempt in the service de…
Browse files Browse the repository at this point in the history
…tail view for displaying soft states

refs #5543
  • Loading branch information
lippserd committed Oct 28, 2015
1 parent 95e03d1 commit c0c9f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/monitoring/library/Monitoring/Object/Service.php
Expand Up @@ -107,6 +107,7 @@ protected function getDataView()
{
return $this->backend->select()->from('servicestatus', array(
'instance_name',
'host_attempt',
'host_icon_image',
'host_icon_image_alt',
'host_acknowledged',
Expand All @@ -122,6 +123,7 @@ protected function getDataView()
'host_notifications_enabled',
'host_passive_checks_enabled',
'host_state',
'host_state_type',
'service_icon_image',
'service_icon_image_alt',
'service_acknowledged',
Expand Down

0 comments on commit c0c9f3b

Please sign in to comment.