Initial pgterminate code

This commit is contained in:
Julien Riou 2018-06-10 08:44:53 +02:00
parent 0487d635fc
commit 565c45a8fc
No known key found for this signature in database
GPG key ID: BA3E15176E45E85D
15 changed files with 697 additions and 0 deletions

11
config.yaml.example Normal file
View file

@ -0,0 +1,11 @@
---
host: 127.0.0.1
port: 5432
user: test
password: ****
interval: 1000
connect-timeout: 3
idle-timeout: 300
active-timeout: 10
log-file: /var/log/pgterminate/pgterminate.log
pid-file: /var/run/pgterminate/pgterminate.pid