nodeget探针部署在cf worker上能支持多少个node?(免费10万额度)

sudoerx 2026-06-09 18:48 1

上次问邮件通知 还不知道 https://www.nodeseek.com/post-735053-1

准备在cf worker上再搞一个

最新回复 (4)
  • huilang 06-10 00:21
    1

    https://www.nodeseek.com/post-763025-1 直接用这个吧

  • sudoerx 楼主 06-10 00:23
    2

    @huilang #1 正好已选这个 赞

  • sudoerx 楼主 06-10 00:33
    3

    @huilang #1

    遇到一个错误

    其他都没问题


    Jun 10 00:29:58 ip-172-26-13-28 systemd[1]: cf-probe.service: Scheduled restart job, restart counter is at 9.
    Jun 10 00:29:58 ip-172-26-13-28 systemd[1]: Stopped cf-probe.service - CF Server Monitor Probe Agent.
    Jun 10 00:29:58 ip-172-26-13-28 systemd[1]: Started cf-probe.service - CF Server Monitor Probe Agent.
    Jun 10 00:29:58 ip-172-26-13-28 cf-probe[2065606]: [INFO] CF-Server-Monitor Probe Engine Started Successfully.
    Jun 10 00:29:58 ip-172-26-13-28 cf-probe[2065606]: /usr/local/bin/cf-probe.sh: line 187: 3.62831e+09: syntax error: invalid arithmetic operator (error token is ">
    Jun 10 00:29:58 ip-172-26-13-28 systemd[1]: cf-probe.service: Main process exited, code=exited, status=1/FAILURE
    Jun 10 00:29:58 ip-172-26-13-28 systemd[1]: cf-probe.service: Failed with result 'exit-code'.
    Jun 10 00:30:03 ip-172-26-13-28 systemd[1]: cf-probe.service: Scheduled restart job, restart counter is at 10.
    Jun 10 00:30:03 ip-172-26-13-28 systemd[1]: Stopped cf-probe.service - CF Server Monitor Probe Agent.
    Jun 10 00:30:03 ip-172-26-13-28 systemd[1]: Started cf-probe.service - CF Server Monitor Probe Agent.
    Jun 10 00:30:03 ip-172-26-13-28 cf-probe[2065661]: [INFO] CF-Server-Monitor Probe Engine Started Successfully.
    Jun 10 00:30:03 ip-172-26-13-28 cf-probe[2065661]: /usr/local/bin/cf-probe.sh: line 187: 3.62831e+09: syntax error: invalid arithmetic operator (error token is ">
    Jun 10 00:30:03 ip-172-26-13-28 systemd[1]: cf-probe.service: Main process exited, code=exited, status=1/FAILURE
    Jun 10 00:30:03 ip-172-26-13-28 systemd[1]: cf-probe.service: Failed with result 'exit-code'.
    Jun 10 00:30:07 ip-172-26-13-28 systemd[1]: Stopped cf-probe.service - CF Server Monitor Probe Agent.
    Jun 10 00:30:07 ip-172-26-13-28 systemd[1]: Started cf-probe.service - CF Server Monitor Probe Agent.
    Jun 10 00:30:07 ip-172-26-13-28 cf-probe[2065790]: [INFO] CF-Server-Monitor Probe Engine Started Successfully.
    Jun 10 00:30:07 ip-172-26-13-28 cf-probe[2065790]: /usr/local/bin/cf-probe.sh: line 187: 3.62831e+09: syntax error: invalid arithmetic operator (error token is ">
    Jun 10 00:30:07 ip-172-26-13-28 systemd[1]: cf-probe.service: Main process exited, code=exited, status=1/FAILURE
    Jun 10 00:30:07 ip-172-26-13-28 systemd[1]: cf-probe.service: Failed with result 'exit-code'.
  • huilang 06-10 09:07
    4

    @sudoerx #3


    这个错误是因为 Bash 在算术运算中遇到了科学计数法(如 3.62831e+09),而 Bash 原生只支持整数算术运算。

    我改了个新版放在dev分支上了,麻烦有空的时候测试下 ,安装链接临时修改成 https://raw.githubusercontent.com/huilang-me/CF-Server-Monitor/refs/heads/dev/public/install.sh 试试 curl -sL https://raw.githubusercontent.com/huilang-me/CF-Server-Monitor/refs/heads/dev/public/install.sh | bash -s install 后续换成你的参数


    测试没问题,后续我合并到主分支

* 帖子来源NodeSeek
返回