Cross-link various Prometheus-related services
Related to https://github.com/mother-of-all-self-hosting/mash-playbook/pull/58
This commit is contained in:
parent
f767fecbfd
commit
fb4c85ed4d
2 changed files with 8 additions and 1 deletions
|
@ -220,4 +220,8 @@ devture_postgres_process_extra_arguments: [
|
|||
|
||||
## Recommended other services
|
||||
|
||||
You may also wish to look into [Postgres Backup](postgres-backup.md) for backing up your Postgres database.
|
||||
You may also wish to look into:
|
||||
|
||||
- [Postgres Backup](postgres-backup.md) for backing up your Postgres database
|
||||
|
||||
- [Prometheus](prometheus.md), [prometheus-postgres-exporter](prometheus-postgres-exporter.md) and [Grafana](grafana.md) for monitoring your Postgres database
|
||||
|
|
|
@ -75,4 +75,7 @@ If you're scraping others services running in containers over the container netw
|
|||
## Recommended other services
|
||||
|
||||
- [Grafana](grafana.md) - a web-based tool for visualizing your Prometheus metrics (time-series)
|
||||
- [prometheus-node-exporter](prometheus-blackbox-exporter.md) - Blackbox probing of HTTP/HTTPS/DNS/TCP/ICMP and gRPC endpoints
|
||||
- [prometheus-node-exporter](prometheus-node-exporter.md) - an exporter for machine metrics
|
||||
- [prometheus-postgres-exporter](prometheus-postgres-exporter.md) - an exporter for monitoring a [Postgres](postgres.md) database server
|
||||
- [Healthchecks](healthchecks.md) - a simple and Effective Cron Job Monitoring solution
|
||||
|
|
Loading…
Reference in a new issue