Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
1.3.1
-
None
-
ubuntu linux server version 10.10 32bit/64bit
Description
When i start the flume as the guide with command:
bin/flume-ng agent --conf-file example.conf --name a1 -Dflume.monitoring.type=http -Dflume.monitoring.port=34545
Then i wget http://xxx.xxx.xxx.xxx:34545/metrics, i got nothing, the server seems not listen on the port 34545.
netstat -anp|grep 34545 verified that.