monutil/config.py

17 lines
333 B
Python

#!/usr/bin/python3
# See README before changing any of these options.
hostMonitoringPeriod = 15
urlMonitoringPeriod = 60
urls = ["https://1.1.1.1"]
urlTimeout = 10
maxWorkers = 4
forceNonPOSIXCPU = True
loggingMode = ''
sqlServer = ''
sqlDatabase = ''
sqlUsername = ''
sqlPassword = ''
logRetentionDays = 90
maximumSQLAttempts = 3