Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7437650
alerts.epp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
457 B
Subscribers
None
alerts.epp
View Options
<% $prometheus::alerts::alerts.each |$alert| { -%>
ALERT <%= $alert['name'] %>
IF <%= $alert['condition'] %>
FOR <%= $alert['timeduration'] %>
LABELS {
<% $alert['labels'].each |$label| { -%>
<%= $label['name'] %> = "<%= $label['content'] %>",
<% } -%>
}
ANNOTATIONS {
<% $alert['annotations'].each |$annotation| { -%>
<%= $annotation['name'] %> = "<%= $annotation['content'] %>",
<% } -%>
}
<% } -%>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 15, 2:21 AM (2 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3280235
Attached To
R141 puppet-puppet-prometheus
Event Timeline
Log In to Comment