Add watchdog support on Linux (#343)

Ensures that system gets rebooted before TTL runs out.

Initial version. Open questions:

    Do we want to disable watchdog while we are not master?
This commit is contained in:
Ants Aasma
2017-06-01 16:53:46 +02:00
committed by Alexander Kukushkin
parent e3a01727a9
commit a70b46ef13
20 changed files with 1369 additions and 108 deletions
+5
View File
@@ -76,6 +76,11 @@ postgresql:
password: zalando
parameters:
unix_socket_directories: '.'
#watchdog:
# mode: automatic # Allowed values: off, automatic, required
# device: /dev/watchdog
tags:
nofailover: false
noloadbalance: false