From dc5b2018b007b4f96e6f0ce5b525994dec73bc5c Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 6 Jan 2025 14:11:51 +0100
Subject: [PATCH] add tags

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

diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php
index 5d23ccf3..f109b8a4 100644
--- a/public_html/appmonitor/index.php
+++ b/public_html/appmonitor/index.php
@@ -8,6 +8,8 @@
  * 2014-10-24  v0.1
  * ...
  * 2024-09-04  php8 only: short array syntax
+ * 2024-12-xx  monitor all awx instances
+ * 2025-01-06  add tags
  */
 require_once('classes/appmonitor-client.class.php');
 
@@ -20,6 +22,8 @@ require_once $sCfgfile;
 
 include('general_include.php');
 
+$oMonitor->addTag('ciserver');
+$oMonitor->addTag('rollout');
 
 // ----------------------------------------------------------------------
 // config files
-- 
GitLab