monutil/config.py

7 lines
115 B
Python
Raw Normal View History

2024-06-25 19:11:07 +00:00
#!/usr/bin/python3
monitoringPeriod = 30
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