Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 716c4b8

Browse files
ane4kadmius
authored andcommitted
Start improving titles
1 parent dfeb195 commit 716c4b8

26 files changed

+27
-27
lines changed

pghrep/templates/A001.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} System information #
1+
# {{ .checkId }} System Information #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}

pghrep/templates/A002.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} Version information #
1+
# {{ .checkId }} Version Information #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}

pghrep/templates/A003.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} Postgres settings #
1+
# {{ .checkId }} Postgres Settings #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}

pghrep/templates/A004.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} Cluster information #
1+
# {{ .checkId }} Cluster Information #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}

pghrep/templates/A006.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# {{ .checkId }} Postgres setting deviations #
1+
# {{ .checkId }} Postgres Setting Deviations #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}
55
{{ if .diffData }}
6-
### Settings (pg_settings) that differ ###
6+
### Settings (pg_settings) that Differ ###
77
{{ if (index .diffData "pg_settings") }}
88
▼ Setting | {{.hosts.master}} {{ range $skey, $host := .hosts.replicas }}| {{ $host }} {{ end }}
99
--------|-------{{ range $skey, $host := .hosts.replicas }}|-------- {{ end }}

pghrep/templates/A007.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} Altered settings #
1+
# {{ .checkId }} Altered Settings #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}

pghrep/templates/A008.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} Disk usage and file system type
1+
# {{ .checkId }} Disk Usage and File System Type
22
Output of `df -TPh` (follows symlinks)
33

44
## Observations ##

pghrep/templates/D002.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} Useful Linux tools
1+
# {{ .checkId }} Useful Linux Tools
22
## Observations ##
33
Data collected: {{ DtFormat .timestamptz }}
44
{{ if .hosts.master }}

pghrep/templates/D004.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} pg_stat_statements and kcache settings #
1+
# {{ .checkId }} pg_stat_statements and pg_stat_kcache Settings #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}

pghrep/templates/F001.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ .checkId }} Autovacuum: Current settings #
1+
# {{ .checkId }} Autovacuum: Current Settings #
22

33
## Observations ##
44
Data collected: {{ DtFormat .timestamptz }}

0 commit comments

Comments
 (0)