Sha256: f1bd69304f3ff72fe1dcd3f9c3a7bb8ae54ecf3b6f2faca89c2a021c83acabb8
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
# Polling fluent-plugin-snmp用pollingライブラリ ## Installation Add this line to your application's Gemfile: gem 'polling' ## Usage 必ず0秒からスタートします time = [0,10,20,30,40,50] Polling::run(time,debug=false) do p "hoge" end もし60以上の値を設定する場合には60で割り切れる値を設定 time = [300] Polling::run(time,debug=false) do p "hoge" end ## Copyright Copyright:: Copyright (c) 2012, Internet Initiative Japan Inc. All rights reserved.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polling-0.0.2 | README.md |