blob: 3f05d068bd26bb96863c1f900c058ed6424dd148 (
plain)
1
2
3
4
5
6
7
8
|
<?php
$this->provideHook('monitoring/HostActions');
$this->provideHook('monitoring/ServiceActions');
$this->provideHook('icingadb/HostActions');
$this->provideHook('icingadb/ServiceActions');
$this->provideHook('icingadb/icingadbSupport');
//$this->provideHook('director/shipConfigFiles');
|