Skip to content
Snippets Groups Projects
Commit 3f60d4dd authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-appmonitor' into 'master'

add tags

See merge request !77
parents f8532545 dc5b2018
Branches
No related tags found
1 merge request!77add tags
Pipeline #4639 passed
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
* 2014-10-24 v0.1 * 2014-10-24 v0.1
* ... * ...
* 2024-09-04 php8 only: short array syntax * 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'); require_once('classes/appmonitor-client.class.php');
...@@ -20,6 +22,8 @@ require_once $sCfgfile; ...@@ -20,6 +22,8 @@ require_once $sCfgfile;
include('general_include.php'); include('general_include.php');
$oMonitor->addTag('ciserver');
$oMonitor->addTag('rollout');
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
// config files // config files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment