Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 784 Bytes

README.textile

File metadata and controls

31 lines (23 loc) · 784 Bytes

Adds PostgreSQL Monitoring to Server Density

Overview

This plugins provides the following monitoring services

  • ensures we can connect to the database
  • gets version number
  • gets max connections count
  • gets current connections count
  • gets list of locks
  • gets logfile settings

Installation

Configuration

Add the necessary config settings to your /etc/sd-agent/config.cfg file. Eg,

[PostgreSQL]
postgres_database = yourdatabase
postgres_user = username
postgres_pass = password
postgres_host = hostname
postgres_port = port (optional, default is 5432)