From 68c572edb4cc6d4fdcbf34482032a5accc04cbd6 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 15 Nov 2021 17:08:29 +0100 Subject: [PATCH] Add `IcingadbSupport` hook class --- .../Graphite/ProvidedHook/Icingadb/IcingadbSupport.php | 10 ++++++++++ run.php | 1 + 2 files changed, 11 insertions(+) create mode 100644 library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php diff --git a/library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php b/library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php new file mode 100644 index 0000000..a4522d4 --- /dev/null +++ b/library/Graphite/ProvidedHook/Icingadb/IcingadbSupport.php @@ -0,0 +1,10 @@ +getLibDir() . '/vendor/Psr/Loader.php'; require_once $this->getLibDir() . '/vendor/iplx/Loader.php'; $this->provideHook('monitoring/DetailviewExtension'); +$this->provideHook('icingadb/IcingadbSupport');