You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
322 B

DOWNLOAD_ENDPOINT="https://example.com/api/push/DEADBEEF00?status=up&msg=OK&ping="
UPLOAD_ENDPOINT="https://example.com/api/push/BOOBA88888?status=up&msg=OK&ping="
PING_ENDPOINT="https://example.com/api/push/arbitrary1?status=up&msg=OK&ping="
DOWNLOAD_THRESHOLD=10
UPLOAD_THRESHOLD=10
PING_THRESHOLD=100
INTERVAL_SEC=3000