Skip to content

Commit

Permalink
monitoring: Make instance_name filterable for host downtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 27, 2015
1 parent e46fbe3 commit 395d285
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function getStaticFilterColumns()
return array(
'host', 'host_alias',
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
'instance_name',
'service', 'service_description', 'service_display_name',
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
);
Expand Down

0 comments on commit 395d285

Please sign in to comment.