monutil/config.py

8 lines
143 B
Python
Raw Normal View History

2024-06-25 19:11:07 +00:00
#!/usr/bin/python3
2024-06-27 17:25:59 +00:00
hostMonitoringPeriod = 5
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