Skip to content
New issue

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后台log报错 #92

Open
love01211 opened this issue Aug 27, 2019 · 0 comments
Open

安装采集器后数据发送成功,agent后台log报错 #92

love01211 opened this issue Aug 27, 2019 · 0 comments

Comments

@love01211
Copy link

预期行为

安装后启动,远程客户端可以接收到数据,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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant