1단계. prometheus 계정 생성 및 prometheus 다운로드 - 계정 생성 후 prometheus 계정으로 전환 useradd -m -s /bin/bash prometheus su - prometheus - prometheus 다운로드 - 다운 경로는 링크(https://prometheus.io/download/#prometheus) 참고 cd ~ wget https://github.com/prometheus/prometheus/releases/download/v2.29.2/prometheus-2.29.2.linux-amd64.tar.gz - 다운받은 prometheus 압축해제 및 디렉토리 이름 변경 tar -xzvf prometheus-2.29.2.linux-amd64.tar.gz mv p..