aboutsummaryrefslogtreecommitdiff
path: root/sample-config.yml
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-06-09 17:55:50 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-06-09 17:55:50 -0400
commit1d1f6d4fd023e0f9b9851aff259a0b9f022ed13f (patch)
tree068b2bc821ca76cf2fbb371e57e28279d547347a /sample-config.yml
parent6ec85b96ad4fee6ec1767f6b78f92a38ce658a06 (diff)
downloadcheckup-1d1f6d4fd023e0f9b9851aff259a0b9f022ed13f.tar.gz
checkup-1d1f6d4fd023e0f9b9851aff259a0b9f022ed13f.tar.xz
Add a nag option ( RenotifyInterval )
Diffstat (limited to 'sample-config.yml')
-rw-r--r--sample-config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sample-config.yml b/sample-config.yml
index 0447a3e..cf5421c 100644
--- a/sample-config.yml
+++ b/sample-config.yml
@@ -2,6 +2,10 @@
RocketChatURL: changeme
DiscordURL: changeme
+Interval: 1
+# How often do we ping again if there's an error and no change in status?
+RenotifyInterval: 900
+
# How many concurrent requests do we run?
Workers: 10