Infrastructure change
Description
This alert fires when a change is detected in the cluster nodes.
The probe is checking hostnames captured by the monitoring.
Default configuration
"infraChange": {
"active": true,
"delayWhenInactive": "PT5M",
"delayWhenActive": "PT1M"
}
Mail
Content
The mail contains the list of previous nodes as well as new nodes.
Sample
{
"endpoint": "https://...",
"name": "infraChange",
"status": "ACTIVE",
"since": "2023-03-26T13:30:25.969Z",
"previousServers": [
{
"type": "applicative-node",
"server": "node1"
},
{
"type": "applicative-node",
"server": "node2"
},
{
"type": "es-node",
"server": "elasticsearch1"
}
],
"servers": [
{
"type": "applicative-node",
"server": "node1"
},
{
"type": "applicative-node",
"server": "node2"
}
]
}