Open bf4 opened 10 years ago
Comment by tr0nic7 Wednesday Mar 20, 2013 at 21:18 GMT
same error here:
java -jar FnordMetric-Enterprise-v1.2.8.jar --tcp 8922 --websocket 8080 --admin 8081 error: invalid option: --admin
Comment by stopher Wednesday Apr 03, 2013 at 13:47 GMT
I would like to second this issue and note that the documentation seems wrong since we are told to specify tcp port, but the help only refers to http, websocket and admin listeners.
Comment by letronje Wednesday Apr 10, 2013 at 11:07 GMT
No mention of "--admin" in https://github.com/paulasmuth/fnordmetric/blob/master/fnordmetric-enterprise/src/FnordMetric.scala#L45-L78
Comment by lorddoig Sunday Jun 30, 2013 at 19:36 GMT
In fact looking through the source code it's obvious that Enterprise is still very much under development. Both the admin and HTTP servers aren't yet implemented (potentially among other things, I didn't go through it all) while both the TCP and UDP servers are, but are not documented in the startup commands. The issue here is that the both the readme and official docs give the impression it's ready to go into production.
Those who have ideas of using Enterprise in production would do well to wait.
Issue by sdmtr Saturday Mar 16, 2013 at 01:43 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/134
When attempting to run Fnordmetric Enterprise using the invocation supplied in the documentation, the result is an error stating that
--admin
isn't a valid option:I took a quick look at the code and it looks like there really isn't an
--admin
option, so I'm not sure why the documentation refers to it (and how we're meant to access the admin interface.)