// Code generated by qtc from "web.qtpl". DO NOT EDIT. // See https://github.com/valyala/quicktemplate for details. //line app/vmalert/web.qtpl:1 package main //line app/vmalert/web.qtpl:3 import ( "net/http" "sort" "time" "github.com/VictoriaMetrics/VictoriaMetrics/app/vmalert/notifier" "github.com/VictoriaMetrics/VictoriaMetrics/app/vmalert/tpl" "github.com/VictoriaMetrics/VictoriaMetrics/app/vmalert/utils" ) //line app/vmalert/web.qtpl:14 import ( qtio422016 "io" qt422016 "github.com/valyala/quicktemplate" ) //line app/vmalert/web.qtpl:14 var ( _ = qtio422016.Copy _ = qt422016.AcquireByteBuffer ) //line app/vmalert/web.qtpl:14 func StreamWelcome(qw422016 *qt422016.Writer, r *http.Request) { //line app/vmalert/web.qtpl:14 qw422016.N().S(` `) //line app/vmalert/web.qtpl:15 tpl.StreamHeader(qw422016, r, navItems, "vmalert", configError()) //line app/vmalert/web.qtpl:15 qw422016.N().S(`

API:
`) //line app/vmalert/web.qtpl:18 for _, p := range apiLinks { //line app/vmalert/web.qtpl:18 qw422016.N().S(` `) //line app/vmalert/web.qtpl:19 p, doc := p[0], p[1] //line app/vmalert/web.qtpl:19 qw422016.N().S(` `) //line app/vmalert/web.qtpl:20 qw422016.E().S(p) //line app/vmalert/web.qtpl:20 qw422016.N().S(` - `) //line app/vmalert/web.qtpl:20 qw422016.E().S(doc) //line app/vmalert/web.qtpl:20 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:21 } //line app/vmalert/web.qtpl:21 qw422016.N().S(` `) //line app/vmalert/web.qtpl:22 if r.Header.Get("X-Forwarded-For") == "" { //line app/vmalert/web.qtpl:22 qw422016.N().S(` System:
`) //line app/vmalert/web.qtpl:24 for _, p := range systemLinks { //line app/vmalert/web.qtpl:24 qw422016.N().S(` `) //line app/vmalert/web.qtpl:25 p, doc := p[0], p[1] //line app/vmalert/web.qtpl:25 qw422016.N().S(` `) //line app/vmalert/web.qtpl:26 qw422016.E().S(p) //line app/vmalert/web.qtpl:26 qw422016.N().S(` - `) //line app/vmalert/web.qtpl:26 qw422016.E().S(doc) //line app/vmalert/web.qtpl:26 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:27 } //line app/vmalert/web.qtpl:27 qw422016.N().S(` `) //line app/vmalert/web.qtpl:28 } //line app/vmalert/web.qtpl:28 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:30 tpl.StreamFooter(qw422016, r) //line app/vmalert/web.qtpl:30 qw422016.N().S(` `) //line app/vmalert/web.qtpl:31 } //line app/vmalert/web.qtpl:31 func WriteWelcome(qq422016 qtio422016.Writer, r *http.Request) { //line app/vmalert/web.qtpl:31 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:31 StreamWelcome(qw422016, r) //line app/vmalert/web.qtpl:31 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:31 } //line app/vmalert/web.qtpl:31 func Welcome(r *http.Request) string { //line app/vmalert/web.qtpl:31 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:31 WriteWelcome(qb422016, r) //line app/vmalert/web.qtpl:31 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:31 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:31 return qs422016 //line app/vmalert/web.qtpl:31 } //line app/vmalert/web.qtpl:33 func streambuttonActive(qw422016 *qt422016.Writer, filter, expValue string) { //line app/vmalert/web.qtpl:33 qw422016.N().S(` `) //line app/vmalert/web.qtpl:34 if filter != expValue { //line app/vmalert/web.qtpl:34 qw422016.N().S(` btn-secondary `) //line app/vmalert/web.qtpl:36 } else { //line app/vmalert/web.qtpl:36 qw422016.N().S(` btn-primary `) //line app/vmalert/web.qtpl:38 } //line app/vmalert/web.qtpl:38 qw422016.N().S(` `) //line app/vmalert/web.qtpl:39 } //line app/vmalert/web.qtpl:39 func writebuttonActive(qq422016 qtio422016.Writer, filter, expValue string) { //line app/vmalert/web.qtpl:39 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:39 streambuttonActive(qw422016, filter, expValue) //line app/vmalert/web.qtpl:39 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:39 } //line app/vmalert/web.qtpl:39 func buttonActive(filter, expValue string) string { //line app/vmalert/web.qtpl:39 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:39 writebuttonActive(qb422016, filter, expValue) //line app/vmalert/web.qtpl:39 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:39 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:39 return qs422016 //line app/vmalert/web.qtpl:39 } //line app/vmalert/web.qtpl:41 func StreamListGroups(qw422016 *qt422016.Writer, r *http.Request, originGroups []APIGroup) { //line app/vmalert/web.qtpl:41 qw422016.N().S(` `) //line app/vmalert/web.qtpl:42 prefix := utils.Prefix(r.URL.Path) //line app/vmalert/web.qtpl:42 qw422016.N().S(` `) //line app/vmalert/web.qtpl:43 tpl.StreamHeader(qw422016, r, navItems, "Groups", configError()) //line app/vmalert/web.qtpl:43 qw422016.N().S(` `) //line app/vmalert/web.qtpl:45 filter := r.URL.Query().Get("filter") rOk := make(map[string]int) rNotOk := make(map[string]int) rNoMatch := make(map[string]int) var groups []APIGroup for _, g := range originGroups { var rules []APIRule for _, r := range g.Rules { if r.LastError != "" { rNotOk[g.ID]++ } else { rOk[g.ID]++ } if isNoMatch(r) { rNoMatch[g.ID]++ } if (filter == "unhealthy" && r.LastError == "") || (filter == "noMatch" && !isNoMatch(r)) { continue } rules = append(rules, r) } if len(rules) > 0 { g.Rules = rules groups = append(groups, g) } } //line app/vmalert/web.qtpl:72 qw422016.N().S(` All Collapse All Expand All Unhealthy NoMatch `) //line app/vmalert/web.qtpl:78 if len(groups) > 0 { //line app/vmalert/web.qtpl:78 qw422016.N().S(` `) //line app/vmalert/web.qtpl:79 for _, g := range groups { //line app/vmalert/web.qtpl:79 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:83 qw422016.E().S(g.Name) //line app/vmalert/web.qtpl:83 if g.Type != "prometheus" { //line app/vmalert/web.qtpl:83 qw422016.N().S(` (`) //line app/vmalert/web.qtpl:83 qw422016.E().S(g.Type) //line app/vmalert/web.qtpl:83 qw422016.N().S(`)`) //line app/vmalert/web.qtpl:83 } //line app/vmalert/web.qtpl:83 qw422016.N().S(` (every `) //line app/vmalert/web.qtpl:83 qw422016.N().FPrec(g.Interval, 0) //line app/vmalert/web.qtpl:83 qw422016.N().S(`s) # `) //line app/vmalert/web.qtpl:84 if rNotOk[g.ID] > 0 { //line app/vmalert/web.qtpl:84 qw422016.N().S(``) //line app/vmalert/web.qtpl:84 qw422016.N().D(rNotOk[g.ID]) //line app/vmalert/web.qtpl:84 qw422016.N().S(` `) //line app/vmalert/web.qtpl:84 } //line app/vmalert/web.qtpl:84 qw422016.N().S(` `) //line app/vmalert/web.qtpl:85 if rNoMatch[g.ID] > 0 { //line app/vmalert/web.qtpl:85 qw422016.N().S(``) //line app/vmalert/web.qtpl:85 qw422016.N().D(rNoMatch[g.ID]) //line app/vmalert/web.qtpl:85 qw422016.N().S(` `) //line app/vmalert/web.qtpl:85 } //line app/vmalert/web.qtpl:85 qw422016.N().S(` `) //line app/vmalert/web.qtpl:86 qw422016.N().D(rOk[g.ID]) //line app/vmalert/web.qtpl:86 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:87 qw422016.E().S(g.File) //line app/vmalert/web.qtpl:87 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:88 if len(g.Params) > 0 { //line app/vmalert/web.qtpl:88 qw422016.N().S(`
Extra params `) //line app/vmalert/web.qtpl:90 for _, param := range g.Params { //line app/vmalert/web.qtpl:90 qw422016.N().S(` `) //line app/vmalert/web.qtpl:91 qw422016.E().S(param) //line app/vmalert/web.qtpl:91 qw422016.N().S(` `) //line app/vmalert/web.qtpl:92 } //line app/vmalert/web.qtpl:92 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:94 } //line app/vmalert/web.qtpl:94 qw422016.N().S(` `) //line app/vmalert/web.qtpl:95 if len(g.Headers) > 0 { //line app/vmalert/web.qtpl:95 qw422016.N().S(`
Extra headers `) //line app/vmalert/web.qtpl:97 for _, header := range g.Headers { //line app/vmalert/web.qtpl:97 qw422016.N().S(` `) //line app/vmalert/web.qtpl:98 qw422016.E().S(header) //line app/vmalert/web.qtpl:98 qw422016.N().S(` `) //line app/vmalert/web.qtpl:99 } //line app/vmalert/web.qtpl:99 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:101 } //line app/vmalert/web.qtpl:101 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:113 for _, r := range g.Rules { //line app/vmalert/web.qtpl:113 qw422016.N().S(` `) //line app/vmalert/web.qtpl:149 } //line app/vmalert/web.qtpl:149 qw422016.N().S(`
Rule Samples Updated
`) //line app/vmalert/web.qtpl:118 if r.Type == "alerting" { //line app/vmalert/web.qtpl:118 qw422016.N().S(` alert: `) //line app/vmalert/web.qtpl:119 qw422016.E().S(r.Name) //line app/vmalert/web.qtpl:119 qw422016.N().S(` (for: `) //line app/vmalert/web.qtpl:119 qw422016.E().V(r.Duration) //line app/vmalert/web.qtpl:119 qw422016.N().S(` seconds) `) //line app/vmalert/web.qtpl:120 } else { //line app/vmalert/web.qtpl:120 qw422016.N().S(` record: `) //line app/vmalert/web.qtpl:121 qw422016.E().S(r.Name) //line app/vmalert/web.qtpl:121 qw422016.N().S(` `) //line app/vmalert/web.qtpl:122 } //line app/vmalert/web.qtpl:122 qw422016.N().S(` | `) //line app/vmalert/web.qtpl:124 streamseriesFetchedWarn(qw422016, r) //line app/vmalert/web.qtpl:124 qw422016.N().S(` Details
`)
//line app/vmalert/web.qtpl:128
				qw422016.E().S(r.Query)
//line app/vmalert/web.qtpl:128
				qw422016.N().S(`
`) //line app/vmalert/web.qtpl:131 if len(r.Labels) > 0 { //line app/vmalert/web.qtpl:131 qw422016.N().S(` Labels:`) //line app/vmalert/web.qtpl:131 } //line app/vmalert/web.qtpl:131 qw422016.N().S(` `) //line app/vmalert/web.qtpl:132 for k, v := range r.Labels { //line app/vmalert/web.qtpl:132 qw422016.N().S(` `) //line app/vmalert/web.qtpl:133 qw422016.E().S(k) //line app/vmalert/web.qtpl:133 qw422016.N().S(`=`) //line app/vmalert/web.qtpl:133 qw422016.E().S(v) //line app/vmalert/web.qtpl:133 qw422016.N().S(` `) //line app/vmalert/web.qtpl:134 } //line app/vmalert/web.qtpl:134 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:136 if r.LastError != "" { //line app/vmalert/web.qtpl:136 qw422016.N().S(`
Error:
`) //line app/vmalert/web.qtpl:140 qw422016.E().S(r.LastError) //line app/vmalert/web.qtpl:140 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:143 } //line app/vmalert/web.qtpl:143 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:146 qw422016.N().D(r.LastSamples) //line app/vmalert/web.qtpl:146 qw422016.N().S(` `) //line app/vmalert/web.qtpl:147 qw422016.N().FPrec(time.Since(r.LastEvaluation).Seconds(), 3) //line app/vmalert/web.qtpl:147 qw422016.N().S(`s ago
`) //line app/vmalert/web.qtpl:153 } //line app/vmalert/web.qtpl:153 qw422016.N().S(` `) //line app/vmalert/web.qtpl:154 } else { //line app/vmalert/web.qtpl:154 qw422016.N().S(`

No groups...

`) //line app/vmalert/web.qtpl:158 } //line app/vmalert/web.qtpl:158 qw422016.N().S(` `) //line app/vmalert/web.qtpl:160 tpl.StreamFooter(qw422016, r) //line app/vmalert/web.qtpl:160 qw422016.N().S(` `) //line app/vmalert/web.qtpl:162 } //line app/vmalert/web.qtpl:162 func WriteListGroups(qq422016 qtio422016.Writer, r *http.Request, originGroups []APIGroup) { //line app/vmalert/web.qtpl:162 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:162 StreamListGroups(qw422016, r, originGroups) //line app/vmalert/web.qtpl:162 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:162 } //line app/vmalert/web.qtpl:162 func ListGroups(r *http.Request, originGroups []APIGroup) string { //line app/vmalert/web.qtpl:162 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:162 WriteListGroups(qb422016, r, originGroups) //line app/vmalert/web.qtpl:162 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:162 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:162 return qs422016 //line app/vmalert/web.qtpl:162 } //line app/vmalert/web.qtpl:165 func StreamListAlerts(qw422016 *qt422016.Writer, r *http.Request, groupAlerts []GroupAlerts) { //line app/vmalert/web.qtpl:165 qw422016.N().S(` `) //line app/vmalert/web.qtpl:166 prefix := utils.Prefix(r.URL.Path) //line app/vmalert/web.qtpl:166 qw422016.N().S(` `) //line app/vmalert/web.qtpl:167 tpl.StreamHeader(qw422016, r, navItems, "Alerts", configError()) //line app/vmalert/web.qtpl:167 qw422016.N().S(` `) //line app/vmalert/web.qtpl:168 if len(groupAlerts) > 0 { //line app/vmalert/web.qtpl:168 qw422016.N().S(` Collapse All Expand All `) //line app/vmalert/web.qtpl:171 for _, ga := range groupAlerts { //line app/vmalert/web.qtpl:171 qw422016.N().S(` `) //line app/vmalert/web.qtpl:172 g := ga.Group //line app/vmalert/web.qtpl:172 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:175 qw422016.E().S(g.Name) //line app/vmalert/web.qtpl:175 if g.Type != "prometheus" { //line app/vmalert/web.qtpl:175 qw422016.N().S(` (`) //line app/vmalert/web.qtpl:175 qw422016.E().S(g.Type) //line app/vmalert/web.qtpl:175 qw422016.N().S(`)`) //line app/vmalert/web.qtpl:175 } //line app/vmalert/web.qtpl:175 qw422016.N().S(` `) //line app/vmalert/web.qtpl:176 qw422016.N().D(len(ga.Alerts)) //line app/vmalert/web.qtpl:176 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:178 qw422016.E().S(g.File) //line app/vmalert/web.qtpl:178 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:181 var keys []string alertsByRule := make(map[string][]*APIAlert) for _, alert := range ga.Alerts { if len(alertsByRule[alert.RuleID]) < 1 { keys = append(keys, alert.RuleID) } alertsByRule[alert.RuleID] = append(alertsByRule[alert.RuleID], alert) } sort.Strings(keys) //line app/vmalert/web.qtpl:190 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:192 for _, ruleID := range keys { //line app/vmalert/web.qtpl:192 qw422016.N().S(` `) //line app/vmalert/web.qtpl:194 defaultAR := alertsByRule[ruleID][0] var labelKeys []string for k := range defaultAR.Labels { labelKeys = append(labelKeys, k) } sort.Strings(labelKeys) //line app/vmalert/web.qtpl:200 qw422016.N().S(`
alert: `) //line app/vmalert/web.qtpl:202 qw422016.E().S(defaultAR.Name) //line app/vmalert/web.qtpl:202 qw422016.N().S(` (`) //line app/vmalert/web.qtpl:202 qw422016.N().D(len(alertsByRule[ruleID])) //line app/vmalert/web.qtpl:202 qw422016.N().S(`) | Source
expr:
`)
//line app/vmalert/web.qtpl:205
				qw422016.E().S(defaultAR.Expression)
//line app/vmalert/web.qtpl:205
				qw422016.N().S(`
`) //line app/vmalert/web.qtpl:217 for _, ar := range alertsByRule[ruleID] { //line app/vmalert/web.qtpl:217 qw422016.N().S(` `) //line app/vmalert/web.qtpl:234 } //line app/vmalert/web.qtpl:234 qw422016.N().S(`
Labels State Active at Value Link
`) //line app/vmalert/web.qtpl:220 for _, k := range labelKeys { //line app/vmalert/web.qtpl:220 qw422016.N().S(` `) //line app/vmalert/web.qtpl:221 qw422016.E().S(k) //line app/vmalert/web.qtpl:221 qw422016.N().S(`=`) //line app/vmalert/web.qtpl:221 qw422016.E().S(ar.Labels[k]) //line app/vmalert/web.qtpl:221 qw422016.N().S(` `) //line app/vmalert/web.qtpl:222 } //line app/vmalert/web.qtpl:222 qw422016.N().S(` `) //line app/vmalert/web.qtpl:224 streambadgeState(qw422016, ar.State) //line app/vmalert/web.qtpl:224 qw422016.N().S(` `) //line app/vmalert/web.qtpl:226 qw422016.E().S(ar.ActiveAt.Format("2006-01-02T15:04:05Z07:00")) //line app/vmalert/web.qtpl:226 qw422016.N().S(` `) //line app/vmalert/web.qtpl:227 if ar.Restored { //line app/vmalert/web.qtpl:227 streambadgeRestored(qw422016) //line app/vmalert/web.qtpl:227 } //line app/vmalert/web.qtpl:227 qw422016.N().S(` `) //line app/vmalert/web.qtpl:229 qw422016.E().S(ar.Value) //line app/vmalert/web.qtpl:229 qw422016.N().S(` Details
`) //line app/vmalert/web.qtpl:237 } //line app/vmalert/web.qtpl:237 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:240 } //line app/vmalert/web.qtpl:240 qw422016.N().S(` `) //line app/vmalert/web.qtpl:242 } else { //line app/vmalert/web.qtpl:242 qw422016.N().S(`

No active alerts...

`) //line app/vmalert/web.qtpl:246 } //line app/vmalert/web.qtpl:246 qw422016.N().S(` `) //line app/vmalert/web.qtpl:248 tpl.StreamFooter(qw422016, r) //line app/vmalert/web.qtpl:248 qw422016.N().S(` `) //line app/vmalert/web.qtpl:250 } //line app/vmalert/web.qtpl:250 func WriteListAlerts(qq422016 qtio422016.Writer, r *http.Request, groupAlerts []GroupAlerts) { //line app/vmalert/web.qtpl:250 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:250 StreamListAlerts(qw422016, r, groupAlerts) //line app/vmalert/web.qtpl:250 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:250 } //line app/vmalert/web.qtpl:250 func ListAlerts(r *http.Request, groupAlerts []GroupAlerts) string { //line app/vmalert/web.qtpl:250 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:250 WriteListAlerts(qb422016, r, groupAlerts) //line app/vmalert/web.qtpl:250 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:250 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:250 return qs422016 //line app/vmalert/web.qtpl:250 } //line app/vmalert/web.qtpl:252 func StreamListTargets(qw422016 *qt422016.Writer, r *http.Request, targets map[notifier.TargetType][]notifier.Target) { //line app/vmalert/web.qtpl:252 qw422016.N().S(` `) //line app/vmalert/web.qtpl:253 tpl.StreamHeader(qw422016, r, navItems, "Notifiers", configError()) //line app/vmalert/web.qtpl:253 qw422016.N().S(` `) //line app/vmalert/web.qtpl:254 if len(targets) > 0 { //line app/vmalert/web.qtpl:254 qw422016.N().S(` Collapse All Expand All `) //line app/vmalert/web.qtpl:259 var keys []string for key := range targets { keys = append(keys, string(key)) } sort.Strings(keys) //line app/vmalert/web.qtpl:264 qw422016.N().S(` `) //line app/vmalert/web.qtpl:266 for i := range keys { //line app/vmalert/web.qtpl:266 qw422016.N().S(` `) //line app/vmalert/web.qtpl:267 typeK, ns := keys[i], targets[notifier.TargetType(keys[i])] count := len(ns) //line app/vmalert/web.qtpl:269 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:272 qw422016.E().S(typeK) //line app/vmalert/web.qtpl:272 qw422016.N().S(` (`) //line app/vmalert/web.qtpl:272 qw422016.N().D(count) //line app/vmalert/web.qtpl:272 qw422016.N().S(`)
`) //line app/vmalert/web.qtpl:283 for _, n := range ns { //line app/vmalert/web.qtpl:283 qw422016.N().S(` `) //line app/vmalert/web.qtpl:292 } //line app/vmalert/web.qtpl:292 qw422016.N().S(`
Labels Address
`) //line app/vmalert/web.qtpl:286 for _, l := range n.Labels.GetLabels() { //line app/vmalert/web.qtpl:286 qw422016.N().S(` `) //line app/vmalert/web.qtpl:287 qw422016.E().S(l.Name) //line app/vmalert/web.qtpl:287 qw422016.N().S(`=`) //line app/vmalert/web.qtpl:287 qw422016.E().S(l.Value) //line app/vmalert/web.qtpl:287 qw422016.N().S(` `) //line app/vmalert/web.qtpl:288 } //line app/vmalert/web.qtpl:288 qw422016.N().S(` `) //line app/vmalert/web.qtpl:290 qw422016.E().S(n.Notifier.Addr()) //line app/vmalert/web.qtpl:290 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:296 } //line app/vmalert/web.qtpl:296 qw422016.N().S(` `) //line app/vmalert/web.qtpl:298 } else { //line app/vmalert/web.qtpl:298 qw422016.N().S(`

No targets...

`) //line app/vmalert/web.qtpl:302 } //line app/vmalert/web.qtpl:302 qw422016.N().S(` `) //line app/vmalert/web.qtpl:304 tpl.StreamFooter(qw422016, r) //line app/vmalert/web.qtpl:304 qw422016.N().S(` `) //line app/vmalert/web.qtpl:306 } //line app/vmalert/web.qtpl:306 func WriteListTargets(qq422016 qtio422016.Writer, r *http.Request, targets map[notifier.TargetType][]notifier.Target) { //line app/vmalert/web.qtpl:306 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:306 StreamListTargets(qw422016, r, targets) //line app/vmalert/web.qtpl:306 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:306 } //line app/vmalert/web.qtpl:306 func ListTargets(r *http.Request, targets map[notifier.TargetType][]notifier.Target) string { //line app/vmalert/web.qtpl:306 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:306 WriteListTargets(qb422016, r, targets) //line app/vmalert/web.qtpl:306 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:306 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:306 return qs422016 //line app/vmalert/web.qtpl:306 } //line app/vmalert/web.qtpl:308 func StreamAlert(qw422016 *qt422016.Writer, r *http.Request, alert *APIAlert) { //line app/vmalert/web.qtpl:308 qw422016.N().S(` `) //line app/vmalert/web.qtpl:309 prefix := utils.Prefix(r.URL.Path) //line app/vmalert/web.qtpl:309 qw422016.N().S(` `) //line app/vmalert/web.qtpl:310 tpl.StreamHeader(qw422016, r, navItems, "", configError()) //line app/vmalert/web.qtpl:310 qw422016.N().S(` `) //line app/vmalert/web.qtpl:312 var labelKeys []string for k := range alert.Labels { labelKeys = append(labelKeys, k) } sort.Strings(labelKeys) var annotationKeys []string for k := range alert.Annotations { annotationKeys = append(annotationKeys, k) } sort.Strings(annotationKeys) //line app/vmalert/web.qtpl:323 qw422016.N().S(`
Alert: `) //line app/vmalert/web.qtpl:324 qw422016.E().S(alert.Name) //line app/vmalert/web.qtpl:324 qw422016.N().S(``) //line app/vmalert/web.qtpl:324 qw422016.E().S(alert.State) //line app/vmalert/web.qtpl:324 qw422016.N().S(`
Active at
`) //line app/vmalert/web.qtpl:331 qw422016.E().S(alert.ActiveAt.Format("2006-01-02T15:04:05Z07:00")) //line app/vmalert/web.qtpl:331 qw422016.N().S(`
Expr
`)
//line app/vmalert/web.qtpl:341
	qw422016.E().S(alert.Expression)
//line app/vmalert/web.qtpl:341
	qw422016.N().S(`
Labels
`) //line app/vmalert/web.qtpl:351 for _, k := range labelKeys { //line app/vmalert/web.qtpl:351 qw422016.N().S(` `) //line app/vmalert/web.qtpl:352 qw422016.E().S(k) //line app/vmalert/web.qtpl:352 qw422016.N().S(`=`) //line app/vmalert/web.qtpl:352 qw422016.E().S(alert.Labels[k]) //line app/vmalert/web.qtpl:352 qw422016.N().S(` `) //line app/vmalert/web.qtpl:353 } //line app/vmalert/web.qtpl:353 qw422016.N().S(`
Annotations
`) //line app/vmalert/web.qtpl:363 for _, k := range annotationKeys { //line app/vmalert/web.qtpl:363 qw422016.N().S(` `) //line app/vmalert/web.qtpl:364 qw422016.E().S(k) //line app/vmalert/web.qtpl:364 qw422016.N().S(`:

`) //line app/vmalert/web.qtpl:365 qw422016.E().S(alert.Annotations[k]) //line app/vmalert/web.qtpl:365 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:366 } //line app/vmalert/web.qtpl:366 qw422016.N().S(`
Group
Source link
`) //line app/vmalert/web.qtpl:390 tpl.StreamFooter(qw422016, r) //line app/vmalert/web.qtpl:390 qw422016.N().S(` `) //line app/vmalert/web.qtpl:392 } //line app/vmalert/web.qtpl:392 func WriteAlert(qq422016 qtio422016.Writer, r *http.Request, alert *APIAlert) { //line app/vmalert/web.qtpl:392 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:392 StreamAlert(qw422016, r, alert) //line app/vmalert/web.qtpl:392 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:392 } //line app/vmalert/web.qtpl:392 func Alert(r *http.Request, alert *APIAlert) string { //line app/vmalert/web.qtpl:392 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:392 WriteAlert(qb422016, r, alert) //line app/vmalert/web.qtpl:392 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:392 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:392 return qs422016 //line app/vmalert/web.qtpl:392 } //line app/vmalert/web.qtpl:395 func StreamRuleDetails(qw422016 *qt422016.Writer, r *http.Request, rule APIRule) { //line app/vmalert/web.qtpl:395 qw422016.N().S(` `) //line app/vmalert/web.qtpl:396 prefix := utils.Prefix(r.URL.Path) //line app/vmalert/web.qtpl:396 qw422016.N().S(` `) //line app/vmalert/web.qtpl:397 tpl.StreamHeader(qw422016, r, navItems, "", configError()) //line app/vmalert/web.qtpl:397 qw422016.N().S(` `) //line app/vmalert/web.qtpl:399 var labelKeys []string for k := range rule.Labels { labelKeys = append(labelKeys, k) } sort.Strings(labelKeys) var annotationKeys []string for k := range rule.Annotations { annotationKeys = append(annotationKeys, k) } sort.Strings(annotationKeys) var seriesFetchedEnabled bool var seriesFetchedWarning bool for _, u := range rule.Updates { if u.seriesFetched != nil { seriesFetchedEnabled = true if *u.seriesFetched == 0 && u.samples == 0 { seriesFetchedWarning = true } } } //line app/vmalert/web.qtpl:422 qw422016.N().S(`
Rule: `) //line app/vmalert/web.qtpl:423 qw422016.E().S(rule.Name) //line app/vmalert/web.qtpl:423 qw422016.N().S(``) //line app/vmalert/web.qtpl:423 qw422016.E().S(rule.Health) //line app/vmalert/web.qtpl:423 qw422016.N().S(`
Expr
`)
//line app/vmalert/web.qtpl:430
	qw422016.E().S(rule.Query)
//line app/vmalert/web.qtpl:430
	qw422016.N().S(`
`) //line app/vmalert/web.qtpl:434 if rule.Type == "alerting" { //line app/vmalert/web.qtpl:434 qw422016.N().S(`
For
`) //line app/vmalert/web.qtpl:441 qw422016.E().V(rule.Duration) //line app/vmalert/web.qtpl:441 qw422016.N().S(` seconds
`) //line app/vmalert/web.qtpl:445 } //line app/vmalert/web.qtpl:445 qw422016.N().S(`
Labels
`) //line app/vmalert/web.qtpl:452 for _, k := range labelKeys { //line app/vmalert/web.qtpl:452 qw422016.N().S(` `) //line app/vmalert/web.qtpl:453 qw422016.E().S(k) //line app/vmalert/web.qtpl:453 qw422016.N().S(`=`) //line app/vmalert/web.qtpl:453 qw422016.E().S(rule.Labels[k]) //line app/vmalert/web.qtpl:453 qw422016.N().S(` `) //line app/vmalert/web.qtpl:454 } //line app/vmalert/web.qtpl:454 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:458 if rule.Type == "alerting" { //line app/vmalert/web.qtpl:458 qw422016.N().S(`
Annotations
`) //line app/vmalert/web.qtpl:465 for _, k := range annotationKeys { //line app/vmalert/web.qtpl:465 qw422016.N().S(` `) //line app/vmalert/web.qtpl:466 qw422016.E().S(k) //line app/vmalert/web.qtpl:466 qw422016.N().S(`:

`) //line app/vmalert/web.qtpl:467 qw422016.E().S(rule.Annotations[k]) //line app/vmalert/web.qtpl:467 qw422016.N().S(`

`) //line app/vmalert/web.qtpl:468 } //line app/vmalert/web.qtpl:468 qw422016.N().S(`
Debug
`) //line app/vmalert/web.qtpl:478 qw422016.E().V(rule.Debug) //line app/vmalert/web.qtpl:478 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:482 } //line app/vmalert/web.qtpl:482 qw422016.N().S(`
Group

`) //line app/vmalert/web.qtpl:495 if seriesFetchedWarning { //line app/vmalert/web.qtpl:495 qw422016.N().S(` `) //line app/vmalert/web.qtpl:507 } //line app/vmalert/web.qtpl:507 qw422016.N().S(`
Last `) //line app/vmalert/web.qtpl:508 qw422016.N().D(len(rule.Updates)) //line app/vmalert/web.qtpl:508 qw422016.N().S(`/`) //line app/vmalert/web.qtpl:508 qw422016.N().D(rule.MaxUpdates) //line app/vmalert/web.qtpl:508 qw422016.N().S(` updates:
`) //line app/vmalert/web.qtpl:514 if seriesFetchedEnabled { //line app/vmalert/web.qtpl:514 qw422016.N().S(``) //line app/vmalert/web.qtpl:514 } //line app/vmalert/web.qtpl:514 qw422016.N().S(` `) //line app/vmalert/web.qtpl:522 for _, u := range rule.Updates { //line app/vmalert/web.qtpl:522 qw422016.N().S(` `) //line app/vmalert/web.qtpl:528 if seriesFetchedEnabled { //line app/vmalert/web.qtpl:528 qw422016.N().S(``) //line app/vmalert/web.qtpl:528 } //line app/vmalert/web.qtpl:528 qw422016.N().S(` `) //line app/vmalert/web.qtpl:536 if u.err != nil { //line app/vmalert/web.qtpl:536 qw422016.N().S(` `) //line app/vmalert/web.qtpl:542 } //line app/vmalert/web.qtpl:542 qw422016.N().S(` `) //line app/vmalert/web.qtpl:543 } //line app/vmalert/web.qtpl:543 qw422016.N().S(` `) //line app/vmalert/web.qtpl:545 tpl.StreamFooter(qw422016, r) //line app/vmalert/web.qtpl:545 qw422016.N().S(` `) //line app/vmalert/web.qtpl:546 } //line app/vmalert/web.qtpl:546 func WriteRuleDetails(qq422016 qtio422016.Writer, r *http.Request, rule APIRule) { //line app/vmalert/web.qtpl:546 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:546 StreamRuleDetails(qw422016, r, rule) //line app/vmalert/web.qtpl:546 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:546 } //line app/vmalert/web.qtpl:546 func RuleDetails(r *http.Request, rule APIRule) string { //line app/vmalert/web.qtpl:546 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:546 WriteRuleDetails(qb422016, r, rule) //line app/vmalert/web.qtpl:546 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:546 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:546 return qs422016 //line app/vmalert/web.qtpl:546 } //line app/vmalert/web.qtpl:550 func streambadgeState(qw422016 *qt422016.Writer, state string) { //line app/vmalert/web.qtpl:550 qw422016.N().S(` `) //line app/vmalert/web.qtpl:552 badgeClass := "bg-warning text-dark" if state == "firing" { badgeClass = "bg-danger" } //line app/vmalert/web.qtpl:556 qw422016.N().S(` `) //line app/vmalert/web.qtpl:557 qw422016.E().S(state) //line app/vmalert/web.qtpl:557 qw422016.N().S(` `) //line app/vmalert/web.qtpl:558 } //line app/vmalert/web.qtpl:558 func writebadgeState(qq422016 qtio422016.Writer, state string) { //line app/vmalert/web.qtpl:558 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:558 streambadgeState(qw422016, state) //line app/vmalert/web.qtpl:558 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:558 } //line app/vmalert/web.qtpl:558 func badgeState(state string) string { //line app/vmalert/web.qtpl:558 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:558 writebadgeState(qb422016, state) //line app/vmalert/web.qtpl:558 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:558 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:558 return qs422016 //line app/vmalert/web.qtpl:558 } //line app/vmalert/web.qtpl:560 func streambadgeRestored(qw422016 *qt422016.Writer) { //line app/vmalert/web.qtpl:560 qw422016.N().S(` restored `) //line app/vmalert/web.qtpl:562 } //line app/vmalert/web.qtpl:562 func writebadgeRestored(qq422016 qtio422016.Writer) { //line app/vmalert/web.qtpl:562 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:562 streambadgeRestored(qw422016) //line app/vmalert/web.qtpl:562 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:562 } //line app/vmalert/web.qtpl:562 func badgeRestored() string { //line app/vmalert/web.qtpl:562 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:562 writebadgeRestored(qb422016) //line app/vmalert/web.qtpl:562 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:562 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:562 return qs422016 //line app/vmalert/web.qtpl:562 } //line app/vmalert/web.qtpl:564 func streamseriesFetchedWarn(qw422016 *qt422016.Writer, r APIRule) { //line app/vmalert/web.qtpl:564 qw422016.N().S(` `) //line app/vmalert/web.qtpl:565 if isNoMatch(r) { //line app/vmalert/web.qtpl:565 qw422016.N().S(` `) //line app/vmalert/web.qtpl:574 } //line app/vmalert/web.qtpl:574 qw422016.N().S(` `) //line app/vmalert/web.qtpl:575 } //line app/vmalert/web.qtpl:575 func writeseriesFetchedWarn(qq422016 qtio422016.Writer, r APIRule) { //line app/vmalert/web.qtpl:575 qw422016 := qt422016.AcquireWriter(qq422016) //line app/vmalert/web.qtpl:575 streamseriesFetchedWarn(qw422016, r) //line app/vmalert/web.qtpl:575 qt422016.ReleaseWriter(qw422016) //line app/vmalert/web.qtpl:575 } //line app/vmalert/web.qtpl:575 func seriesFetchedWarn(r APIRule) string { //line app/vmalert/web.qtpl:575 qb422016 := qt422016.AcquireByteBuffer() //line app/vmalert/web.qtpl:575 writeseriesFetchedWarn(qb422016, r) //line app/vmalert/web.qtpl:575 qs422016 := string(qb422016.B) //line app/vmalert/web.qtpl:575 qt422016.ReleaseByteBuffer(qb422016) //line app/vmalert/web.qtpl:575 return qs422016 //line app/vmalert/web.qtpl:575 } //line app/vmalert/web.qtpl:578 func isNoMatch(r APIRule) bool { return r.LastSamples == 0 && r.LastSeriesFetched != nil && *r.LastSeriesFetched == 0 }
Updated at SamplesSeries fetchedDuration Executed at cURL
`) //line app/vmalert/web.qtpl:525 qw422016.E().S(u.time.Format(time.RFC3339)) //line app/vmalert/web.qtpl:525 qw422016.N().S(` `) //line app/vmalert/web.qtpl:527 qw422016.N().D(u.samples) //line app/vmalert/web.qtpl:527 qw422016.N().S(``) //line app/vmalert/web.qtpl:528 if u.seriesFetched != nil { //line app/vmalert/web.qtpl:528 qw422016.N().D(*u.seriesFetched) //line app/vmalert/web.qtpl:528 } //line app/vmalert/web.qtpl:528 qw422016.N().S(``) //line app/vmalert/web.qtpl:529 qw422016.N().FPrec(u.duration.Seconds(), 3) //line app/vmalert/web.qtpl:529 qw422016.N().S(`s `) //line app/vmalert/web.qtpl:530 qw422016.E().S(u.at.Format(time.RFC3339)) //line app/vmalert/web.qtpl:530 qw422016.N().S(`
`) //line app/vmalert/web.qtpl:539 qw422016.E().V(u.err) //line app/vmalert/web.qtpl:539 qw422016.N().S(`