전체 글 (10) 썸네일형 리스트형 [Prometheus] Grafana 설치 repo 등록 enterprise version과 oss version이 있는데 후자가 open source 용이기 때문에 oss version으로 설정해주면 된다. # vi /etc/yum.repos.d/grafana.repo [grafana] name=grafana baseurl=https://packages.grafana.com/oss/rpm repo_gpgcheck=1 enabled=1 gpgcheck=1 gpgkey=https://packages.grafana.com/gpg.key sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt yum으로 설치 # yum install grafana -y 실행 # systemctl status grafana-se.. [Prometheus] Prometheus 구축하기 1. Prometheus 설치 파일 다운로드 아래 URL로 접속하면 다운 받을 수 있다. https://prometheus.io/download/ Download | Prometheus Download We provide precompiled binaries and Docker images for most officially maintained Prometheus components. If a component is not listed here, check the respective repository on Github for further instructions. There is also a constantly growing numbe prometheus.io 다운 받은 후 압축 해제를 해준다. # w.. 이전 1 2 다음