Hi <%= @alert.medium.contact.name %>
Monitoring has detected the following:
<% check = @alert.check -%>Check | <%= check.name %> |
State | <%= @alert.state_title_case %> |
Summary | <%= summary %> |
Details | <%= details %> |
Time | <%= Time.at(time.to_i).to_s %> |
Duration | <%= ChronicDuration.output(condition_duration, :keep_zero => true) || '0 secs' %> |
Previous State | <%= @alert.last_state_title_case %> |
Previous Summary | <%= last_summary %> |
Cheers,
Flapjack