-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuptimebot.conf
61 lines (46 loc) · 1.84 KB
/
uptimebot.conf
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
#############################################################################
# Version 1.1.0 (01-02-2023)
#############################################################################
#############################################################################
# GENERAL SETTINGS
#############################################################################
UPTIMEBOT_LOG='/var/log/uptimebot.log'
UPTIMEBOT_DATABASE='/usr/local/etc/uptimebot/targets.conf'
UPTIMEBOT_DELAY='0.5' # in amount of seconds
UPTIMEBOT_TLS_ALERT='7' # in amount of days
#############################################################################
# AUTOMATED TASKS
#############################################################################
# LOG will periodically monitors the targets and reports errors
# and notices to ${UPTIMEBOT_LOG}. TELEGRAM will do the same, but in
# addition also sends errors and notices to Telegram (if configured below).
# note that if both LOG and TELEGRAM are set to 'YES', TELEGRAM takes
# precedence. LOG and TELEGRAM can be 'YES' (enable) or 'NO' (disable)
PING_LOG='NO'
PING_TELEGRAM='NO'
PING_CRON='*/2 * * * *'
PORT_LOG='NO'
PORT_TELEGRAM='NO'
PORT_CRON='*/2 * * * *'
HTTP_LOG='NO'
HTTP_TELEGRAM='NO'
HTTP_CRON='*/2 * * * *'
DNS_LOG='NO'
DNS_TELEGRAM='NO'
DNS_CRON='0 * * * *'
TLS_LOG='NO'
TLS_TELEGRAM='NO'
TLS_CRON='0 4 * * *'
TOR_LOG='NO'
TOR_TELEGRAM='NO'
TOR_CRON='*/5 * * * *'
ALL_LOG='NO'
ALL_TELEGRAM='NO'
ALL_CRON='0 * * * *'
# use 'uptimebot --cron' to effectuate changes made here to the system.
#############################################################################
# TELEGRAM CONFIGURATION
#############################################################################
# set the variables below if you wish to use a telegram bot
TELEGRAM_TOKEN='telegram_token_here'
TELEGRAM_CHAT='telegram_id_here'