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

add tags

parent e73f24dd
No related branches found
No related tags found
1 merge request!77add tags
...@@ -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