# 00 - Comparatif Zabbic Vs Grafana

## **1) Objectif des outils**

#### **Zabbix - Solution de supervision complète**

- Outil tout en un : collecte, stockage, alertes, découverte réseau, dashboards.
- SNMP natif, agentless ou via agent
- Très adapté aux infrastructures réseau (switchs, routeur, UPS, firewalls, serveurs ...)
- Pensé pour la supervision IT classique (CPU, RAM, interfaces ...)

#### **Grafana - Plateforme de visualisation**

- Outil centré sur les dashboards et la visualisation des données.
- Ne collecte pas les données SNMP par lui même (obligé de passer par Télégraf)
- Exelente ergonomie, très visuel.

## **2) Supervision SNMP : Comparaison détaillé**

<div id="bkmrk-" style="font-family: 'Segoe UI'; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;"></div><table border="1" id="bkmrk-crit%C3%A8re-snmp-zabbix-" style="border-collapse: collapse; width: 100%; height: 494.8px; background-color: #ecf0f1; border: 1px solid #000000;"><colgroup><col style="width: 33.3745%;"></col><col style="width: 33.3745%;"></col><col style="width: 33.3745%;"></col></colgroup><tbody><tr style="height: 41.8px;"><td style="height: 41.8px; border-color: rgb(0, 0, 0);">**Critère SNMP**</td><td style="height: 41.8px; border-color: rgb(0, 0, 0);">**Zabbix**</td><td style="height: 41.8px; border-color: rgb(0, 0, 0);">**Grafana**</td></tr><tr style="height: 63.4px;"><td style="height: 63.4px; border-color: rgb(0, 0, 0);">**Support SNMP natif**</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Oui, support complet intégré (SNMP v1/v2c/v3)</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Non. Nécessite un collecteur externe (ex : Prometheus + snmp\_exporter ou Telegraf + InfluxDB)</td></tr><tr style="height: 80.2px;"><td style="height: 80.2px; border-color: rgb(0, 0, 0);">**Poller SNMP intégré**</td><td style="height: 80.2px; border-color: rgb(0, 0, 0);">Oui, polling interne via Zabbix server/proxy (bulk requests, retry). \[zabbix.com\]</td><td style="height: 80.2px; border-color: rgb(0, 0, 0);">Non. SNMP Exporter ou Telegraf doivent interroger les équipements et exporter les données vers une base compatible. \[grafana.com\]</td></tr><tr style="height: 63.4px;"><td style="height: 63.4px; border-color: rgb(0, 0, 0);">**SNMP Traps**</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Support natif des traps via snmptrapd + intégration directe dans Zabbix. \[thezabbixbook.com\]</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Reçoit les traps uniquement via Telegraf SNMP Trap plugin → base → dashboard. Pas de traitement natif des traps.</td></tr><tr style="height: 63.4px;"><td style="height: 63.4px; border-color: rgb(0, 0, 0);">**Alertes basées sur SNMP**</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Oui, alerting avancé, triggers, escalades.</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Limité : alerting possible via Prometheus Alertmanager ou alertes Grafana, moins puissantes.</td></tr><tr style="height: 63.4px;"><td style="height: 63.4px; border-color: rgb(0, 0, 0);">**Performances SNMP**</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Optimisé pour le polling à grande échelle (bulk requests).</td><td style="height: 63.4px; border-color: rgb(0, 0, 0);">Dépend totalement de Prometheus/Telegraf, pas optimisé nativement pour SNMP.</td></tr></tbody></table>

## **3) Installation &amp; maintenance**

#### **Zabbix**

- Installation plus complexe
- Paramétrage parfois lourd mais complet
- Solution centralisée

#### **Grafana**

- Installation simple
- Peut tourner en conteneur docker en quelque lignes
- Nécessite d'installer la "stack SNMP" complète