#!/usr/bin/python3 hostMonitoringPeriod = 5 urlMonitoringPeriod = 30 urls = ["https://www.bootlesshacker.com"] urlTimeout = 10 maxWorkers = 4