mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-21 15:19:51 -05:00
9 lines
211 B
PHP
9 lines
211 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Monitoring\Backend\Ido\Query;
|
||
|
|
|
||
|
|
class HostStatusQuery extends \Icinga\Module\Monitoring\Backend\Ido\Query\HoststatusQuery
|
||
|
|
{
|
||
|
|
use CustomVarJoinTemplateOverride;
|
||
|
|
}
|