Ad Widget

Collapse

Redis: Failed to fetch info data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mixmox
    Member
    • Apr 2020
    • 54

    #1

    Redis: Failed to fetch info data

    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?
  • mixmox
    Member
    • Apr 2020
    • 54

    #2
    any update?

    Comment

    Working...