lib/consolr/runners/runner.rb in consolr-1.1.0 vs lib/consolr/runners/runner.rb in consolr-1.1.1
- old
+ new
@@ -56,9 +56,13 @@
end
def status node
raise 'status is not implemented for this runner'
end
+
+ def sensors node
+ raise 'sensors is not implemented for this runner'
+ end
end
end
end