lib/arborist/monitor/fping.rb
changeset 4 1801334b8dc4
parent 1 69f2ba4d4d93
child 5 6cf2c60c80f7
--- a/lib/arborist/monitor/fping.rb	Wed Aug 30 13:48:56 2017 -0700
+++ b/lib/arborist/monitor/fping.rb	Thu Mar 22 13:52:07 2018 -0700
@@ -11,8 +11,6 @@
 #    Arborist::Monitor 'ping check' do
 #        every 20.seconds
 #        match type: 'host'
-#        include_down true
-#        use :addresses
 #        exec 'fping', '-e', '-t', '150'
 #        exec_callbacks( Arborist::Monitor::FPing )
 #    end