Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 768 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 768 Bytes

Simple-Status-Page

Simple Status Page for PHP Server Monitor.

Installation

Place the file status.php in the folder of the PHP Server Monitor installation. Copy the file codeToRegexp.php.sample in the same folder with the name codeToRegexp. Edit this file and add a php list of (random) code translated to regexp applied to your labels. then go to /status.php?code=mycode and you will see the public page for the list of server matching the regexp defined for the code mycode. If you plan to use it outside the installations folder, make sure to adjust the path of the config file.

Tested with PHP Server Monitor v3.6.0.