![]() |
6 лет назад | |
---|---|---|
.. | ||
Makefile.inc | 6 лет назад | |
README.md | 6 лет назад | |
postgres.chart.py | 6 лет назад | |
postgres.conf | 6 лет назад |
Module monitors one or more postgres servers.
Requirements:
python-psycopg2
package. You have to install it manually.Following charts are drawn:
Database size MB
Current Backend Processes processes
Write-Ahead Logging Statistics files/s
Checkpoints writes/s
Current connections to db count
Tuples returned from db tuples/s
Tuple reads from db reads/s
Transactions on db transactions/s
Tuples written to db writes/s
Locks on db count per type
For all available options please see module configuration file.
socket:
name : 'socket'
user : 'postgres'
database : 'postgres'
tcp:
name : 'tcp'
user : 'postgres'
database : 'postgres'
host : 'localhost'
port : 5432
When no configuration file is found, module tries to connect to TCP/IP socket: localhost:5432
.