Sha256: cbf06747739010570a6b954cddc2be5d69629067413eb6dfd0f61cdeeaed4468
Contents?: true
Size: 818 Bytes
Versions: 14
Compression:
Stored size: 818 Bytes
Contents
Hi <%= @alert.contact_first_name %> Monitoring has detected the following: Entity: <%= @alert.entity %> Check: <%= @alert.check %> State: <%= @alert.state_title_case %> <% if @alert.summary -%> Summary: <%= @alert.summary %> <% end -%> <% if @alert.details -%> Details: <%= @alert.details %> <% end -%> <% if @alert.time -%> Time: <%= Time.at(@alert.time.to_i).to_s %> <% end -%> <% if @alert.state_duration && @alert.state_duration > 40 -%> Duration: <%= ChronicDuration.output(@alert.state_duration, :keep_zero => true) || '0 secs' %> <% end -%> <% if @alert.last_state -%> Previous State: <%= @alert.last_state_title_case %> <% end -%> <% if @alert.last_summary -%> Previous Summary: <%= @alert.last_summary %> <% end -%> Cheers, Flapjack
Version data entries
14 entries across 14 versions & 1 rubygems