summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Backend/Ido/Query/EventgridservicesQuery.php
blob: 424de45a18ed233661b5565337933157b1c458c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Icinga\Module\Monitoring\Backend\Ido\Query;

class EventgridservicesQuery extends EventgridQuery
{
    /**
     * Join history related columns and tables, services only
     */
    protected function joinHistory()
    {
        $this->fetchHistoryColumns = true;
        $this->requireVirtualTable('services');
    }
}