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