Thanks for the reply Christian. Looks like the node_exporter is in defunct state, i can't even stop the process now.
Here is the version: [root@mesosagent13 ~]# /usr/local/bin/node_exporter --version node_exporter, version 0.17.0 (branch: master, revision: 36e3b2a923e551830b583ecd43c8f9a9726576cf) [root@mesosagent13 ~]# ps -aef | grep node_exporter root 8600 61971 0 12:31 pts/0 00:00:00 grep --color=auto *node_exporter* prometh+ 53547 1 20 Jun22 ? 6-02:57:16 [*node_exporter*] <defunct> [root@mesosagent13 ~]# Tried killing the process also using pkill -f option, that also didnt help. Pls let me know if any other option to try it out. Thanks On Tuesday, July 21, 2020 at 12:10:18 PM UTC-7, Christian Hoffmann wrote: > > Hi, > > > On 7/21/20 8:58 PM, Lakshman Savadamuthu wrote: > [...] > > Jul 21 11:51:21 mesosagent13.xstackstage1.infosight.nimblestorage.com > > node_exporter[35895]: time="2020-07-21T11:51:21-07:00" level=info msg=" > > - diskstats" source="node_exporter.go:104" > > > > Jul 21 11:51:21 mesosagent13.xstackstage1.infosight.nimblestorage.com > > systemd[1]: *node_exporter.service: main process exited, code=exited, > > status=1/FAILURE* > Looks like node_exporter is exiting directly after starting, right? > > Have you tried running node_exporter without systemd? You can also try > setting --log.level=debug so that we can have some more hints about the > possible issue. > > I suspect a failure in an early startup stage (parameter parsing, path > validation), but I would have expected an explicit log message about this. > > If this issue is also reproducible when starting without systemd and the > debug log level does not lead to anything, I would try running it with > strace. > > If this is a systemd-only issue, try verifying users/permissions and > maybe share your unit file. > > What version of node_exporter is this? > > Kind regards, > Christian > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/22c14c0b-3cd8-42c2-8a84-93099fedb5c2o%40googlegroups.com.

