-
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
The node-exporter stop with nothing message #1090
Comments
We are having the same issue. In our case we use systemd + journalctl and we can't see anything suspicious in the logs. Happened more than once, but only on one server, no specific time of the day, last time was four days ago. I suspect it is related to some other event occurring on the machine, but I cannot explain why one process would stop without notice while everything else keeps running. |
@pgier thanks, will try. Not sure when will be the next time it dies though. |
This is a really surprising. Do you know with which exit code it exited? |
Thank you for your reply. It's too busy in the past few day , so I can't find your reply. I can not find anything message in my node-exporter . But now it's working well,maybe it’s because our operations person add memory chips. but I still remember the server getting enough membery. at least morethan 1GB is free. anyway it is working well now .if I can find something I will tell you .Thank again |
Possibly a dup of #1008 |
@youjia0721 Do you know the exit code of the process? Maybe there is more in the log? |
For us, we ran it with the debug flag, it crashed again but no suspicious logs in any of the places. |
This had been happening to me for a while too. The latest being last night, so here's some output. Other useful information: In my case, Prometheus isn't contacting this particular Node Exporter directly, rather, it is being proxied by nginx. Nginx is terminating some TLS and providing basic auth for the exporter. I don't believe this has anything to do with the error, but thought it was worth mentioning. Version output
|
Interesting crash problem. Have you tried with an official binary, rather than the Debian one? The Debian build uses different vendored code to our official releases, which may introduce bugs. |
I have not tried official binaries, I could. However, it takes a random period of time for the issue to trigger. Between a week and a month seems to be the usual.
😬 sounds nasty. If it's believed that my issue is different to BigDuck's, I can delete my responses to avoid polluting this issue. |
@discordianfish Thanks for your response. I have been waiting for a "node-exporter stopped" issue in these days, but it didn't happen again. Now I'm trying to run exporter with "--log.level=debug", and if I find anyting new I will post it here... |
I got these warnings before the node-exporter crashed. |
@mambalex Does anything else gets logged? |
This comment has been minimized.
This comment has been minimized.
Please stop posting off-topic messages to issues. This issue is very old, and for obsolete versions. No conclusive evidence that there was a bug in the node_exporter. I am going to close this out. If there is new evidence for this, please open a new issue. |
A reminder: For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided. |
Host operating system: output of
uname -a
Linux k8s-node-1 4.18.10-1.el7.elrepo.x86_64 #1 SMP Wed Sep 26 16:20:39 EDT 2018 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of
node_exporter --version
build user: root@a67a9bc13a69
build date: 20180515-15:52:42
go version: go1.9.6
node_exporter command line flags
Are you running node_exporter in Docker?
no
What did you do that produced an error?
:9100/metrics cann't work and the process is gone
What did you expect to see?
I want to know where can I see the log or something about that why the node-exporter cann't work.
I use the command(./node-exporter --log.level="debug" >node_exporter.log 2>&1 &) to start my node-exporter,but I cann't find anything about it.
when I look up somthing about it from /var/log/message,I can not find anything message about 'killed process' which said about node-exporter
What did you see instead?
The process stoped
Thanks
The text was updated successfully, but these errors were encountered: