dev-master
9999999-devServer Services Status Checker
BSD-3-Clause
Server Services Status Checker
Server Services Status Checker, (*1)
Installing with git will pull latest development version, (*2)
git clone https://github.com/Maslosoft/Services.git
Or by composer to install stable version, (*3)
composer create-project maslosoft/services
Edit file services.json
. This file contans simple JSON structure containing
service names as keys and whether to check as values., (*4)
For example to check mysql
and amavis
this file should have following content:, (*5)
{ "amavis": true, "mysql": true }
Navigate to folder containing this project and start PHP server:, (*6)
php -S localhost:8080
Now navigate to http://localhost:8080 You should no see list of running
services according to services.json
config. The output format is also JSON
similar to configuration file. The values indicate whether the service is running., (*7)
Server Services Status Checker
BSD-3-Clause