kdev/pulsor

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

Web app health monitoring

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kdev/pulsor

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

This package is not auto-updated.

Last update: 2026-01-09 14:31:22 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" ] } }