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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,21 @@ Proactive monitoring of the system is crucial for ensuring uptime. Critial syste
13
13
14
14
### Core Temperature
15
15
16
-
Core temperature of the Raspberry Pi is monitored using ```check_temperature``` method. If the core temperature rises above 80.0'C, the method sends an alsert email.
16
+
Core temperature is monitored using ```check_temperature``` method. If the core temperature rises above 80.0'C, the method sends an alert email.
17
+
18
+
### CPU Usage
19
+
20
+
CPU usage is monitored using ```check_cpu_usage``` method. If the CPU usage is over 80%, the method sends an alert email.
21
+
22
+
### Memory Usage
23
+
24
+
Memory usage is monitored using ```check_memoery_usage``` method. If the available memory is less than 500MB, the method sends an alert email.
25
+
26
+
### Disk Usage
27
+
28
+
Disk usage is monitored using ```check_disk_usage``` method. If the available memory is less than 20%, the method sends an alert email.
0 commit comments