-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
71 lines (60 loc) · 1.59 KB
/
config.yml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
# Nectory Status Configuration
DebugMode: false
# Status Page
PageSettings:
Name: "Nectory Status"
Logo: "https://i.imgur.com/v9plHJe.png"
ThemeColor: "#11E3FE"
Description: "Nectory Status | Open source status page"
Port: 3000
updateInterval: 3m
# Services
# You can check the status of the following types:
# - website
# - ip
# - minecraft
# - tcp
# - udp
services:
- name: "Example Website"
url: "https://davidh.website"
webhookURL: "WEBHOOK_URL"
maintenance: false
type: "website"
tooltip: "The davidh.website check." # Leave blank to disable
- name: "Example Dedicated Server"
url: "8.8.8.8"
webhookURL: "WEBHOOK_URL"
maintenance: false
type: "ip"
tooltip: "Server Check." # Leave blank to disable
- name: "Example Minecraft Server"
url: "mc.hypixel.net"
webhookURL: "WEBHOOK_URL"
maintenance: false
type: "minecraft"
tooltip: "Hypixel Minecraft server." # Leave blank to disable
# Status Colors
StatusColors:
Online: "#4CAF50"
Offline: "#F44336"
PartialOffline: "#E67E22"
Maintenance: "#E67E22"
# Webhook Messages
WebhookMessages:
Online:
Title: "Status Update"
Description: |
- Service: ``{{serviceName}}``
- Status: ``Online``
**Downtime Details:**
- Went offline: <t:{{lastOfflineTimestamp}}:F>
- Back online: <t:{{currentTimestamp}}:F>
- Downtime duration: ``{{formattedDuration}}``
Offline:
Title: "Status Update"
Description: |
- Service: ``{{serviceName}}``
- Status: ``Offline``
**Details:**
- Went offline: <t:{{currentTimestamp}}:F>