Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
c61b2432
Verified
Commit
c61b2432
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
document what we found in puppet
parent
66dd260b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/postgresql.md
+8
-0
8 additions, 0 deletions
howto/postgresql.md
with
8 additions
and
0 deletions
howto/postgresql.md
+
8
−
0
View file @
c61b2432
...
...
@@ -1204,6 +1204,14 @@ which can monitor PostgreSQL servers, but it is not deployed on all
hosts. This is because there is still a manual step in the
configuration of the exporter. See "installation" above.
It would also be preferable if that procedure was automated in Puppet,
but that requires haggling with the
`postgresql`
module which we do
not actually use, currently. It does not directly conflict with our
`postgres`
module, but it does rewrite the
`pg_hba.conf`
and
`postges.conf`
. If we do eventually fix this oddity, know that we
considered using
`postgresql::server::grant`
, but it might be better
to call
`postgresql_psql`
directly.
Note that there is a program called
[
pgstatsmon
](
https://github.com/joyent/pgstatsmon
)
which can provide
very detailed information about the state of a PostgreSQL database,
see
[
this blog post for details
](
https://www.davepacheco.net/blog/2019/visualizing-postgresql-vacuum-progress/
)
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment