Re: Marvel not collecting system metrics

2014-02-18 Thread Jettro Coenradie
Can you check the time on the server, does it match the time of the browser that you use to go to marvel. Op vrijdag 14 februari 2014 21:20:27 UTC+1 schreef Hariharan Vadivelu: > > ES Version 1, single node > installed through plugin command. > > "No results There were no results because no indic

Re: Marvel not collecting system metrics

2014-02-18 Thread Binh Ly
Just curious, have you tried to restart your node and see if it made any difference? Also are there any errors in the log files that you can see? BTW Marvel requires ES 0.90.9 or higher. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsu

Re: Marvel not collecting system metrics

2014-02-14 Thread Hariharan Vadivelu
I tried to install Es version 1 + Marvel in my laptop and this time around I do see stats collected I still can't figure out why this is not working on my desktop that is running Redhat. On Friday, February 14, 2014 2:20:27 PM UTC-6, Hariharan Vadivelu wrote: > > ES Version 1, single node > in

Re: Marvel not collecting system metrics

2014-02-14 Thread Scott Likens
Tony, We appear to be getting the information back in the cgroup currently; so what's provided is fairly good. It would be better obviously to grab them from the cgroup and push it in; but that would be external to the container (unless you mounted the cgroups in the container) So for my case it

Re: Marvel not collecting system metrics

2014-02-14 Thread Binh Ly
Very cool Scott, thanks for the information! -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscr...@googlegroups.com. To view this discussion

Re: Marvel not collecting system metrics

2014-02-14 Thread Scott Likens
Hi, It looks like you depend on /etc/mtab or /etc/fstab. After adding some simple ways to re-create the files in the container the "fs" key was populated right. Unfortunately that Sigar page was not too helpful in this; so I'm glad I was able to fix it myself. I can't imagine I will be the firs

Re: Marvel not collecting system metrics

2014-02-14 Thread Binh Ly
It does indeed sound like some metrics are not available from your environment. Marvel/ES uses Sigar to collect these metrics (https://support.hyperic.com/display/SIGAR/Home). Each OS has different ways to provide (or not provide) these metrics. If you absolutely cannot get these metrics, you c

Re: Marvel not collecting system metrics

2014-02-14 Thread Scott Likens
Hi Binh, My Java image is built off of the Docker image ubuntu:latest (which I believe is 12.10) (https://index.docker.io/_/ubuntu/) https://github.com/damm/dockerfiles/blob/master/java/Dockerfile#L1 You are more than welcome to build the Docker image yourself from what I have provided and repro

Re: Marvel not collecting system metrics

2014-02-14 Thread Scott Likens
Hi Boaz, "fs": { "data": [ { "path": "/data/elasticsearch/shared/docker/nodes/0" } ], Does not appear to be. This field is populated when I run it without Docker; so is it expecting any particular file to exist like /etc/fstab or /etc/mtab?

Re: Marvel not collecting system metrics

2014-02-14 Thread Tony Su
On Friday, February 14, 2014 4:06:06 AM UTC-8, Binh Ly wrote: > > May I ask which OS you are running ES on? > IIRC Docker is a management tool for LXC. So, it does pique the thoughts... Where should marvel be pulling stats in an LXC deployment? It's not fully isolated like other virtualization

Re: Marvel not collecting system metrics

2014-02-14 Thread Boaz Leskes
Hi scott next to Binh's question can you check you have the following field in your nodes stats( GET _node/stats): fs.total.available_in_bytes ? On Friday, February 14, 2014 1:06:06 PM UTC+1, Binh Ly wrote: > > May I ask which OS you are running ES on? > -- You received this message because

Re: Marvel not collecting system metrics

2014-02-14 Thread Binh Ly
May I ask which OS you are running ES on? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscr...@googlegroups.com. To view this discussion on

Re: Marvel not collecting system metrics

2014-02-14 Thread Scott Likens
Hi, As I am using Docker Elasticsearch is not running during the build process. I have posted my Dockerfile below. https://github.com/damm/dockerfiles/blob/master/elasticsearch/Dockerfile#L7 FWIW my /_node/stats is correct and fully populated. Additionally I have looked over https://groups.goo

Re: Marvel not collecting system metrics

2014-02-14 Thread joergpra...@gmail.com
How did you install Marvel? You need to add Marvel plugin on every node and each node must be restarted. Also take care of the setting marvel.agent.exporter.es.hosts if you use other host/port than localhost:9200 Jörg -- You received this message because you are subscribed to the Google Groups

Re: Marvel not collecting system metrics

2014-02-13 Thread Scott Likens
I forgot to mention, the Dockerfiles I use to build my Elasticsearch are at github.com/damm/dockerfiles; feel free to review the java/ image for how I build java and elasticsearch/ for ES. Is it possible there's some external tools I need installed? Thanks! On Thu, Feb 13, 2014 at 6:57 PM, Scot