Skip to content

mmerickel/probe_internet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ pip install probe-internet

Usage

Define a profile.toml similar to:

[probe]
ip = "8.8.8.8"
port = 53

# how often to probe
interval = 5
timeout = 3

[twilio]
account_sid = "..."
auth_token = "..."
source_phone_number = "+1..."
target_phone_number = "+1..."

# how long must the connection be down before a message is sent
min_interval = 30

Run it:

$ probe-internet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages