Troubleshooting
Configuration Not Loading
Check Docker Compose Configuration
# Validate the compose file syntax and merged configuration
docker compose config
# View container logs for a specific service
docker compose logs SERVICE_NAME
# View logs with timestamps and follow mode
docker compose logs -f --timestamps SERVICE_NAMEValidate Prometheus Configuration
# Check Prometheus config syntax inside the container
docker compose exec prometheus promtool check config /etc/prometheus/prometheus.ymlApply Configuration Updates
Dashboards Not Appearing in Grafana
Alerts Not Firing
SSH Connection Failed
Health Check Failed
Build Failed
Manual Deployment Steps
Performance Tuning
Reduce Disk Usage
Reduce Memory Usage
Optimize Scrape Intervals
Common Environment Variables
Getting Help
Last updated