Commit 83205e6a authored by finn zirngibl's avatar finn zirngibl
Browse files

fixed syntax errors

parent a0c62085
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -60,6 +60,9 @@ loop do
        :metric => "load_avg_15m",
        :value => loadavg[2],
        :labels => {
          :host => hostname
        }
      }

  # gather basic memory statistics

@@ -192,3 +195,5 @@ loop do
  sleep_for = (last_run + INTERVAL) - Time.now.to_f
  sleep(sleep_for) if sleep_for > 0
end
end
end