Sha256: d40f33e6f0bdb892bebb0c13dc87d6b4e165b47d7f7e107104761e03aa518ada

Contents?: true

Size: 155 Bytes

Versions: 14

Compression:

Stored size: 155 Bytes

Contents

interval 60
default[:file] = '/tmp/file'

collect do
  event(
    :state => system("test -f #{file.file}"),
    :desc => "Check file #{file.file}"
  )
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
kurchatov-0.0.5.pre5 examples/nfs.rb
kurchatov-0.0.5.pre4 examples/nfs.rb
kurchatov-0.0.5.pre2 examples/nfs.rb
kurchatov-0.0.5.pre1 examples/nfs.rb
kurchatov-0.0.4 examples/nfs.rb
kurchatov-0.0.4d examples/nfs.rb
kurchatov-0.0.4c examples/nfs.rb
kurchatov-0.0.4b examples/nfs.rb
kurchatov-0.0.3 examples/nfs.rb
kurchatov-0.0.3b examples/nfs.rb
kurchatov-0.0.3a examples/nfs.rb
kurchatov-0.0.2 examples/nfs.rb
kurchatov-0.0.2b examples/nfs.rb
kurchatov-0.0.1 examples/nfs.rb