icingaweb2-module-businessp.../library/Businessprocess/Monitoring/Backend/Ido/Query/ServiceStatusQuery.php
Johannes Meyer 0fdee96deb IDO: Add custom hoststatus and servicestatus queries
For autocompletion with custom variable support, it is
required to be able to filter for custom variable values
if no customvariable name is known. But since the template
how custom variables are joined is on a private property,
this many classes are required to circumvent/adjust that.
2023-08-09 16:13:01 +02:00

8 lines
217 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Monitoring\Backend\Ido\Query;
class ServiceStatusQuery extends \Icinga\Module\Monitoring\Backend\Ido\Query\ServicestatusQuery
{
use CustomVarJoinTemplateOverride;
}