-
Notifications
You must be signed in to change notification settings - Fork 758
/
Copy pathservice_checks.json
58 lines (58 loc) · 1.82 KB
/
service_checks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"agent_version": "7.0.0",
"integration": "open_policy_agent",
"check": "open_policy_agent.prometheus.health",
"statuses": [
"ok",
"critical"
],
"groups": [
"endpoint"
],
"name": "open policy agent prometheus health",
"description": "Returns `CRITICAL` if the agent fails to connect to the Prometheus endpoint, otherwise `OK`."
},
{
"agent_version": "7.0.0",
"integration": "open_policy_agent",
"check": "open_policy_agent.health",
"statuses": [
"ok",
"warning",
"critical"
],
"groups": [
],
"name": "open policy agent health",
"description": "Returns `CRITICAL` if the agent fails to connect to the OPA health endpoint, `OK` if it returns 200, `WARNING` otherwise."
},
{
"agent_version": "7.0.0",
"integration": "open_policy_agent",
"check": "open_policy_agent.bundles_health",
"statuses": [
"ok",
"warning",
"critical"
],
"groups": [
],
"name": "open_policy_agent bundles health",
"description": "Returns `CRITICAL` if the agent fails to connect to the OPA bundles health endpoint, `OK` if it returns 200, `WARNING` otherwise."
},
{
"agent_version": "7.0.0",
"integration": "open_policy_agent",
"check": "open_policy_agent.plugins_health",
"statuses": [
"ok",
"warning",
"critical"
],
"groups": [
],
"name": "open_policy_agent plugins health",
"description": "Returns `CRITICAL` if the agent fails to connect to the OPA plugins health point, `OK` if it returns 200, `WARNING` otherwise."
}
]