From 5aafdd6a9514ccc45e2440ab78382e46b3d1c927 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 7 Jul 2023 09:42:34 +0200
Subject: [PATCH] move awx check to another node

---
 public_html/appmonitor/index.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php
index 4835485e..15011824 100644
--- a/public_html/appmonitor/index.php
+++ b/public_html/appmonitor/index.php
@@ -224,6 +224,7 @@ if(isset($aConfig['plugins']['rollout']['awx'])){
             "name" => "AWX API",
             "description" => "check if AWX api is available",
             "group" => "network",
+            "parent" => "read config file",
             "check" => array(
                 "function" => "HttpContent",
                 "params" => $aOpts,
-- 
GitLab