if there are more than 10 errors in a 15min window sends email to alert someone
17 lines
179 B
Plaintext
17 lines
179 B
Plaintext
meta {
|
|
name: Error logging
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: {{urlv2}}/api/notify/materialperday
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|