gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

--admin option listed but invalid for fnord enterprise #79

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by gtaylor Tuesday Jan 28, 2014 at 04:44 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/175


$ java -jar fnordmetrics.jar --tcp 8922 --websocket 8080 --admin 8081
error: invalid option: --admin

usage: fnordmetric-server [options]                                            
  --http               <port>   start http server on this port                 
  --http-threads       <num>    number of http worker-threads (default: 4)     
  --websocket          <port>   start websocket server on this port            
  --websocket-threads  <num>    number of websocket worker-threads (default: 4)
  --admin              <port>   start http admin web interface on this port    
  -h, --help                    you're reading it...                           
  -d, --debug                   debug mode    
bf4 commented 10 years ago

Comment by fjorgemota Wednesday Feb 05, 2014 at 20:16 GMT


+1 here.

And, seems like the project is dead, for the inactivity in commits, new features and releases for +2 months, can anyone confirm, please?

bf4 commented 10 years ago

Comment by proffalken Thursday Feb 13, 2014 at 08:33 GMT


Same here - version 1.2.8

bf4 commented 10 years ago

Comment by toxin20 Monday Mar 24, 2014 at 16:48 GMT


Is this project still being maintained? Not being able to use the "--admin" option renders the whole thing pretty much useless.

bf4 commented 10 years ago

Comment by fjorgemota Monday Mar 24, 2014 at 17:00 GMT


@toxin20 Seems line..nope, its not maintained, go to Graphite+Grafana ftw.

bf4 commented 10 years ago

Comment by toxin20 Monday Mar 24, 2014 at 17:18 GMT


@fjorgemota thanks for the hint. do you have any good resources for configuring graphite? i have it installed on a VPS but the data i see in the graphite dashboard doesn't make much sense... has to be a configuration error.

bf4 commented 10 years ago

Comment by fjorgemota Monday Mar 24, 2014 at 17:24 GMT


@toxin20 Try verifying your configurations at storage-schemas.conf, and using statsd, always. =) (other good tips are available there: http://obfuscurity.com/Tags/Graphite)