Skip to content

alcrb/SRV-ZABBIX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Zabbix + Prometheus + Grafana + cAdvisor + AlertManager + Caddy

Description

Cette stack Docker Compose intègre :

  • Zabbix server, web, agent, MariaDB
  • Prometheus avec node-exporter et cAdvisor
  • AlertManager pour alertes Prometheus
  • Grafana configuré pour utiliser Zabbix et Prometheus comme datasources (plugin Zabbix à installer manuellement)
  • Caddy comme reverse proxy HTTPS

Déploiement

  1. Cloner ce dépôt
  2. Modifier les fichiers alertmanager.yml et Caddyfile avec tes infos SMTP et domaine
  3. Lancer la stack :
docker-compose up -d
  1. Accéder aux interfaces :
  • Grafana : https:///grafana (login admin/admin123)
  • Zabbix Web : https:///zabbix
  • Prometheus : https:///prometheus
  • AlertManager : https:///alertmanager
  • cAdvisor : https:///cadvisor

Configuration Grafana


Notes

  • Adapter les mots de passe dans docker-compose.yml
  • Adapter les configurations SMTP et domaine dans alertmanager.yml et Caddyfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors