spec/data/monitors/port_checks.rb in arborist-0.2.0.pre20170519125456 vs spec/data/monitors/port_checks.rb in arborist-0.2.0

- old
+ new

@@ -11,14 +11,5 @@ match type: 'service', protocol: 'tcp' use :addresses, :port exec( Arborist::Monitor::Socket::TCP ) end -Arborist::Monitor 'port checks on downed tcp services' do - every 10.seconds - match type: 'service', protocol: 'tcp', status: 'down' - include_down true - use :addresses, :port - exec( Arborist::Monitor::Socket::TCP ) -end - -