icingaweb2/library/Icinga/Backend/Statusdat/HostgroupsummaryQuery.php
Jannis Moßhammer f6b5f5d405 Add tested Backend ressource
Only statusdat is currently tested

refs #4212
2013-06-03 16:36:10 +02:00

11 lines
178 B
PHP
Executable File

<?php
namespace Icinga\Backend\Statusdat;
class HostgroupsummaryQuery extends GroupsummaryQuery
{
protected $groupType = "hostgroup";
protected $base = "hosts";
}