forked from SockDrawer/SockSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
32 lines (32 loc) · 1.03 KB
/
config.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
{
"database": "servercooties.sql",
"pollDelay": 3,
"dataPeriod": 60,
"minimumEntries": 10,
"version": "0.2.0",
"message-bus": false,
"checks": [
"http://what.thedailywtf.com/",
"http://what.thedailywtf.com/latest.json",
"http://what.thedailywtf.com/t/2/last"
],
"scoreCode": {
"0": "OFFLINE",
"25": "BAD",
"50": "OK",
"75": "GOOD",
"95": "GREAT"
},
"status": {
"0": "The site seems to be very offline.",
"25": "The site seems to be offline.",
"50": "The site seems to be working, barely...",
"75": "The site seems to be working fine."
},
"flavor": {
"0": "Well, It's buggered. Looks like it's time to be productive or something",
"25": "Well, Looks like you're gonna have to fill out that TPS report after all.",
"50": "We've seen some blips recently. Nothing to get too alarmed at yet.",
"75": "The forums work, so if you can't post then TRWTF is user cooties."
}
}