Skip to content

Instantly share code, notes, and snippets.

@wuputah
Created February 27, 2009 22:56
Show Gist options
  • Save wuputah/71753 to your computer and use it in GitHub Desktop.
Save wuputah/71753 to your computer and use it in GitHub Desktop.
def check_ilom
probe_ilom.each do |probe|
unless probe.include?("ok")
return NagiosPlugin::CRITICAL
end
end
NagiosPlugin::OK
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment