diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:21:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:21:35 +0000 |
commit | cddcdba3c9be7e32454d0c54efd1d60e7cef7518 (patch) | |
tree | 485d573becbe08ff71189381739483cdb57cf949 /run.php | |
parent | Adding upstream version 1.2.2. (diff) | |
download | icingaweb2-module-graphite-upstream/1.2.4.tar.xz icingaweb2-module-graphite-upstream/1.2.4.zip |
Adding upstream version 1.2.4.upstream/1.2.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'run.php')
-rw-r--r-- | run.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4,9 +4,6 @@ use Icinga\Module\Graphite\ProvidedHook\Icingadb\IcingadbSupport; -require_once $this->getLibDir() . '/vendor/Psr/Loader.php'; -require_once $this->getLibDir() . '/vendor/iplx/Loader.php'; - $this->provideHook('monitoring/DetailviewExtension'); $this->provideHook('icingadb/IcingadbSupport'); $this->provideHook('icingadb/HostDetailExtension'); |