kdev/pulsor

本包最新版本(dev-main)没有可用的许可证信息。

Web应用健康监控

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

This package is not auto-updated.

Last update: 2024-09-20 08:48:19 UTC


README

Web应用健康监控

使用

在 $_SERVER['DOCUMENT_ROOT'] 创建名为 pulsor.json 的文件

内容

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