Remove accidental version bump (untagged), and debug output.
--- 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?