Go to file
Erreur32 79141b5326 Actualiser README.md 2023-11-21 10:26:06 +01:00
css First Update 2023-11-17 12:07:46 +01:00
gauge First Update 2023-11-17 12:07:46 +01:00
js First Update 2023-11-17 12:07:46 +01:00
screen Téléverser les fichiers vers "screen" 2023-11-17 12:21:52 +01:00
.gitignore First Update 2023-11-17 12:07:46 +01:00
Aide.txt First Update 2023-11-17 12:07:46 +01:00
LICENSE First Update 2023-11-17 12:07:46 +01:00
README.md Actualiser README.md 2023-11-21 10:26:06 +01:00
SSL.txt First Update 2023-11-17 12:07:46 +01:00
ServerMonitor.php First Update 2023-11-17 12:07:46 +01:00
api.php First Update 2023-11-17 12:07:46 +01:00
cpu.json.php First Update 2023-11-17 12:07:46 +01:00
darktheme.js First Update 2023-11-17 12:07:46 +01:00
disk.json.php First Update 2023-11-17 12:07:46 +01:00
favicon.png First Update 2023-11-17 12:07:46 +01:00
index.php CSS update 2023-11-17 12:20:26 +01:00
index.php_a_check First Update 2023-11-17 12:07:46 +01:00
memory.json.php First Update 2023-11-17 12:07:46 +01:00
servers.xml Actualiser servers.xml 2023-11-17 12:31:00 +01:00
ssl-checks.sh First Update 2023-11-17 12:07:46 +01:00
style.css First Update 2023-11-17 12:07:46 +01:00
system.php Add page system.php 2023-11-17 12:12:59 +01:00

README.md

Check Server Status

Simple PHP Script for checking if a server is online or not and add additional other Check like SSL / PROC / Disk / memory ...

Need php5.4 or+

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:

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

https://git.echosystem.fr/Erreur32/Check-Server-Status/raw/branch/main/screen/Screenshot%202023-11-17%20%20%20Server%20Status%20Port.png

INFORMATION 🚨

This page is not secure ! you need absolutly put a login or place it in a safety place !

Feel free to contact me to add more options.

Inspired by https://github.com/MTco/Check-Server-Status