Skip to content

Commit 4872933

Browse files
[-] updating non-functional links in docs (#681)
* updating non-functional links * fix some links --------- Co-authored-by: Pavlo Golub <[email protected]>
1 parent 53d3c01 commit 4872933

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/howto/dashboarding_alerting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Dashboarding and alerting
33
---
44

5-
# Grafana intro
5+
## Grafana intro
66

77
To display the gathered and stored metrics the pgwatch project has
88
decided to rely heavily on the popular Grafana dashboarding solution.
@@ -29,19 +29,19 @@ changes.
2929

3030
**Links:**
3131

32-
[Built-in dashboards for PostgreSQL (TimescaleDB)
32+
- [Built-in dashboards for PostgreSQL (TimescaleDB)
3333
storage](https://github.com/cybertec-postgresql/pgwatch/tree/master/grafana/postgres/)
3434

35-
[Screenshots of pgwatch default
36-
dashboards](https://github.com/cybertec-postgresql/pgwatch/tree/master/docs/screenshots)
35+
- [Screenshots of pgwatch default
36+
dashboards](../gallery/dashboards.md)
3737

38-
[The online Demo site](https://demo.pgwatch.com/)
38+
- [The online Demo site](https://demo.pgwatch.com/)
3939

40-
# Alerting
40+
## Alerting
4141

4242
Alerting is very conveniently also supported by Grafana in a simple
4343
point-and-click style - see
44-
[here](https://grafana.com/docs/grafana/latest/alerting/alerts-overview/)
44+
[here](https://grafana.com/docs/grafana/latest/alerting/#overview)
4545
for the official documentation. In general all more popular notification
4646
services are supported, and it's pretty much the easiest way to quickly
4747
start with PostgreSQL alerting on a smaller scale. For enterprise usage

docs/howto/using_managed_services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ one can for example use the `wal_size` metrics.
8181
# Aiven for PostgreSQL
8282

8383
The [Aiven developer
84-
documentation](https://developer.aiven.io/docs/products/postgresql/howto/monitor-with-pgwatch.html)
84+
documentation](https://aiven.io/docs/products/postgresql/howto/monitor-with-pgwatch2)
8585
contains information on how to monitor PostgreSQL instances running on
8686
the Aiven platform with pgwatch.

docs/reference/advanced_features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the whole instance. The metric name to enable log parsing is
6565
destination / setting to work, the monitoring user needs superuser /
6666
pg_monitor privileges - if this is not possible then log settings need
6767
to be specified manually under "Host config" as seen for example
68-
[here](https://github.com/cybertec-postgresql/pgwatch/blob/master/internal/sources/sample.sources.yaml).
68+
[here](https://github.com/cybertec-postgresql/pgwatch/blob/master/internal/sources/sample.sources.yaml#L25).
6969

7070
**Sample configuration if not using CSVLOG logging:**
7171

@@ -101,7 +101,7 @@ separated via the "database" tag.
101101
There's also a built-in Grafana dashboard for PgBouncer data, looking
102102
like that:
103103

104-
[![Grafana dash for PgBouncer stats](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/master/docs/../gallery/pgbouncer_stats.png)](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/master/docs/../gallery/pgbouncer_stats.png)
104+
[![Grafana dash for PgBouncer stats](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/refs/heads/master/docs/gallery/pgbouncer_stats.png)](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/refs/heads/master/docs/gallery/pgbouncer_stats.png)
105105

106106
## Pgpool-II support
107107

@@ -114,7 +114,7 @@ Type*, provide connection info to the pooler port and make sure the
114114
The built-in Grafana dashboard for Pgpool data looks something like
115115
that:
116116

117-
[![Grafana dash for PgPool stats](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/master/docs/../gallery/pgpool_status.png)](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/master/docs/../gallery/pgpool_status.png)
117+
[![Grafana dash for PgPool stats](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/refs/heads/master/docs/gallery/pgpool_status.png)](https://raw.githubusercontent.com/cybertec-postgresql/pgwatch/refs/heads/master/docs/gallery/pgpool_status.png)
118118

119119
## Prometheus scraping
120120

docs/tutorial/docker_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ needed.
151151
- Some built-in metrics like `"cpu_load"` and others, that gather
152152
privileged or OS statistics, require installing *helper functions*
153153
(looking like
154-
[that](https://github.com/cybertec-postgresql/pgwatch/blob/master/pgwatch/metrics/00_helpers/get_load_average/9.1/metric.sql)),
154+
[that](https://github.com/cybertec-postgresql/pgwatch/blob/master/docs/tutorial/preparing_databases.md?plain=1#L111)),
155155
so it might be normal to see some blank panels or fetching errors in
156156
the logs. On how to prepare databases for monitoring see the
157157
[Monitoring preparations](preparing_databases.md) chapter.

0 commit comments

Comments
 (0)