Skip to content

PostgreSQL plugin for server density monitoring system

Notifications You must be signed in to change notification settings

dansketcher/sd-postgresql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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
  • if the server is a master, the number of connected slaves
  • if the server is a slave, its replication lag in seconds behind its master

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

No packages published

Languages

  • Python 100.0%