blob: afe0b4352b478ccdd16f218208d8d71aebbb81e4 (
plain)
1
2
3
4
5
6
7
8
|
<?php
// Icinga Web 2 Cube Module | (c) 2016 Icinga GmbH | GPLv2
$this->provideHook('cube/Actions', 'Cube/MonitoringActions');
$this->provideHook('cube/IcingaDbActions', 'Cube/IcingaDbActions');
$this->provideHook('icingadb/icingadbSupport');
|