일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- grafana esxio
- grafana
- URL 재작성
- wazuh agent 설치
- Node Exporter 설치 및 연동
- https 자동전환
- ubuntu 22.04+Prometheus+Grafana+Node Exporter
- MSCS
- centos
- telegraf influxdb
- grafana esxi
- IIS https 무한루프
- observium 설정
- grafana esxi 모니터링
- FortiGate
- grafana vcenter
- 특정 도메인 url rewrite
- piolink
- IBM X3550 M4
- Prometheus
- iis url rewrite
- wazuh 서버 설치
- wazuh 설치
- wazuh 취약점 점검
- prometheus grafana 연동
- grafana esxi monitoring
- telegraf esxi 모니터링
- http 리디렉션
- grafana telegraf influxdb esxi 모니터링
- grafana vsphere
- Today
- Total
목록grafana (2)
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 : Ubuntu 22.04 서버 2대로 테스트 1. Docker+Prometheus+Grafana 서버 1대 >> 모니터링 마스터 서버(192.168.43.35) 2. Docker+Node Exporter >> 모니터링 에이전트 서버(192.168.43.33) 설치 연동 절차는 아래와 같다 초록색 : 명령어 입력 파랑색 : 설정 입력(Vi,Nano등) 빨강색 : 주석 ㅁ Master 서버에서 Docker+Prometheus 설치 1. Docker 설치 Master $ sudo apt-get update Master $ sudo apt install docker.io Master $ docker -v 2. 프로메테우스 설정 Master $ sudo vi /etc/prometheus.yml g..