From 39649e992af7f7808a02cce98f6fd71d0f1c90a4 Mon Sep 17 00:00:00 2001 From: alv00 Date: Mon, 19 Sep 2022 10:23:48 +0800 Subject: [PATCH] support host monitor --- replace_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replace_yaml.sh b/replace_yaml.sh index 59c7fdc..b62bcb7 100755 --- a/replace_yaml.sh +++ b/replace_yaml.sh @@ -21,7 +21,7 @@ cluster_id=$cluster_id zone_name=$zone_name ob_monitor_status='active' ob_log_monitor_status='inactive' -host_monitor_status='inactive' +host_monitor_status='active' alertmanager_address='temp' disable_http_basic_auth='true' disable_pprof_basic_auth='true' -- GitLab