From 2859955095020b07909b079d34be8a80e7f58ecd Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 2 Jul 2026 11:10:07 -0700 Subject: Backup --- example.tests.json | 357 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 example.tests.json (limited to 'example.tests.json') diff --git a/example.tests.json b/example.tests.json new file mode 100644 index 0000000..9bc0453 --- /dev/null +++ b/example.tests.json @@ -0,0 +1,357 @@ +{ + "result_publishers": [ + { + "type": "discord", + "at": "17 hours 30 minutes 0 seconds", + "post": { + "webhook": "https://discord.com/api/webhooks/1259255179161763852/V8X7V2pPbSvTv-iU2jVuT3HFANJS5dC5wJpe0IFFfDZhYa9s7a3C7N1cwGJW9zmHQ0zl", + "role_id": "1259291782760366080" + } + }, + { + "type": "ntfy", + "at": "17 hours 30 minutes 0 seconds", + "post": { + "webhook": "https://ntfy.simponic.hatecomputers.club/canary" + } + } + ], + "dns": ["10.155.0.1"], + "http_timeout": "10 seconds", + "tests": [ + { + "name": "internal simponic services", + "type": "healthcheck", + "job": { + "healthcheck_routes": [ + "https://vaultwarden.internal.simponic.xyz", + "https://roundcube.internal.simponic.xyz", + "https://jellyfin.internal.simponic.xyz", + "https://scurvy.internal.simponic.xyz", + "https://ntfy.internal.simponic.xyz", + "https://pihole.internal.simponic.xyz", + "https://ca.internal.simponic.xyz", + "https://owncloud.internal.simponic.xyz", + "https://drone.internal.simponic.xyz", + "https://backups.internal.simponic.xyz" + ] + }, + "schedule": { + "every": "30 seconds", + "jitter": "5 seconds" + } + }, + { + "name": "external simponic services", + "type": "healthcheck", + "job": { + "healthcheck_routes": [ + "https://git.simponic.xyz", + "https://simponic.xyz" + ] + }, + "schedule": { + "every": "30 seconds", + "jitter": "5 seconds" + } + }, + { + "name": "external mmt services", + "type": "healthcheck", + "job": { + "healthcheck_routes": [ + "https://mistymountainstherapy.com", + "https://auth.mistymountainstherapy.com", + "https://mail.mistymountainstherapy.com" + ] + }, + "schedule": { + "every": "30 seconds", + "jitter": "5 seconds" + } + }, + { + "name": "external hc services", + "type": "healthcheck", + "job": { + "healthcheck_routes": [ + "https://hatecomputers.club", + "https://git.hatecomputers.club", + "https://auth.hatecomputers.club", + "https://mail.hatecomputers.club" + ] + }, + "schedule": { + "every": "30 seconds", + "jitter": "5 seconds" + } + }, + { + "name": "external simponic services", + "type": "healthcheck", + "job": { + "healthcheck_routes": [ + "https://vaultwarden.internal.simponic.xyz", + "https://roundcube.internal.simponic.xyz", + "https://jellyfin.internal.simponic.xyz", + "https://scurvy.internal.simponic.xyz", + "https://ntfy.internal.simponic.xyz", + "https://pihole.internal.simponic.xyz", + "https://ca.internal.simponic.xyz", + "https://owncloud.internal.simponic.xyz", + "https://drone.internal.simponic.xyz", + "https://backups.internal.simponic.xyz" + ] + }, + "schedule": { + "every": "30 seconds", + "jitter": "5 seconds" + } + }, + { + "name": "internal dns lookups", + "type": "dns", + "job": { + "resolutions": { + "www.int.mistymountainstherapy.com.": "10.212.0.1", + "vaultwarden.internal.simponic.xyz.": "100.64.0.5" + } + }, + "schedule": { + "every": "30 seconds", + "jitter": "5 seconds" + } + }, + { + "name": "external dns lookup", + "type": "dns", + "job": { + "resolutions": { + "mail.simponic.xyz": "192.3.248.205" + }, + "servers": ["ryo.simponic.xyz", "nijika.simponic.xyz"] + } + }, + { + "name": "ping sys simponic", + "type": "ping", + "job": { + "hosts": [ + "raspberrypi.sys.internal.simponic.xyz", + "europa.sys.internal.simponic.xyz", + "johan.sys.internal.simponic.xyz", + "nijika.sys.internal.simponic.xyz", + "levi.sys.internal.simponic.xyz", + "ryo.sys.internal.simponic.xyz", + "mail.sys.simponic.xyz", + "borg.internal.simponic.xyz" + ] + }, + "schedule": { + "every": "45 seconds", + "jitter": "10 seconds" + } + }, + { + "name": "ping HCCLUB", + "type": "ping", + "job": { + "hosts": [ + "himmel.int.infra.hatecomputers.club", + "fern.int.infra.hatecomputers.club" + ] + }, + "schedule": { + "every": "45 seconds", + "jitter": "10 seconds" + } + }, + { + "name": "ping MMT", + "type": "ping", + "job": { + "hosts": [ + "www.int.mistymountainstherapy.com", + "mail.int.mistymountainstherapy.com", + "mistymountainstherapy.com" + ] + }, + "schedule": { + "every": "45 seconds", + "jitter": "10 seconds" + } + }, + { + "name": "email from hatecomputers to simponic", + "type": "email", + "job": { + "from": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.hatecomputers.club", + "send_port": 465 + }, + "to": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.simponic.xyz", + "read_port": 993 + } + }, + "schedule": { + "every": "30 minutes", + "jitter": "5 minutes" + } + }, + { + "name": "email from simponic to hatecomputers", + "type": "email", + "job": { + "from": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.simponic.xyz", + "send_port": 465 + }, + "to": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.hatecomputers.club", + "send_port": 993 + } + }, + "schedule": { + "every": "30 minutes", + "jitter": "5 minutes" + } + }, + { + "name": "email from hatecomputers to mistymountains", + "type": "email", + "job": { + "from": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.hatecomputers.club", + "send_port": 465 + }, + "to": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.mistymountainstherapy.com", + "read_port": 993 + } + }, + "schedule": { + "every": "30 minutes", + "jitter": "5 minutes" + } + }, + { + "name": "email from mistymountains to simponic", + "type": "email", + "job": { + "from": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.mistymountainstherapy.com", + "send_port": 465 + }, + "to": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.simponic.xyz", + "send_port": 993 + } + }, + "schedule": { + "every": "30 minutes", + "jitter": "5 minutes" + } + }, + { + "name": "email from simponic to simponic", + "type": "email", + "job": { + "from": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.simponic.xyz", + "send_port": 465 + }, + "to": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.simponic.xyz", + "read_port": 993 + } + }, + "schedule": { + "every": "30 minutes", + "jitter": "5 minutes" + } + }, + { + "name": "email from mistymountains to mistymountains", + "type": "email", + "job": { + "from": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.mistymountainstherapy.com", + "send_port": 465 + }, + "to": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.mistymountainstherapy.com", + "read_port": 993 + } + }, + "schedule": { + "every": "30 minutes", + "jitter": "5 minutes" + } + }, + { + "name": "email from hatecomputers to hatecomputers", + "type": "email", + "job": { + "from": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.hatecomputers.club", + "send_port": 465 + }, + "to": { + "email": "REDACTED", + "username": "REDACTED", + "password": "REDACTED", + "server": "mail.hatecomputers.club", + "read_port": 993 + }, + "readRetry": { + "retries": 5, + "interval": "10 seconds" + } + }, + "schedule": { + "every": "30 minutes", + "jitter": "5 minutes" + } + } + ] +} -- cgit v1.3