module IsItWorking # This class is used to pass the status of a monitoring check. Each status can have multiple # messages added to it by calling the +ok+ or +fail+ methods. The status check will only be # considered a success if all messages are ok. class Status # This class is used to contain individual status messages. Eache method can represent either # and +ok+ message or a +fail+ message. class Message class <