Created
May 30, 2011 17:24
-
-
Save Stubbs/999180 to your computer and use it in GitHub Desktop.
Statsd error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildstats@buildstats-desktop:~/statsd$ node stats.js config.json | |
/home/buildstats/statsd/config.js:2 | |
"graphitePort": 2003, | |
^ | |
SyntaxError: Unexpected token : | |
at Module._compile (node.js:458:37) | |
at Module._loadScriptSync (node.js:469:10) | |
at Module.loadSync (node.js:338:12) | |
at loadModule (node.js:283:14) | |
at require (node.js:411:14) | |
at Object.<anonymous> (/home/buildstats/statsd/stats.js:4:14) | |
at Module._compile (node.js:462:23) | |
at Module._loadScriptSync (node.js:469:10) | |
at Module.loadSync (node.js:338:12) | |
at Object.runMain (node.js:522:24) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"graphitePort": 2003, | |
"graphiteHost": "localhost", | |
"port": 8125 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment