lib/arborist/monitor/fping.rb
changeset 6 f82534b40e06
parent 5 6cf2c60c80f7
child 7 919f139d2931
--- a/lib/arborist/monitor/fping.rb	Tue Mar 27 14:27:31 2018 -0700
+++ b/lib/arborist/monitor/fping.rb	Tue Mar 27 14:30:38 2018 -0700
@@ -26,7 +26,7 @@
 	log_to :arborist
 
 	# The version of this library.
-	VERSION = '0.2.0'
+	VERSION = '0.1.2'
 
 	# Always request the node addresses.
 	USED_PROPERTIES = [ :addresses ].freeze
@@ -47,7 +47,6 @@
 			next unless props.key?( 'addresses' )
 			address = props[ 'addresses' ].first
 			hash[ address ] = identifier
-			self.log.debug "%s -> %s" % [ identifier, address ]
 		end
 
 		return if self.identifiers.empty?