You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"