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

grafana 添加 falcon源,报 bad gateway #13

Open
Liuyanglong opened this issue May 31, 2017 · 1 comment
Open

grafana 添加 falcon源,报 bad gateway #13

Liuyanglong opened this issue May 31, 2017 · 1 comment

Comments

@Liuyanglong
Copy link

Liuyanglong commented May 31, 2017

根据https://book.open-falcon.org/zh/dev/support_grafana.html 配置 grafana 的open-falcon源,报bad gateway。

query : 1.4.3
配置:

{
"debug": "false",
"http": {
"enabled": true,
"listen": "0.0.0.0:9966"
},
"graph": {
"connTimeout": 10000,
"callTimeout": 50000,
"maxConns": 32,
"maxIdle": 32,
"replicas": 500,
"cluster": {
"node-00": "172.16.5.44:6070"
}
},
"api": {
"query": "http://0.0.0.0:9966",
"dashboard": "http://0.0.0.0:8081",
"max": 500
}
}

grafana 的plugin配置参照官网:https://grafana.com/plugins/fastweb-openfalcon-datasource

错误信息截图:
qq 20170531184009

@laiwei
Copy link
Contributor

laiwei commented May 31, 2017

升级到0.2,配合这个来使用吧 https://github.com/open-falcon/grafana-openfalcon-datasource

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

2 participants