Skip to content

Commit 95aea51

Browse files
chore: redis-exporter 헬스체크 수정 (#539)
* fix: 프로메테우스 v3 오탈자 수정 * chore: 슬랙 웹 훅 URL 값을 도플러로 분리. alertmanager 리포지토리 등록. * chore: docker-compose.yml에 슬랙 웹훅 environment 설정 * fix: 오탈자 수정 * chore: redis-exporter 헬스체크 수정
1 parent aef0080 commit 95aea51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ services:
473473
networks:
474474
- common
475475
healthcheck:
476-
test: [ "CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:9121/metrics" ]
476+
test: [ "CMD-SHELL", "nc -z localhost 9121 || exit 1" ]
477477
interval: 30s
478478
timeout: 10s
479479
retries: 3

0 commit comments

Comments
 (0)