-
Notifications
You must be signed in to change notification settings - Fork 4
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
404 Error #46
Comments
the server_url is the address of the backend system that controlls the collectors. But the address should be "https://worldping-api.raintank.io" |
Much appreciate the reply. |
I am getting [2016-04-30 02:28:50.255] [INFO] PID:7914 - connected to socket.io server ######################################################## |
Hi,
Thanks for this initiative.
I am configuring a private probe on fedora 22, Grafana 3.0. My config.json is as follows
{
"collector": {
"name": "customName"
},
"numCPUs": 1,
"serverUrl": "https://app.raintank.io",
"apiKey": "<my_key>",
"probeServerPort": 8284,
"logLevel": "ALL"
}
I get the following error
[2016-04-30 00:30:16.605] [ERROR] PID:7933 - serviceManager connection error. { [Error: websocket error]
description:
{ [Error: unexpected server response (404)]
target:
{ domain: null,
_events: [Object],
_maxListeners: 10,
_socket: null,
_ultron: null,
_closeReceived: false,
bytesReceived: 0,
readyState: 0,
supports: [Object],
extensions: {},
_isServer: false,
url: 'wss://app.raintank.io/socket.io/?apiKey=eyJrIjoiM2N0MlA1U2NrTnNKbEZ2ekFXM1pMVkVERWVkMnFmZXUiLCJuIjoiYWRtaW5FZGl0S2V5IiwiaWQiOjJ9&name=monitor.alkira.com&version=0.1.4&EIO=3&transport=websocket',
protocolVersion: 13,
binaryType: 'buffer' } } }
Error: websocket error
at WS.Transport.onError (/opt/raintank-collector/node_modules/socket.io-client/node_modules/engine.io-client/lib/transport.js:62:13)
at WebSocket.ws.onerror (/opt/raintank-collector/node_modules/socket.io-client/node_modules/engine.io-client/lib/transports/websocket.js:135:10)
at WebSocket.onError (/opt/raintank-collector/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/lib/WebSocket.js:428:14)
at WebSocket.emit (events.js:95:17)
at ClientRequest.response (/opt/raintank-collector/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/lib/WebSocket.js:696:12)
at ClientRequest.g (events.js:180:16)
at ClientRequest.emit (events.js:95:17)
at HTTPParser.parserOnIncomingClient as onIncoming
at HTTPParser.parserOnHeadersComplete as onHeadersComplete
at CleartextStream.socketOnData as ondata
What am I doing wrong?
Whats the meaning of "serverUrl" in config.json?
Is there a simpler way of installing on fedora 22 using yum as there is on ubuntu using apt?
Many thanks for your help
The text was updated successfully, but these errors were encountered: