Commit Graph

12 Commits

Author SHA1 Message Date
6c08b9ecf7 fix(gnmic): remove skip-verify (mutually exclusive with insecure)
The flags --insecure and --skip-verify are mutually exclusive in gNMIc.
Since we're using insecure connections (no TLS), skip-verify is not needed.
2025-12-16 14:21:43 +00:00
5fdf374fa4 fix(gnmic): rewrite config with correct parameters and simplified paths
- Remove invalid 'add-target: target' (must be overwrite|if-not-present|empty)
- Enable debug mode for troubleshooting
- Simplify interface paths to /interfaces/interface/state (Arista compatible)
- Simplify system paths to /system/state
- Remove complex BGP path that may not work on cEOS
- Add retry and timeout parameters for reliability
- Add expiration to prevent stale metrics
- Add skip-verify for insecure connections
- Increase sample intervals for stability
2025-12-16 14:19:39 +00:00
d01598f9ce Fix gnmic config: remove mlag and vxlan subscriptions (not available via OpenConfig on cEOS) 2025-12-16 13:44:41 +00:00
92e8556e1f Add Network Weathermap dashboard template 2025-12-16 13:05:55 +00:00
1c08b156d6 Add monitoring stack deployment script 2025-12-16 13:05:14 +00:00
c12bd2a701 Add Docker Compose for monitoring stack 2025-12-16 13:04:51 +00:00
c975945d27 Add Grafana fabric overview dashboard 2025-12-16 13:04:33 +00:00
6f873c8584 Add Grafana dashboard provisioning configuration 2025-12-16 12:14:41 +00:00
35123308c2 Add Grafana datasource provisioning for Prometheus 2025-12-16 12:14:35 +00:00
da5a8997d3 Add Prometheus configuration 2025-12-16 12:14:25 +00:00
442211ed5b Add gnmic configuration for gNMI telemetry collection 2025-12-16 12:14:16 +00:00
2762a5040b Add monitoring stack README 2025-12-16 12:13:54 +00:00