Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /usr/bin/env ruby
- require 'rubygems' if RUBY_VERSION < '1.9.0'
- require 'sensu-plugin/metric/cli'
- class Fio < Sensu::Plugin::Metric::CLI::Graphite
- def run
- ok "test", 42
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement