monutil/config.py

9 lines
331 B
Python
Raw Normal View History

2024-06-25 19:11:07 +00:00
#!/usr/bin/python3
hostMonitoringPeriod = 1 # on posix systems, it is suggested this is a minimum of 5 unless forceNonPOSIXCPU is true
urlMonitoringPeriod = 10
2024-06-26 18:40:26 +00:00
urls = ["https://www.bootlesshacker.com"]
2024-06-25 19:11:07 +00:00
urlTimeout = 10
2024-06-26 18:40:26 +00:00
maxWorkers = 4
forceNonPOSIXCPU = False # this will force the custom cpu monintor to run instead if set to True