mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-13 06:44:01 +00:00
19 lines
259 B
Markdown
19 lines
259 B
Markdown
---
|
|
|
|
# 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 |