# File lib/rubyipmi/ipmitool/commands/chassis.rb, line 100 def identifystatus options["cmdargs"] = "chassis identify status" value = runcmd options.delete_notify("cmdargs") if value @result.chomp.split(":").last.strip end end