2023-11-17 12:07:46 +01:00
|
|
|
# Check Server Status
|
|
|
|
|
|
|
|
PHP Script that check if a server is online or not.
|
|
|
|
|
|
|
|
Need php5.4
|
|
|
|
|
|
|
|
|
|
|
|
## 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:10:34 +01:00
|
|
|
![https://git.echosystem.fr/Erreur32/Check-Server-Status/raw/branch/main/screen/Screenshot%202023%20Server%20Status%20Port.png](https://git.echosystem.fr/Erreur32/Check-Server-Status/raw/branch/main/screen/Screenshot%202023%20Server%20Status%20Port.png)
|
2023-11-17 12:07:46 +01:00
|
|
|
|
|
|
|
|
|
|
|
## Feel free to contact me
|
|
|
|
|
|
|
|
|
|
|
|
#### Fork of https://github.com/MTco/Check-Server-Status
|