spec/data/monitors/pings.rb in arborist-0.2.0.pre20170519125456 vs spec/data/monitors/pings.rb in arborist-0.2.0
- old
+ new
@@ -57,20 +57,9 @@
exec 'fping', '-e', '-t', '150'
exec_callbacks( FPingWrapper )
end
-Arborist::Monitor 'ping check downed hosts' do
- every 40.seconds
- splay 15.seconds
- match type: 'host', status: 'down'
- include_down true
- use :addresses
-
- exec 'fping', '-e', '-t', '150'
- exec_callbacks( FPingWrapper )
-end
-
Arborist::Monitor 'transient host pings' do
every 5.minutes
match type: 'host', tag: 'laptop'
use :addresses