Skip to content

reinbach/sd-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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)

About

PostgreSQL plugin for server density monitoring system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages