Update troubleshooting.md

This commit is contained in:
Chase Dumphord
2026-04-28 11:10:01 -05:00
committed by GitHub
parent 079c4efa83
commit 48d5680a03
+19
View File
@@ -0,0 +1,19 @@
---
# 16. docs/troubleshooting.md
```markdown
# Troubleshooting Guide
## Prometheus Target Down
### Symptoms
Prometheus shows target as DOWN.
### Checks
```bash
ping TARGET_IP
curl http://TARGET_IP:9100/metrics
systemctl status prometheus-node-exporter