summaryrefslogtreecommitdiffstats
path: root/run.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:45:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:45:13 +0000
commita4a4a84d79e95d34f80346c423b4e84f7af3f03d (patch)
tree91608c01e82676102457ffff2219f321ec474657 /run.php
parentInitial commit. (diff)
downloadicingaweb2-module-map-upstream.tar.xz
icingaweb2-module-map-upstream.zip
Adding upstream version 1.1.0.upstream/1.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'run.php')
-rw-r--r--run.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/run.php b/run.php
new file mode 100644
index 0000000..943f7ff
--- /dev/null
+++ b/run.php
@@ -0,0 +1,5 @@
+<?php
+
+$this->provideHook('monitoring/HostActions');
+$this->provideHook('monitoring/ServiceActions');
+$this->provideHook('cube/Actions', 'CubeLinks');