Updated config.py.sample
This commit is contained in:
parent
65e9d3b2ec
commit
39c5196349
1 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
hostMonitoringPeriod = 1
|
||||
urlMonitoringPeriod = 120
|
||||
urls = ["https://one.one.one.one"]
|
||||
urls = ['https://one.one.one.one']
|
||||
urlTimeout = 10
|
||||
maxWorkers = 4
|
||||
forceNonPOSIXCPU = True
|
||||
|
@ -21,8 +21,9 @@ rabbitmqcakey = ''
|
|||
rabbitmqRoutingKey = ''
|
||||
logRetentionDays = 90
|
||||
maximumSQLAttempts = 3
|
||||
hostMonitorStartTime = "00:00:00"
|
||||
hostMonitorEndTime = "23:59:59"
|
||||
urlMonitorStartTime = "00:00:00"
|
||||
urlMonitorEndTime = "23:59:59"
|
||||
hostMonitorStartTime = '00:00:00'
|
||||
hostMonitorEndTime = '23:59:59'
|
||||
urlMonitorStartTime = '00:00:00'
|
||||
urlMonitorEndTime = '23:59:59"'
|
||||
usePip = True
|
||||
ipinfoAPIToken = ''
|
||||
|
|
Loading…
Reference in a new issue