Files
karma/internal/mock/0.21.0/api/v2/silences
2020-06-19 14:03:11 +01:00

62 lines
1.7 KiB
Plaintext

[
{
"comment": "Silenced instance",
"createdBy": "john@example.com",
"endsAt": "2063-01-01T00:00:00.000Z",
"id": "65a786b3-4f9f-4152-b32d-43cbcec7c3bf",
"matchers": [
{
"isRegex": false,
"name": "instance",
"value": "web1"
}
],
"startsAt": "2020-06-19T12:12:49.727Z",
"status": {
"state": "active"
},
"updatedAt": "2020-06-19T12:12:49.727Z"
},
{
"comment": "Silenced Host_Down alerts in the dev cluster",
"createdBy": "john@example.com",
"endsAt": "2063-01-01T00:00:00.000Z",
"id": "b8e50246-5b97-45ac-b440-7dd5b7dcb2a8",
"matchers": [
{
"isRegex": false,
"name": "alertname",
"value": "Host_Down"
},
{
"isRegex": false,
"name": "cluster",
"value": "dev"
}
],
"startsAt": "2020-06-19T12:12:49.740Z",
"status": {
"state": "active"
},
"updatedAt": "2020-06-19T12:12:49.740Z"
},
{
"comment": "Silenced server7",
"createdBy": "john@example.com",
"endsAt": "2063-01-01T00:00:00.000Z",
"id": "383f8f76-722c-44f6-81b5-d5550059baaf",
"matchers": [
{
"isRegex": false,
"name": "instance",
"value": "server7"
}
],
"startsAt": "2020-06-19T12:12:49.745Z",
"status": {
"state": "active"
},
"updatedAt": "2020-06-19T12:12:49.745Z"
}
]