From 08175ae652e217787bf1e0c24be1c0f6f72183fe Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Fri, 12 Nov 2021 12:02:33 +0100 Subject: [PATCH] Provide hook for `icingadbSupport` --- .../ProvidedHook/Icingadb/IcingadbSupport.php | 10 ++++++++++ run.php | 1 + 2 files changed, 11 insertions(+) create mode 100644 library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php diff --git a/library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php b/library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php new file mode 100644 index 0000000..1ff37d3 --- /dev/null +++ b/library/Businessprocess/ProvidedHook/Icingadb/IcingadbSupport.php @@ -0,0 +1,10 @@ +provideHook('monitoring/HostActions'); $this->provideHook('monitoring/ServiceActions'); +$this->provideHook('icingadb/icingadbSupport'); //$this->provideHook('director/shipConfigFiles');