-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Is It Down Alert | ||
# Is It Down Alert - Webpage Status Email Alerts | ||
|
||
Validates if webpages are online on a predefined interval. Sends email alerts from gmail account if a page is down. Quick and simple deployment using Docker container. | ||
|
||
## Table of Contents | ||
- [Is It Down Alert](#is-it-down-alert) | ||
- [Is It Down Alert - Webpage Status Email Alerts](#is-it-down-alert---webpage-status-email-alerts) | ||
- [Table of Contents](#table-of-contents) | ||
- [Features](#features) | ||
- [Requirements](#requirements) | ||
|
@@ -61,7 +61,7 @@ $ git clone https://github.com/tngaspar/isitdown-alert.git | |
``` | ||
|
||
2. Create `.env` file in project root folder with the following parameters: | ||
```toml | ||
``` | ||
SENDER_EMAIL=<Sender Gmail created = [email protected]> | ||
APP_PASSWORD=<App Password created for Gmail Account> | ||
RECEIVER_EMAIL=<Email that Receives Alerts = [email protected]> | ||
|