Skip to content

polymny/uptest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uptest

A small utility to send requests to servers and notify by email if an error occured.

Usage

./uptest.py

Configuration

You need to configure your mailer as well as the sites you want to check, in a config.py file. An example file is available:

mailer = {
    "username": "contact@example.com",
    "password": "mypassword",
    "host": "smtp.example.com",
    "port": "465",
    "dest": "contact@example.com",
}

urls = [
    "example.com",
    "example.com/toto",
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors