# HG changeset patch # User Mahlon E. Smith # Date 1504124306 25200 # Node ID 69f2ba4d4d93cc61be6789964722d38fe9930629 # Parent d99e1dffbc72d3902b75d1ac383cc7cf73abcd6f Use the new #node_properties method. diff -r d99e1dffbc72 -r 69f2ba4d4d93 lib/arborist/monitor/fping.rb --- a/lib/arborist/monitor/fping.rb Wed Aug 24 15:28:08 2016 -0700 +++ b/lib/arborist/monitor/fping.rb Wed Aug 30 13:18:26 2017 -0700 @@ -28,7 +28,15 @@ log_to :arborist # The version of this library. - VERSION = '0.1.0' + VERSION = '0.1.1' + + # Always request the node addresses. + USED_PROPERTIES = [ :addresses ].freeze + + ### Return the properties used by this monitor. + def self::node_properties + return USED_PROPERTIES + end attr_accessor :identifiers