You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This is a repository created from Raspberry Pi OS. I will be using this reposito
8
8
9
9
## Monitoring Raspberry Pi OS
10
10
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.
12
12
13
13
*```emails.py```
14
14
*```system_health_check.py```
@@ -33,8 +33,9 @@ Disk usage is monitored using ```check_disk_usage``` method. If the available me
33
33
34
34
## Credits
35
35
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)
0 commit comments