[카테고리:] Monitoring : Zabbix & ETC

  • 모니터링 지표에 대한 고찰 : 첫번째 대상 MySQL

    운영 환경에서 MySQL은 단순한 관계형 데이터베이스를 넘어, 수많은 애플리케이션의 핵심 저장소이자 서비스 안정성의 근간을 이룬다.따라서 MySQL 서버와 쿼리 처리 상태를 세밀하게 모니터링하는 것은 장애 예방과 성능 최적화에 있어 필수적이다. Zabbix로 읽는 MySQL 성능: (요약) 1) InnoDB 현재 열린 파일 수 의미: InnoDB가 오픈한 파일 핸들 수(테이블스페이스 등).정상 범위: 보통 수십~수백. innodb_open_files 한도 내면 OK.문제 신호:…

  • Zabbix for Kubernetes Monitoring (Agent2 7.0–7.4)

    Version note (important): Zabbix publishes different Helm repos per version (7.4 / 7.2 / 7.0 LTS).The examples below use 7.4. If your running Zabbix server/templates are on a different version, change <ZBX_VER> accordingly. Repo pattern:https://cdn.zabbix.com/zabbix/integrations/kubernetes-helm/<ZBX_VER>/ 0) Prerequisites 1) Add the repo (pick your version) 2) Dump default values → edit a single file Open zabbix_values.yaml…

  • Zabbix로 Kubernetes 모니터링 구축

    버전 주의(중요): Zabbix는 7.4/7.2/7.0(LTS) 등 버전별로 Helm Repo URL/차트 브랜치가 다름.아래 예시는 7.4 기준이며, 운영 중인 Zabbix 서버/템플릿 버전에 맞춰 <ZBX_VER>만 변경.Repo 패턴:https://cdn.zabbix.com/zabbix/integrations/kubernetes-helm/<ZBX_VER>/ 0) 사전 준비 1) Repo 등록(버전 선택) 2) 기본 values 덤프 → 파일 한 장만 편집 아래 항목을 같은 파일(zabbix_values.yaml) 에서 찾아 환경에 맞게 수정버전별로 다를수 있음 . 아래는 7.4 기준임 3)…

  • Zabbix vs Prometheus : Both Are Excellent

    Zabbix and Prometheus are both more than capable monitoring tools.That said, in Kubernetes / microservices environments many teams lean toward Prometheus for the reasons below. Quick Comparison Area Prometheus Zabbix Collection model HTTP pull (Pushgateway as helper), service discovery Agent/Agent2, SNMP/Trap, IPMI, JMX, HTTP, VMware, etc. Data / query Time-series with PromQL for aggregation and…

  • Zabbix vs Prometheus

    zabbix와 prometheus는 두개 다 충분히 좋은 모니터링 도구이다.보통 사람들은 아래와 같은 이유로 k8s 나 MSA 구조에서는prometheus를 선호한다. 항목 Prometheus Zabbix 수집 모델 HTTP pull(Pushgateway 보조), 서비스 디스커버리 Agent/Agent2, SNMP/Trap, IPMI, JMX, HTTP, VMware 등 데이터/쿼리 시계열 + PromQL로 집계·경향 분석 항목(Item)/트리거 기반 임계치, 비주기 데이터도 용이 알림 Alertmanager (그룹핑/억제/라우팅) 내장 알림/에스컬레이션/원격 커맨드 시각화 Grafana 등…