monutil/config.py

12 lines
306 B
Python

#!/usr/bin/python3
hostMonitoringPeriod = 5
urlMonitoringPeriod = 30
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 = ''