Skip to content

Commit

Permalink
Fix PostgreSQL grouping error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Sep 20, 2024
1 parent 8980c0d commit 1ce7eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/nagvis-includes/GlobalBackendicingadb.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ public function getHostMemberCounts($objects, $options, $filters)
$query = ServicestateSummary::on($this->getDb())
->utilize('state')
->utilize('host')
->withoutColumns(['id', 'name', 'name_ci'])
->withColumns([
'host_name' => 'host.name',
'host_nameci' => 'host.name_ci'
Expand Down

0 comments on commit 1ce7eaa

Please sign in to comment.