mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-18 15:06:17 -05:00
10 lines
400 B
PHP
10 lines
400 B
PHP
<?php
|
|
|
|
$this->provideHook('monitoring/HostActions');
|
|
$this->provideHook('monitoring/ServiceActions');
|
|
$this->provideHook('monitoring/DetailviewExtension');
|
|
$this->provideHook('icingadb/HostActions');
|
|
$this->provideHook('icingadb/ServiceActions');
|
|
$this->provideHook('icingadb/icingadbSupport');
|
|
$this->provideHook('icingadb/ServiceDetailExtension');
|
|
//$this->provideHook('director/shipConfigFiles');
|