我正在尝试使用Shinken来监控我的Linux服务器。我通过这个链接安装了Graphite for Graphite:install graphite,然后我点击了链接:Enabling graphs on your shinken monitor。它运行得很好,但在我的Shinken仪表板上,它显示了一个空的图形图像,如下图所示。

我的错误到底在哪里?
发布于 2015-03-20 00:48:28
您可以验证您的ui-graphite.cfg文件:
/etc/shinken/modules/ui-graphite.cfg并像这样更改uri:
http://YOURSERVERNAME/ > http://<ip to graphite>:8080/这应该行得通。
https://stackoverflow.com/questions/28878738
复制相似问题