Skip to content

Commit 3e6168b

Browse files
authored
Add Velero service check (#19946)
1 parent 4cf6c87 commit 3e6168b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

velero/assets/service_checks.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
[]
1+
[
2+
{
3+
"agent_version": "7.65.0",
4+
"integration": "Velero",
5+
"check": "velero.openmetrics.health",
6+
"statuses": [
7+
"ok",
8+
"critical"
9+
],
10+
"groups": [
11+
"host",
12+
"endpoint"
13+
],
14+
"name": "Velero OpenMetrics endpoint health",
15+
"description": "Returns `CRITICAL` if the Agent is unable to connect to the Velero OpenMetrics endpoint, otherwise returns `OK`."
16+
}
17+
]

0 commit comments

Comments
 (0)