mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-12 22:34:03 +00:00
Update troubleshooting.md
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user