Skip to content

Commit

Permalink
Updated information with renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
KudosAbhay authored Aug 9, 2017
1 parent 1f624cb commit 62c93f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ifttt-webhook-Disk-Usage-Analyzer
# ifttt-webhook-Disk-Usage-Notifier
An IFTTT-Webhook for receiving email automatically if your Disk Usage exceeds 90% in Ubuntu

# Steps to create and use this python code:
1. Download the repo using ```git clone https://github.com/KudosAbhay/ifttt-webhook-Disk-Usage-Analyzer.git```
# Steps to use the Notifier:
1. Download the repo using ```git clone https://github.com/KudosAbhay/ifttt-Disk-Usage-Notifier.git```
2. Create an account on [IFTTT](https://ifttt.com/)
3. Read the [Documentation file](https://github.com/KudosAbhay/ifttt-Disk-Usage-Notifier/blob/master/Steps%20to%20make%20an%20ifttt-webhook%20to%20send%20email.txt) provided and create an IFTTT-Webhook
4. Note Down the IFTTT Trigger Name (Event Name)
Expand All @@ -15,8 +15,8 @@ An IFTTT-Webhook for receiving email automatically if your Disk Usage exceeds 90
# To keep this running automatically in background on Ubuntu:
1. Type ``` crontab -e ``` in console.
2. Provide the timing, location of python installed in your Ubuntu and location of this downloaded repo in crontab. Save it.
3. Type ``` chmod a+x Disk-Usage-Analyzer.py``` by going to the repo folder. This will make it executable.
4. Disk-Usage-Analyzer.py can now send an email automatically at that specified time which you mentioned in crontab if your Disk Usage exceeds more than 90%.
3. Type ``` chmod a+x Disk-Usage-Notifier.py``` by going to the repo folder. This will make it executable.
4. Disk-Usage-Notifier.py can now send an email automatically at that specified time which you mentioned in crontab if your Disk Usage exceeds more than 90%.



0 comments on commit 62c93f1

Please sign in to comment.