mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-09 15:04:28 +02:00
11 lines
178 B
PHP
Executable File
11 lines
178 B
PHP
Executable File
<?php
|
|
|
|
namespace Icinga\Backend\Statusdat;
|
|
class HostgroupsummaryQuery extends GroupsummaryQuery
|
|
{
|
|
protected $groupType = "hostgroup";
|
|
protected $base = "hosts";
|
|
|
|
|
|
}
|