Tag Archives: Debian
Redis Replication
At the base of Redis replication (excluding the high availability features provided as an additional layer by Redis Cluster or Redis Sentinel) there is a leader follower (master-replica) replication that is simple to use and configure. It allows replica Redis instances to be exact copies of master instances. [Ref] In this post we are going to…
Monitor Debian Linux with Zabbix VM
Zabbix is designed primarily as an IT infrastructure monitoring tool.In this post we are going to run a Zabbix 6.2 appliance to monitor a Debian 11 linux machine. First we need to download the appliance in a Open Virtualization format (.ovf) from the official Zabbix site and to import it at the VirtualBox. We…