lib/riemann/babbler/plugin.rb in riemann-babbler-0.2.4 vs lib/riemann/babbler/plugin.rb in riemann-babbler-0.2.5
- old
+ new
@@ -98,9 +98,17 @@
end
end
# Переодически вызываемое действие
def tick
+ posted_hash = hash_to_post
+ posted_hash.each_key do |service|
+ report({
+ :service => plugin.service + " " + service,
+ :metric => posted_hash[service],
+ :is_diff => posted_hash["is_diff"]
+ })
+ end
end
# Доступ к конфигу определенного плагина
def plugin
end