| ... | ... |
@@ -17,4 +17,8 @@ Versions: |
| 17 | 17 |
* Solved image display issue. |
| 18 | 18 |
|
| 19 | 19 |
== 1.0.4 - 2024-11-28 == |
| 20 |
-* Changed sample images. |
|
| 21 | 20 |
\ No newline at end of file |
| 21 |
+* Changed sample images. |
|
| 22 |
+ |
|
| 23 |
+== 1.0.5 - 2024-11-28 == |
|
| 24 |
+* Added the fifth sample report image. |
|
| 25 |
+* Changed presentation text. |
|
| 22 | 26 |
\ No newline at end of file |
| ... | ... |
@@ -5,10 +5,9 @@ |
| 5 | 5 |
|
| 6 | 6 |
**System Health and Security Probe is a program that runs periodically to investigate general system health and security problems and to send report emails to admins.** |
| 7 | 7 |
|
| 8 |
-This program runs periodically and sends report emails to administrator(s) if it detects at least |
|
| 9 |
-one of the following problems: |
|
| 8 |
+This program sends report emails to administrators if it detects at least one of the following problems: |
|
| 10 | 9 |
|
| 11 |
-* One or more services running on the host server are in failed state. |
|
| 10 |
+* Any service running on the host server is in failed state. |
|
| 12 | 11 |
|
| 13 | 12 |
* The periodic ClamAV scan has detected any viruses in the mail directories or in the Nextcloud upload |
| 14 | 13 |
directories or the logs show recent virus detections in the incoming emails or in the files uploaded |
| ... | ... |
@@ -43,7 +42,7 @@ since the last run a new IP has been banned, the email report will be sent. |
| 43 | 42 |
|
| 44 | 43 |
<span style="display:block;height:20px!important"></span> |
| 45 | 44 |
|
| 46 |
-Sample email report |
|
| 45 |
+<span style="display:block;text-align:center;">Sample email report</span> |
|
| 47 | 46 |
<span style="display:block;height:10px!important"></span> |
| 48 | 47 |
 |
| 49 | 48 |
<span style="display:block;height:40px!important"></span> |
| ... | ... |
@@ -56,6 +55,9 @@ Sample email report |
| 56 | 55 |
<span style="display:block;height:10px!important"></span> |
| 57 | 56 |
 |
| 58 | 57 |
<span style="display:block;height:40px!important"></span> |
| 58 |
+<span style="display:block;height:10px!important"></span> |
|
| 59 |
+ |
|
| 60 |
+<span style="display:block;height:40px!important"></span> |
|
| 59 | 61 |
|
| 60 | 62 |
## Programming Languages |
| 61 | 63 |
<span style="display:block;height:10px!important"></span> |
| 64 | 66 |
old mode 100755 |
| 65 | 67 |
new mode 100644 |
| ... | ... |
@@ -1333,7 +1333,7 @@ if (file_exists(dirname(__FILE__) . '/shsp-config.php')) {
|
| 1333 | 1333 |
<div style='background-color:#f1f9ff;padding:4px 8px;'> |
| 1334 | 1334 |
<div style='display: block; margin: 6px auto; width: 229px; height: 170px;'><img src='cid:logo-". $separator ."'></div> |
| 1335 | 1335 |
<p>Hello,</p> |
| 1336 |
- <p>This is an automated message sent by System Health and Security Probe v. 1.0.4. Host: " . $nameofhost . ".<br><br> |
|
| 1336 |
+ <p>This is an automated message sent by System Health and Security Probe v. 1.0.5. Host: " . $nameofhost . ".<br><br> |
|
| 1337 | 1337 |
System Health and Security Probe runs regularly and investigates if any service running on the server is in failed state, if ClamAV |
| 1338 | 1338 |
antivirus has detected any virus in the incoming emails or in the files uploaded to Nextcloud, if any IP address has been banned due to repeated |
| 1339 | 1339 |
failed log in attempts against one of the applications monitored by Fail2ban, if the free storage space on all partitions is under a certain |