equal
deleted
inserted
replaced
24 module Arborist::Monitor::FPing |
24 module Arborist::Monitor::FPing |
25 extend Loggability |
25 extend Loggability |
26 log_to :arborist |
26 log_to :arborist |
27 |
27 |
28 # The version of this library. |
28 # The version of this library. |
29 VERSION = '0.1.2' |
29 VERSION = '0.1.0' |
30 |
30 |
31 # Always request the node addresses. |
31 # Always request the node addresses. |
32 USED_PROPERTIES = [ :addresses ].freeze |
32 USED_PROPERTIES = [ :addresses ].freeze |
33 |
33 |
34 ### Return the properties used by this monitor. |
34 ### Return the properties used by this monitor. |