설정 파일 위치는 설치자에 따라 다를 겁니다.
제가 설치한 방법을 따라 하셨다면 아래의 경로에 해당 파일이 존재 합니다.
"/opt/snmp_exporter/snmp.yml"
워낙 방대해서 기본 설정이외 수정한 부분을 표시합니다.
필요한 부분은 snmp community string의 설정입니다.
if_mib:
auth:
community: <snmp string을 기재> # "<", ">" 표시는 삭제해야 합니다.
walk:
- 1.3.6.1.2.1.2
- 1.3.6.1.2.1.31.1.1
get:
- 1.3.6.1.2.1.1.3.0
metrics:
- name: sysUpTime
oid: 1.3.6.1.2.1.1.3
type: gauge
help: The time (in hundredths of a second) since the network management portion
of the system was last re-initialized. - 1.3.6.1.2.1.1.3
.
.
.
.
.
.
.
.
--- 이하 생략 ---
'기술 노트 > snmp_exporter' 카테고리의 다른 글
snmp_exporter 설치 및 실행 (0) | 2023.03.22 |
---|