Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tngaspar committed Aug 2, 2022
1 parent 84a5965 commit d01826f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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)
Expand Down Expand Up @@ -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]>
Expand Down

0 comments on commit d01826f

Please sign in to comment.