Skip to content

Instantly share code, notes, and snippets.

@ericdcobb
ericdcobb / pgpool.conf
Last active August 29, 2015 14:08 — forked from jfrost/pgpool.conf
# Watchdog
#------------------------------------------------------------------------------
use_watchdog = on
delegate_IP = '10.10.10.100'
wd_hostname = '10.10.10.21'
wd_port = 9000
ifconfig_path = '/usr/bin'
arping_path = '/usr/bin'
if_up_cmd = 'sudo ip addr add $_IP_$ dev eth0'
if_down_cmd = 'sudo ip addr del $_IP_$ dev eth0'