Recent Posts
Recent Comments
변군이글루
[ZABBIX] redis 모니터링(redis 템플릿 적용) 본문
zabbix redis 모니터링
https://github.com/oscm/zabbix/tree/master/redis
oscm/zabbix
Zabbix Plugin. Contribute to oscm/zabbix development by creating an account on GitHub.
github.com
userparameter 생성
$ vim /etc/zabbix/zabbix_agentd.d/userparameter_redis.conf
UserParameter=redis.local[*], redis-cli -h 127.0.0.1 -p 6379 info | grep $1 | grep -v _human | cut -d : -f2
UserParameter=redis.status[*], redis-cli -h $1 -p $2 info | grep $3 | grep -v _human | cut -d : -f2
UserParameter=redis.proc, pidof redis-server | wc -l
템플릿(Template App Redis) 가져오기
모니터링 화면(모니터링 > 호스트)
'* 리눅스' 카테고리의 다른 글
[리눅스] 디스크 IO 성능 테스트(iops) (0) | 2021.03.29 |
---|---|
[리눅스] 운영체제 버전 정보 확인 (0) | 2021.03.29 |
[ZABBIX] redis 모니터링(redis 템플릿 적용) (1) | 2021.03.19 |
[Redis] PHP redis 확장(Extension)을 설치하는 방법 (0) | 2021.03.16 |
[MySQL] mysql(mysql 5.7) rpcgen 에러 (0) | 2021.03.15 |
[SSL 인증서] Let's Encrypt(certbot) (0) | 2021.03.09 |
- Tag
- REDIS, zabbix, zabbix redis, 레디스, 자빅스 레디스 템플릿, 자빅스 템플릿, 템플릿
1 Comments