diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:24:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:24:14 +0000 |
commit | a58a146ad5cc0079fd68431cd679943f933e35a4 (patch) | |
tree | 91608c01e82676102457ffff2219f321ec474657 /run.php | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-map-a58a146ad5cc0079fd68431cd679943f933e35a4.tar.xz icingaweb2-module-map-a58a146ad5cc0079fd68431cd679943f933e35a4.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.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +<?php + +$this->provideHook('monitoring/HostActions'); +$this->provideHook('monitoring/ServiceActions'); +$this->provideHook('cube/Actions', 'CubeLinks'); |