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?
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?
Comment