Skip to content

yasharne/redis-sample-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Redis monitoring scenario using vagrant

This repository creates a simple scenario of redis master/slave and sentinel implementation and monitores the instances.

Architecture

This scenario contains 3 redis servers (1 master and 2 slaves), with a sentinel service on each, A redis_exporter instance, a prometheus instance and a grafana instance. Grafana dashboard is imported from here.

prerequisites

In order to run this scenario you need three things installed on your system:

  1. Ansible
  2. Vagrant
  3. VirtualBox

How to run

Running this project is as simple as cloning the project and running the following command in the terminal:

vagrant up

After deployment, you can access the grafana dashboard using this URL:

http://<GRAFANA_IP>:3000

Where GRAFANA_IP is defined in the Vagrantfile.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published