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 | 31 |
Tags
- IIS https 무한루프
- grafana esxi monitoring
- iis url rewrite
- grafana vsphere
- IBM X3550 M4
- grafana telegraf influxdb esxi 모니터링
- centos
- wazuh 설치
- Node Exporter 설치 및 연동
- URL 재작성
- prometheus grafana 연동
- grafana vcenter
- ubuntu 22.04+Prometheus+Grafana+Node Exporter
- wazuh 취약점 점검
- http 리디렉션
- piolink
- wazuh agent 설치
- telegraf influxdb
- telegraf esxi 모니터링
- grafana esxi 모니터링
- grafana esxi
- MSCS
- grafana
- Prometheus
- 특정 도메인 url rewrite
- grafana esxio
- observium 설정
- FortiGate
- wazuh 서버 설치
- https 자동전환
Archives
- Today
- Total
목록ubuntu 22.04+Prometheus+Grafana+Node Exporter (1)
IDC 엔지니어의 기술 이야기
Prometheus+Grafana+Exporter 연동 구축
환경 : 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