diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php index 5d23ccf3978487543e5f6a842f7c942705fa2dc2..f109b8a4e0a52d22ae127180fe99ef494b8225cd 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