Meraki Dashboard Exporter¶
A lightweight Prometheus exporter for the Cisco Meraki Dashboard API. It collects metrics for organisations and all device types and can forward data via OpenTelemetry.
Quick start¶
- Copy
.env.example
to.env
and setMERAKI_API_KEY
. - Run
docker compose up -d
using the provided compose file.
Or run directly with Docker:
docker run -d \
-e MERAKI_EXPORTER_MERAKI__API_KEY=your_api_key_here \
-p 9099:9099 \
ghcr.io/rknightion/meraki-dashboard-exporter:latest