2017 © Pedro Peláez
 

project services

Server Services Status Checker

image

maslosoft/services

Server Services Status Checker

  • Tuesday, July 17, 2018
  • by pmaselkowski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Services

Server Services Status Checker, (*1)

Installing

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

Configuring

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
}

Quick Start

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)

The Versions

17/07 2018

dev-master

9999999-dev

Server Services Status Checker

  Sources   Download

BSD-3-Clause

17/07 2018

1.0.0

1.0.0.0

Server Services Status Checker

  Sources   Download

BSD-3-Clause