This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch alarm-inhibit in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit bb864281c2fbe5738731c90f5efeaf37df9e24c9 Author: tomsun28 <[email protected]> AuthorDate: Mon Jan 6 18:12:02 2025 +0800 [improve] update alarm inhibit Signed-off-by: tomsun28 <[email protected]> --- hertzbeat-manager/src/main/resources/application.yml | 3 +++ script/application.yml | 5 ++++- script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml | 5 ++++- script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml | 5 ++++- .../hertzbeat-mysql-victoria-metrics/conf/application.yml | 5 ++++- .../hertzbeat-postgresql-victoria-metrics/conf/application.yml | 5 ++++- 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/hertzbeat-manager/src/main/resources/application.yml b/hertzbeat-manager/src/main/resources/application.yml index 4f3ea8821..41f30a7f2 100644 --- a/hertzbeat-manager/src/main/resources/application.yml +++ b/hertzbeat-manager/src/main/resources/application.yml @@ -200,6 +200,9 @@ alerter: server-chan-webhook-url: https://sctapi.ftqq.com/%s.send # gotify gotify-webhook-url: http://127.0.0.1/message?token=%s + # alert inhibit ttl unit ms, default 14400000(4 hours) + inhibit: + ttl: 14400000 scheduler: server: diff --git a/script/application.yml b/script/application.yml index 26d1ff743..54ade2214 100644 --- a/script/application.yml +++ b/script/application.yml @@ -199,7 +199,10 @@ alerter: server-chan-webhook-url: https://sctapi.ftqq.com/%s.send # gotify gotify-webhook-url: http://127.0.0.1/message?token=%s - + # alert inhibit ttl unit ms, default 14400000(4 hours) + inhibit: + ttl: 14400000 + scheduler: server: enabled: true diff --git a/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml b/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml index 7f27eac21..ca4357a4b 100644 --- a/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml +++ b/script/docker-compose/hertzbeat-mysql-iotdb/conf/application.yml @@ -166,7 +166,10 @@ alerter: server-chan-webhook-url: https://sctapi.ftqq.com/%s.send # gotify gotify-webhook-url: http://127.0.0.1/message?token=%s - + # alert inhibit ttl unit ms, default 14400000(4 hours) + inhibit: + ttl: 14400000 + scheduler: server: enabled: true diff --git a/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml b/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml index 8beb7f698..a9deab46e 100644 --- a/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml +++ b/script/docker-compose/hertzbeat-mysql-tdengine/conf/application.yml @@ -162,7 +162,10 @@ alerter: server-chan-webhook-url: https://sctapi.ftqq.com/%s.send # gotify gotify-webhook-url: http://127.0.0.1/message?token=%s - + # alert inhibit ttl unit ms, default 14400000(4 hours) + inhibit: + ttl: 14400000 + scheduler: server: enabled: true diff --git a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml index f006f39e0..53aae6d04 100644 --- a/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml +++ b/script/docker-compose/hertzbeat-mysql-victoria-metrics/conf/application.yml @@ -160,7 +160,10 @@ alerter: server-chan-webhook-url: https://sctapi.ftqq.com/%s.send # gotify gotify-webhook-url: http://127.0.0.1/message?token=%s - + # alert inhibit ttl unit ms, default 14400000(4 hours) + inhibit: + ttl: 14400000 + scheduler: server: enabled: true diff --git a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml index a3a9180c7..97cbfa053 100644 --- a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml +++ b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/conf/application.yml @@ -159,7 +159,10 @@ alerter: server-chan-webhook-url: https://sctapi.ftqq.com/%s.send # gotify gotify-webhook-url: http://127.0.0.1/message?token=%s - + # alert inhibit ttl unit ms, default 14400000(4 hours) + inhibit: + ttl: 14400000 + scheduler: server: enabled: true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
