We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装后启动,远程客户端可以接收到数据,agent后台无报错
启动成功,远程客户端可以接受到数据,agent后台持续报错 两种报错:
1、gpu.go:31: Initialize error: could not load NVML library 2、transfer.go:62: call Transfer.Update fail: &{{10 1} <nil> 0.0.0.0:8433 1s} 0.0.0.0:8433 rpc call timeout
{ "debug": true, "hostname": "", "ip": "", "plugin": { "enabled": false, "dir": "./plugin", "git": "https://github.com/open-falcon/plugin.git", "logs": "./logs" }, "heartbeat": { "enabled": false, "addr": "192.168.113.135:8433", "interval": 60, "timeout": 1000 }, "transfer": { "enabled": true, "addrs": [ "0.0.0.0:8433" ], "interval": 60, "timeout": 1000 }, "http": { "enabled": true, "listen": ":1988", "backdoor": false }, "collector": { "ifacePrefix": ["eth", "em"], "mountPoint": [] }, "default_tags": { }, "ignore": { "cpu.busy": true, "df.bytes.free": true, "df.bytes.total": true, "df.bytes.used": true, "df.bytes.used.percent": true, "df.inodes.total": true, "df.inodes.free": true, "df.inodes.used": true, "df.inodes.used.percent": true, "mem.memtotal": true, "mem.memused": true, "mem.memused.percent": true, "mem.memfree": true, "mem.swaptotal": true, "mem.swapused": true, "mem.swapfree": true } }
操作系统版本:CentOS release 6.8 (Final) open-falcon版本:0.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
预期行为
安装后启动,远程客户端可以接收到数据,agent后台无报错
当前行为
启动成功,远程客户端可以接受到数据,agent后台持续报错
两种报错:
我的配置文件
我的环境
操作系统版本:CentOS release 6.8 (Final)
open-falcon版本:0.3
The text was updated successfully, but these errors were encountered: