Sha256: 064a84a5685469d80206415ca429151c53ecc2d054af228e1de3916286af8c1b
Contents?: true
Size: 501 Bytes
Versions: 3
Compression:
Stored size: 501 Bytes
Contents
<% check = @alert.check -%> <% type = @alert.type -%> <%= @alert.type_sentence_case %>: <%= '"' + check.name + '"' -%> <% unless ['acknowledgement', 'test'].include?(type) -%> is <%= @alert.state_title_case -%> <% end -%> <% if 'acknowledgement'.eql?(type) -%> has been acknowledged, unscheduled maintenance created for <%= time_period_in_words(@alert.acknowledgement_duration) -%> <% end -%> <% summary = @alert.summary -%> <% unless summary.nil? || summary.empty? -%> , <%= summary -%> <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems