icingaweb2-module-businessp.../run.php

11 lines
400 B
PHP
Raw Normal View History

2015-10-16 16:53:04 -04:00
<?php
$this->provideHook('monitoring/HostActions');
$this->provideHook('monitoring/ServiceActions');
$this->provideHook('monitoring/DetailviewExtension');
$this->provideHook('icingadb/HostActions');
$this->provideHook('icingadb/ServiceActions');
2021-11-12 06:02:33 -05:00
$this->provideHook('icingadb/icingadbSupport');
$this->provideHook('icingadb/ServiceDetailExtension');
//$this->provideHook('director/shipConfigFiles');