Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- wazuh 취약점 점검
- telegraf esxi 모니터링
- wazuh 설치
- grafana esxio
- grafana esxi
- grafana esxi monitoring
- grafana
- https 자동전환
- wazuh 서버 설치
- Prometheus
- http 리디렉션
- grafana vsphere
- IIS https 무한루프
- telegraf influxdb
- prometheus grafana 연동
- grafana telegraf influxdb esxi 모니터링
- grafana esxi 모니터링
- piolink
- Node Exporter 설치 및 연동
- iis url rewrite
- ubuntu 22.04+Prometheus+Grafana+Node Exporter
- grafana vcenter
- URL 재작성
- FortiGate
- wazuh agent 설치
- MSCS
- 특정 도메인 url rewrite
- observium 설정
- centos
- IBM X3550 M4
Archives
- Today
- Total
목록Node Exporter 설치 및 연동 (1)
IDC 엔지니어의 기술 이야기

환경 : Ubuntu 22.04(프로세스 2개, 메모리 4G, DISK 50G) 초록색 : 명령어 입력 파랑색 : 설정 입력(Vi,Nano등) 빨강색 : 주석 ㅁ Prometheus 설치 1. 패키지 업데이트 root@grafana:~# sudo apt update 2. Prometheus 관련 사용자,그룹,폴더 생성 root@grafana:~# sudo groupadd --system prometheus root@grafana:~# sudo useradd -s /sbin/nologin --system -g prometheus prometheus root@grafana:~# sudo mkdir /etc/prometheus root@grafana:~# sudo mkdir /var/lib/prometheus..
OS_APP/Monitoring
2023. 10. 16. 15:22