| ... | ... |
@@ -7,4 +7,8 @@ Versions: |
| 7 | 7 |
|
| 8 | 8 |
== 1.0.1 - 2024-11-28 == |
| 9 | 9 |
* Changed README.txt to README.md, CONTRIBUTORS.txt to Contributors.txt, LICENSE.txt to COPYING.txt. |
| 10 |
-* Added four images to show how email reports look. |
|
| 11 | 10 |
\ No newline at end of file |
| 11 |
+* Added four images to show how email reports look. |
|
| 12 |
+ |
|
| 13 |
+== 1.0.2 - 2024-11-28 == |
|
| 14 |
+* Added png logo. |
|
| 15 |
+* Fixed image display issues. |
|
| 12 | 16 |
\ No newline at end of file |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
<span style="display:block;height:15px!important"></span> |
| 2 |
-<p align="center"><img src="https://git.doublebastion.com/shas-probe/raw/develop/img/System_Health_and_Security_Probe_logo_simple.svg" alt="System Health and Security Probe" width="300px" height="187px"/></p> |
|
| 2 |
+<p align="center"><img src="https://git.doublebastion.com/shas-probe/raw/develop/img/System_Health_and_Security_Probe_logo_simple.png" alt="System Health and Security Probe" width="300px" height="187px"/></p> |
|
| 3 | 3 |
|
| 4 | 4 |
<span style="display:block;height:20px!important"></span> |
| 5 | 5 |
|
| ... | ... |
@@ -49,22 +49,22 @@ since the last run a new IP has been banned, the email report will be sent. |
| 49 | 49 |
|
| 50 | 50 |
<span style="display:block;height:20px!important"></span> |
| 51 | 51 |
|
| 52 |
-<p align="center">Extract from email report 1</p> |
|
| 52 |
+<p align="center">Sample email report</p> |
|
| 53 | 53 |
<span style="display:block;height:10px!important"></span> |
| 54 |
-<span style="display:block;margin:auto;width:412px;"></span> |
|
| 55 |
-<span style="display:block;height:40px!important"></span> |
|
| 56 |
-<p align="center">Extract from email report 2</p> |
|
| 54 |
+<span style="display:block;margin:auto;"></span> |
|
| 57 | 55 |
<span style="display:block;height:10px!important"></span> |
| 58 |
-<span style="display:block;margin:auto;width:412px;"></span> |
|
| 59 |
-<span style="display:block;height:40px!important"></span> |
|
| 60 |
-<p align="center">Extract from email report 3</p> |
|
| 56 |
+<p align="center"></p> |
|
| 61 | 57 |
<span style="display:block;height:10px!important"></span> |
| 62 |
-<span style="display:block;margin:auto;width:412px;"></span> |
|
| 63 |
-<span style="display:block;height:40px!important"></span> |
|
| 64 |
-<p align="center">Extract from email report 4</p> |
|
| 58 |
+<span style="display:block;margin:auto;"></span> |
|
| 59 |
+<span style="display:block;height:10px!important"></span> |
|
| 60 |
+<p align="center"></p> |
|
| 61 |
+<span style="display:block;height:10px!important"></span> |
|
| 62 |
+<span style="display:block;margin:auto;"></span> |
|
| 63 |
+<span style="display:block;height:10px!important"></span> |
|
| 64 |
+<p align="center"></p> |
|
| 65 |
+<span style="display:block;height:10px!important"></span> |
|
| 66 |
+<span style="display:block;margin:auto;"></span> |
|
| 65 | 67 |
<span style="display:block;height:10px!important"></span> |
| 66 |
-<span style="display:block;margin:auto;width:412px;"></span> |
|
| 67 |
-<span style="display:block;height:40px!important"></span> |
|
| 68 | 68 |
|
| 69 | 69 |
## Programming Languages |
| 70 | 70 |
<span style="display:block;height:10px!important"></span> |
| 73 | 73 |
old mode 100644 |
| 74 | 74 |
new mode 100755 |
| ... | ... |
@@ -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.1. Host: " . $nameofhost . ".<br><br> |
|
| 1336 |
+ <p>This is an automated message sent by System Health and Security Probe v. 1.0.2. 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 |