41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
# Deprecated Monitoring Stacks
|
|
|
|
These monitoring configurations are **DEPRECATED** and should not be used.
|
|
|
|
## Current Working Stack
|
|
|
|
The current working monitoring stack is located at:
|
|
- **`homelab_vm/monitoring.yaml`**
|
|
|
|
This stack is deployed via Portainer GitOps to the homelab-vm and includes:
|
|
- Prometheus with all scrape targets
|
|
- Grafana
|
|
- Node Exporter
|
|
- SNMP Exporter for Synology NAS devices
|
|
|
|
## Archived Configurations
|
|
|
|
The following directories contain old/deprecated monitoring configurations that were used before the consolidated stack:
|
|
|
|
### `prometheus_grafana_hub/`
|
|
Old monitoring hub setup with separate docker-compose files for each host.
|
|
- Used bind mounts which caused issues with Portainer git deploy
|
|
- Had separate compose files for each Synology NAS
|
|
- **Status: DEPRECATED** - Replaced by `homelab_vm/monitoring.yaml`
|
|
|
|
### `stacks-monitoring/`
|
|
Another old monitoring stack attempt.
|
|
- Used separate directories for prometheus and grafana configs
|
|
- **Status: DEPRECATED** - Replaced by `homelab_vm/monitoring.yaml`
|
|
|
|
### `prometheus/`
|
|
Standalone prometheus config directory.
|
|
- **Status: DEPRECATED** - Config now embedded in `homelab_vm/monitoring.yaml`
|
|
|
|
### `grafana/`
|
|
Standalone grafana provisioning configs.
|
|
- **Status: DEPRECATED** - Dashboards now managed directly in Grafana
|
|
|
|
## Migration Date
|
|
Archived on: $(date +%Y-%m-%d)
|