https://github.com/merumerutho/wtfdwgbo
A small script that repetitively pings a server to find out when it goes back online.
https://github.com/merumerutho/wtfdwgbo
Last synced: 8 months ago
JSON representation
A small script that repetitively pings a server to find out when it goes back online.
- Host: GitHub
- URL: https://github.com/merumerutho/wtfdwgbo
- Owner: merumerutho
- License: gpl-3.0
- Created: 2017-11-10T08:28:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T20:39:14.000Z (over 7 years ago)
- Last Synced: 2025-01-27T12:49:07.487Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WTFDWGBO (When The Fuck Does [Website] Go Back Online?)
A small script that repetitively pings a server in order to find out when it goes back online.
# How to use it
Just execute the script version you want with two parameters: the website you want to ping and the delay time in seconds between a ping and the other.
# Configuration of the email version
Open the email version of the script in a text editor and set up an email address and an email server so that when the server is online the program can alert you properly.
# Configuration of the notify version
You need the notify-send package installed for the notify version.