Hello
redis is working fine on agent server and zabbix agent configure to track zabbix by this configuration:
vi /usr/local//zabbix/etc/zabbix_agentd.conf.d/zbx_redis.conf
UserParameter=redis.status[*],/usr/local/bin/redis-cli -h 127.0.0.1 -p 6379 info|grep $1|grep -v _human|cut -d : -f2
UserParameter=redis.proc,pidof redis-server | wc -l
but still lots of data are empty on zabbix server only memory has monitored by zabbix
any idea?
redis is working fine on agent server and zabbix agent configure to track zabbix by this configuration:
vi /usr/local//zabbix/etc/zabbix_agentd.conf.d/zbx_redis.conf
UserParameter=redis.status[*],/usr/local/bin/redis-cli -h 127.0.0.1 -p 6379 info|grep $1|grep -v _human|cut -d : -f2
UserParameter=redis.proc,pidof redis-server | wc -l
but still lots of data are empty on zabbix server only memory has monitored by zabbix
any idea?
Comment