Skip to main content

No new status

Description

This alert fires when too few Whisperers are connected and sending their status to the server.

Default configuration

"noNewStatus": {
"active": true,
"minStatusPerMin": 5,
"delayWhenInactive": "PT5M",
"delayWhenActive": "PT1M"
}

Mail

Content

The mail contains the count of status received during the last period.

Sample

{
"endpoint": "https://...",
"name": "noNewStatus",
"status": "ACTIVE",
"since": "2023-03-26T13:30:25.969Z",
"newStatus": 0
}