Zabbix Course 23 - Configuring Monitoring of a REDIS Instance in Zabbix

Опубликовано: 16 Июль 2026
на канале: Courses and Tips
4,602
34

In this video we will configure a Redis instance (DB) from scratch to be able to monitor it in real time through Zabbix, using the zabbix-agent2.

Prerequisite: Have zabbix agent2 installed.

⏰ TIMESTAMPS:
0:00 Zabbix Course 23 - Configuring monitoring of a REDIS instance in Zabbix
0:10 Clarification of general problems
0:44 Install Redis-server
2:38 Configure Redis Template
3:58 "Unsupported Item key" solution in Redis template
7:33 Configure Macro (for Redis) on Zabbix host
8:39 Verification of results


✍ Instructions and commands:

Install Redis
apt install redis-server -y


If you have installed version 1 of the Zabbix agent*
apt purge zabbix-agent

Reference url
https://www.zabbix.com/download?zabbi...

wget https://repo.zabbix.com/zabbix/6.0/ub...

dpkg -i zabbix-release_6.0-4+ubuntu22.04_all.deb

apt update -y

apt install zabbix-agent2 zabbix-agent2-plugin-* -y

systemctl restart zabbix-agent2

systemctl enable zabbix-agent2


In zabbix Frontend: Change the Macro {$REDIS.CONN.URI} to tcp://iPServer:6379