Commit a0d4b4a0 authored by JooHan Hong's avatar JooHan Hong

memory 모니터링 업데이트9

parent 3c04ad33
Pipeline #7001 passed with stages
in 1 minute and 3 seconds
...@@ -224,6 +224,17 @@ fi ...@@ -224,6 +224,17 @@ fi
> 위의 스크립트는 간단하다. /proc/meminfo 현황파일의 필드를 잡아(grep) 이를 필드 위치(awk)에 맞게 가져온 후 이를 Zabbix의 수집단위인 > 위의 스크립트는 간단하다. /proc/meminfo 현황파일의 필드를 잡아(grep) 이를 필드 위치(awk)에 맞게 가져온 후 이를 Zabbix의 수집단위인
Bytes에 맞게 단위를 환산(expr 명령)하면 된다. Bytes에 맞게 단위를 환산(expr 명령)하면 된다.
그리고 구조를 보면, 스크립트에 인자를 호출하는 방식이기 때문에 유지보수도 쉬운 장점이 있다
```bash
$ memory_ext.sh test
```
> 위의 test 인자를 호출하였기 때문에 if ~ elif 제어조건문에 이를 처리하는 로직을 구현하면 된다.
# Zabbix 아이템 설정
설정 -> 템플릿
![swap_mem](./images/zabbix_memory_item.png)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment