Sha256: f3dacb1dbf6d3850afbb17d4ea72bff796cd01e6502c5f80df7da73dd876c4d9

Contents?: true

Size: 159 Bytes

Versions: 51

Compression:

Stored size: 159 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

51 entries across 51 versions & 1 rubygems

Version Path
kurchatov-0.4.7 examples/nfs.rb
kurchatov-0.4.6 examples/nfs.rb
kurchatov-0.4.5 examples/nfs.rb
kurchatov-0.4.4 examples/nfs.rb
kurchatov-0.4.3 examples/nfs.rb
kurchatov-0.4.2 examples/nfs.rb
kurchatov-0.4.1 examples/nfs.rb
kurchatov-0.3.8 examples/nfs.rb
kurchatov-0.3.7 examples/nfs.rb
kurchatov-0.3.6 examples/nfs.rb
kurchatov-0.3.5 examples/nfs.rb
kurchatov-0.3.4 examples/nfs.rb
kurchatov-0.3.3 examples/nfs.rb
kurchatov-0.3.2 examples/nfs.rb
kurchatov-0.3.1 examples/nfs.rb
kurchatov-0.3.0 examples/nfs.rb
kurchatov-0.2.9 examples/nfs.rb
kurchatov-0.2.8 examples/nfs.rb
kurchatov-0.2.7 examples/nfs.rb
kurchatov-0.2.6 examples/nfs.rb