# File monit/lib/systemexit.rb, line 99 def to_s return "exit "+status.to_s unless LOOKUP_TABLE.has_key?(status) return LOOKUP_TABLE[status] end