You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Uptime monitoring, incident management, and on-call scheduling platform. Monitor uptime status, track incidents, and review team member access controls.",
"setupInstructions": "1. Log in to Better Stack at https://betterstack.com\n2. Go to Settings > API tokens (https://betterstack.com/settings/global-api-tokens)\n3. Copy an existing Global API token or create a new one\n4. Paste the token below",
12
+
"credentialFields": [
13
+
{
14
+
"label": "API Token",
15
+
"type": "password",
16
+
"required": true,
17
+
"helpText": "Better Stack API token. Get it from Better Stack Dashboard > Settings > API tokens. You can use either a Global API token or an Uptime API token."
18
+
}
19
+
]
20
+
}
21
+
},
22
+
"capabilities": [
23
+
"checks"
24
+
],
25
+
"supportsMultipleConnections": false,
26
+
"syncSupported": false,
27
+
"checks": [
28
+
{
29
+
"slug": "better_stack_uptime_monitors",
30
+
"name": "Uptime Monitors",
31
+
"description": "Lists all uptime monitors and their current status. Monitors with 'down' status are flagged as findings.",
32
+
"defaultSeverity": "high",
33
+
"enabled": true
34
+
},
35
+
{
36
+
"slug": "better_stack_incident_response",
37
+
"name": "Incident Response",
38
+
"description": "Lists recent incidents and their resolution status. Unresolved incidents that have not been acknowledged are flagged.",
39
+
"defaultSeverity": "high",
40
+
"enabled": true
41
+
},
42
+
{
43
+
"slug": "better_stack_employee_access",
44
+
"name": "Employee Access",
45
+
"description": "Lists all team members with their roles and invitation status. Verifies employee access controls.",
0 commit comments