kdev/pulsor

There is no license information available for the latest version (dev-main) of this package.

Web app health monitoring

dev-main 2022-04-20 23:11 UTC

This package is not auto-updated.

Last update: 2025-07-11 12:23:57 UTC


README

Web app health monitoring

use

Create file pulsor.json in $_SERVER['DOCUMENT_ROOT']

contents:

{ "app" : { "url" : "https://example.com", "checkpoints" : [ "class_of_header_element", "class_of_content_element", "class_of_footer_element" ] } }