Class: EtcdTools::Watchdog::HAproxy
Instance Method Summary collapse
Methods inherited from Init
Methods included from Threads
Methods included from Etcd
Methods included from Helpers
#arp, #arping, #hostname, #iproute
Methods included from Logger
Constructor Details
This class inherits a constructor from EtcdTools::Watchdog::Init
Instance Method Details
#run ⇒ Object
11 12 13 14 15 16 |
# File 'lib/etcd-tools/etcd_watchdog_haproxy.rb', line 11 def run @thread = { etcd: thread_etcd } @status_etcd = false end |