Skip to content

Commit 788d3f9

Browse files
committed
fix comment
1 parent 3ad286f commit 788d3f9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

internal/collector/generated/postgres_5m_metrics.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/collector/postgres_5m_metrics.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
- metric_name: ccp_pg_hba_checksum
147147
value_column: status
148148
description: |
149-
Value of checksum monitioring status for pg_catalog.pg_settings (postgresql.conf).
149+
Value of checksum monitioring status for pg_catalog.pg_hba_file_rules (pg_hba.conf).
150150
0 = valid config. 1 = settings changed.
151-
To reset current config to valid after alert, run monitor.pg_settings_checksum_set_valid().
151+
Settings history is available for review in the table `monitor.pg_hba_checksum`.
152+
To reset current config to valid after alert, run monitor.pg_hba_checksum_set_valid(). Note this will clear the history table.

0 commit comments

Comments
 (0)