Sha256: e78431872677d940124f312b4bad3343acf482f3e83f52bc5339375ff6cd4b35
Contents?: true
Size: 480 Bytes
Versions: 41
Compression:
Stored size: 480 Bytes
Contents
<%= @alert.type_sentence_case %>: "<%= @alert.check %>" on <%= @alert.entity -%> <% unless ['acknowledgement', 'test'].include?(@alert.notification_type) -%> is <%= @alert.state_title_case -%> <% end -%> <% if ['acknowledgement'].include?(@alert.type) -%> has been acknowledged, unscheduled maintenance created for <%= time_period_in_words(@alert.acknowledgement_duration) -%> <% end -%> <% if @alert.summary && @alert.summary.length > 0 -%> , <%= @alert.summary -%> <% end -%>
Version data entries
41 entries across 41 versions & 1 rubygems