Add external checks with uptime
This commit is contained in:
@@ -35,6 +35,20 @@ incidents:
|
||||
rotate_when: "W0"
|
||||
backup_count: 8
|
||||
|
||||
external_checks:
|
||||
enabled: true
|
||||
state_path: "/var/server-bot/external_checks.json"
|
||||
timeout_sec: 5
|
||||
interval_sec: 300
|
||||
services:
|
||||
- name: "example-site"
|
||||
type: "http"
|
||||
url: "https://example.com"
|
||||
- name: "example-ssh"
|
||||
type: "tcp"
|
||||
host: "example.com"
|
||||
port: 22
|
||||
|
||||
arcane:
|
||||
base_url: "http://localhost:3552"
|
||||
api_key: "arc_..."
|
||||
|
||||
Reference in New Issue
Block a user