monutil/config.py

12 lines
397 B
Python

#!/usr/bin/python3
hostMonitoringPeriod = 1 # on posix systems, it is suggested this is a minimum of 5 unless forceNonPOSIXCPU is true
urlMonitoringPeriod = 10
urls = ["https://www.bootlesshacker.com"]
urlTimeout = 10
maxWorkers = 4
forceNonPOSIXCPU = False # this will force the custom cpu monintor to run instead if set to True
sqlServer = ''
sqlDatabase = ''
sqlUsername = ''
sqlPassword = ''