Skip to content

totaltrash/go-webalive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

First attempt at a Go application:

  • Call urls concurrently, getting the status code and ensuring the sites don't go to sleep (to be called from a cron job)
  • Using YAML for configuration (to store the urls)

Config:

urls:
    - http://someurl.com/example
    - http://anotherurl.com/another

Call with:

webalive --file=<path_to_yaml_config_file>

Future plans:

  • Postgres integration (to get the urls from database)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages