-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-existing mountpoint issue in filesystem metrics with 0.15 release binaries #715
Comments
It looks like your build is a few commits past the 0.15.0 release. But looking at the changes between the two commits , I don't see anything that could be causing the problem. Since this is coming from the filesystem collector, could you attach a copy of |
Also, the textfile gatherer error is reported in #704. |
Roger about the #704. I've read the changes as well and didn't find a related change. As you can see
|
Are you running the node_exporter under a systemd unit? Can you share this? I'm wondering if there's some fakery going on in the cgroup namespace. Otherwise I have no idea how the node_exporter could produce that data. |
Ah, great call! That's it. I used the systemd unit from this repo: https://github.com/idealista/prometheus_server-role/blob/master/templates/prometheus.service.j2 |
There's no need for |
Host operating system: output of
uname -a
Linux vbox-4 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) x86_64 GNU/Linux
node_exporter version: output of
node_exporter --version
Issue version:
Working version:
node_exporter command line flags
Are you running node_exporter in Docker?
No.
What did you do that produced an error?
When I use the linux-amd64 binary downloaded on Github, non-existent mountpoints (/tmp and /var/tmp) appear in my filesystem metrics:
If I compile the binary on my workstation using
make
and run it on the server, it works fine:In addition, with my compiled binary, I get the following error:
The text was updated successfully, but these errors were encountered: