-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
Host operating system: output of uname -a
Linux hostname 4.1.12-61.1.19.el7uek.x86_64 #2 SMP Fri Nov 18 17:00:09 PST 2016 x86_64 x86_64 x86_64 GNU/Linux
node_exporter version: output of node_exporter -version
node_exporter, version 0.13.0 (branch: master, revision: 006d1c7)
build user: root@75db7098576a
build date: 20161126-13:11:09
go version: go1.7.3
Are you running node_exporter in Docker?
No
What did you do that produced an error?
Sometimes node_exporter dies on RHEL7 and on systemctl status we see this:
[root@hostname ~]# systemctl status node_exporter
● node_exporter.service - Prometheus exporter for machine metrics, written in Go with pluggable metric collectors.
Loaded: loaded (/usr/lib/systemd/system/node_exporter.service; enabled; vendor preset: disabled)
Active: inactive (dead) since Sat 2017-05-27 04:54:39 EDT; 1 day 20h ago
Docs: https://prometheus.io
Main PID: 27203 (code=killed, signal=PIPE)
It seems to be somewhat related to this issue: moby/moby#7087 where when journald dies all go binaries to log to journald also die with SIGPIPE.
[root@hostname ~]# rpm -qa |grep systemd
systemd-219-30.0.1.el7_3.7.x86_64