Check-Server-Status/README.md

44 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-11-17 12:07:46 +01:00
# Check Server Status
2023-11-17 12:33:09 +01:00
Simple PHP Script for checking if a server is online or not and add additional other Check like SSL / PROC / Disk / memory ...
2023-11-17 12:07:46 +01:00
2023-11-17 12:33:09 +01:00
Need php5.4 or+
2023-11-17 12:07:46 +01:00
## Installation
- Clone this repo in your web folder.
- Add your servers in web page !
### SSL check (Optional)
for checking SSL information on hostname need to run the script in console
- Need the script bash `./ssl-checks.sh`
- dependance needed: `apt-get install openssl`
Exemple:
```bash
cd /path/Check-Server-Status
ssl-checks.sh --host echosystem.fr --end > SSL.txt
```
## Update
- backup your servers.xml.
- In the root directory make : `git pull`
## Screenshot
2023-11-17 12:26:56 +01:00
![https://git.echosystem.fr/Erreur32/Check-Server-Status/raw/branch/main/screen/Screenshot%202023-11-17%20%20%20Server%20Status%20Port.png](https://git.echosystem.fr/Erreur32/Check-Server-Status/raw/branch/main/screen/Screenshot%202023-11-17%20%20%20Server%20Status%20Port.png)
2023-11-17 12:07:46 +01:00
2023-11-21 10:25:26 +01:00
## INFORMATION 🚨
2023-11-21 10:26:06 +01:00
This page is not secure ! you need absolutly put a login or place it in a safety place !
2023-11-17 12:07:46 +01:00
2023-11-17 12:52:52 +01:00
## Feel free to contact me to add more options.
2023-11-17 12:07:46 +01:00
2023-11-17 12:52:52 +01:00
#### Inspired by https://github.com/MTco/Check-Server-Status