Ad Widget

Collapse

Monitor Redis with zabbix, no data collected !!!

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

    #1

    Monitor Redis with zabbix, no data collected !!!

    hey
    im using official zabbix template for monitoring redis srever
    port 6379 is open on both server and client side

    template name: Template DB Redis

    i have set this in client side:

    vi /etc/zabbix/zabbix_agentd.d/redis.conf

    UserParameter=redis[*],redis-cli info | grep $1":" | cut -d ':' -f 2
    UserParameter=redis-ping,redis-cli ping | grep -c PONG

    none of items available for monitoring and no data received in zabbix server,
    connection between server and agent is ok cos other templates working fine.

    also ive set this macro:
    $REDIS.CONN.URI = tcp://localhost:6379

    ive check template item and its:
    Redis: Ping
    key: redis.ping["{$REDIS.CONN.URI}"]
    zabbix agent

    can you help me to check why no data collected?
  • mixmox
    Member
    • Apr 2020
    • 54

    #2
    solved by installing AGENT V2

    Comment

    Working...