feat(monitoring): add Prometheus/Grafana monitoring stack

- Add Grafana dashboard service (port 3000)
- Add Prometheus time-series database (port 9090)
- Add PVE Exporter for Proxmox metrics (port 9221)
- Deploy on VM 101 (monitoring-docker) at 192.168.2.114
- Configure scraping for Proxmox node 192.168.2.100
- Add docker-compose configurations for all services
- Add template files for sensitive credentials (pve.yml.template, .env.template)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-07 12:41:22 -07:00
parent f42eeaba92
commit d4d8e69262
6 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1 @@
PVE_CONFIG_PATH=/path/to/your/pve.yml