方式一"Project Name填写:cf-server-monitor,小写即可,可按自己需求设置"
如果Project Name填写为其他的,例如tz,安装时会出错:
▲ [WARNING] Failed to match Worker name. Your config file is using the Worker name "cf-server-monitor", but the CI system expected "tz". Overriding using the CI provided Worker name. Workers Builds connected builds will attempt to open a pull request to resolve this config name mismatch.
最新版fork,方式一,部署命令是:npx wrangler deploy --keep-vars,但是访问的时候出现:
{"error":"API_SECRET is required","code":400}
延时监控那里没有丢包监控吗?
@telnetnode #141 第一次需要设置环境变量API_SECRET
第三步:配置环境变量
在当前Workers & Pages页面,点击 Settings
在Variables and secrets找到API_SECRET,点右侧编辑,填写密码(建议使用随机数,不要包含特殊字符比如%),点Deploy保存部署,等待30秒左右部署完成
@flyfeel #142 目前还没有,准备加上
@flyfeel #142
已增加 欢迎测试,注意升级后需要后台点升级数据库,以及更新脚本
方式一"Project Name填写:cf-server-monitor,小写即可,可按自己需求设置"
如果Project Name填写为其他的,例如tz,安装时会出错:
▲ [WARNING] Failed to match Worker name. Your config file is using the Worker name "cf-server-monitor", but the CI system expected "tz". Overriding using the CI provided Worker name. Workers Builds connected builds will attempt to open a pull request to resolve this config name mismatch.
就是 Cloudflare 正在部署 Worker tz,但 Durable Object 绑定却到另一个名为 cf-server-monitor 的 Worker 中寻找 MetricsBroadcaster 类;该 Worker 不存在,所以失败。
@telnetnode #146
查了下,感谢反馈,是后面版本增加了Durable Object
这个script_name绑定了命名不能改了,只能用固定的这个
配色好看
用上,真香,可否添加自定义测试节点,4个测试节点不够用
@81-physics #149 4个够了吧,这个项目本身是以基础功能为主的,现在感觉越来越臃肿了。多节点的话,又得重新搞一遍数据库逻辑