我尝试使用Graphdat NodeJS模块来监控我的应用,但我遇到了问题。
我的服务器在Amazon EC2实例中运行,Ubuntu 12.10 x64。
当我启动节点应用程序时,它会打印
Graphdat Info: Graphdat (v0.4.6) is enabled
Graphdat Info: Will send to agent on /tmp/gd.agent.sock
但是只要我在浏览器中加载页面就会打印
Graphdat Error: gd.agent.sync: connection failed (/tmp/gd.agent.sock): { [Error: connect ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'connect' }
答案 0 :(得分:0)
找到它。用于安装记录器的脚本未成功安装且未运行。
curl -s -d '{"token":"api.xxxxxxxx"}' -H 'Content-Type: application/json' https://dashboard.graphdat.com/agent/install | sh