Method: Nagios::Plugin#run

Defined in:
lib/nagios-plugin.rb

#runObject

actually does the check



51
52
53
# File 'lib/nagios-plugin.rb', line 51

def run
       raise "You must implement the run method!"
end