Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Frederik Walk edited this page Mar 15, 2016 · 1 revision

msgdbd is a daemon to manage regular jobs on the database. It measures the time each job takes and warns if it takes longer the the configured time interval.

Supported parameters are

  • -config=<config file> : specify the path to the configuration file
  • -v : Verbose output

Configuration format:

# Intervals in minutes
aggregationinterval = 1
cleanupinterval = 0

# Database config
[postgres]
user     = "msgdb"
password = "msgdb"
database = "msgdb"
address  = "localhost"
port     = "5432"

Clone this wiki locally