Skip to content

Commit 92b4fb8

Browse files
authored
Merge pull request #6 from jeremymaya/monitor
README.md updated
2 parents cf4d86a + 45bcca3 commit 92b4fb8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a repository created from Raspberry Pi OS. I will be using this reposito
88

99
## Monitoring Raspberry Pi OS
1010

11-
Proactive monitoring of the system is crucial for ensuring uptime. Critial system components will be monitored using the following scripts with ```cron```:
11+
Proactive monitoring of the system is crucial for ensuring uptime. Critial system components will be monitored using the following scripts with ```cron``` which is scheduled to run ```system_health_check.py``` every hour.
1212

1313
* ```emails.py```
1414
* ```system_health_check.py```
@@ -33,8 +33,9 @@ Disk usage is monitored using ```check_disk_usage``` method. If the available me
3333

3434
## Credits
3535

36-
* [Getting started with Git](https://projects.raspberrypi.org/en/projects/getting-started-with-git)
37-
* [How to Set and Get Environment Variables in Python](https://able.bio/rhett/how-to-set-and-get-environment-variables-in-python--274rgt5)
38-
* [Monitor the core temperature of your Raspberry Pi](https://medium.com/@kevalpatel2106/monitor-the-core-temperature-of-your-raspberry-pi-3ddfdf82989f)
39-
* [Extract decimal numbers from a string in Python](https://www.tutorialspoint.com/Extract-decimal-numbers-from-a-string-in-Python)
40-
* [Using Raspberry Pi and Python to Send Email Alerts](https://makersportal.com/blog/2017/9/23/using-raspberry-pi-and-python-to-send-email-alerts)
36+
* [Raspberry Pi Foundation - Getting started with Git](https://projects.raspberrypi.org/en/projects/getting-started-with-git)
37+
* [Able@rhett - How to Set and Get Environment Variables in Python](https://able.bio/rhett/how-to-set-and-get-environment-variables-in-python--274rgt5)
38+
* [Medium@kevalpatel2106 - Monitor the core temperature of your Raspberry Pi](https://medium.com/@kevalpatel2106/monitor-the-core-temperature-of-your-raspberry-pi-3ddfdf82989f)
39+
* [tutorialspoint - Extract decimal numbers from a string in Python](https://www.tutorialspoint.com/Extract-decimal-numbers-from-a-string-in-Python)
40+
* [Maker Portal - Using Raspberry Pi and Python to Send Email Alerts](https://makersportal.com/blog/2017/9/23/using-raspberry-pi-and-python-to-send-email-alerts)
41+
* [Admin's Choise - Crontab](https://www.adminschoice.com/crontab-quick-reference)

0 commit comments

Comments
 (0)