equal
deleted
inserted
replaced
9 # require 'arborist/monitor/fping' |
9 # require 'arborist/monitor/fping' |
10 # |
10 # |
11 # Arborist::Monitor 'ping check' do |
11 # Arborist::Monitor 'ping check' do |
12 # every 20.seconds |
12 # every 20.seconds |
13 # match type: 'host' |
13 # match type: 'host' |
14 # include_down true |
|
15 # use :addresses |
|
16 # exec 'fping', '-e', '-t', '150' |
14 # exec 'fping', '-e', '-t', '150' |
17 # exec_callbacks( Arborist::Monitor::FPing ) |
15 # exec_callbacks( Arborist::Monitor::FPing ) |
18 # end |
16 # end |
19 |
17 |
20 |
18 |