Hi,

On 7/21/20 9:34 PM, Lakshman Savadamuthu wrote:
> 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)
Meanwhile, the latest version is 1.0.1, so updating might be worth a try
(although I don't know of any fixes specific to your issue).

> [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.
Hrm, this usually sounds like the process invoking node_exporter has not
recognized the exit properly yet. Is this from the start using systemd?
Can you share the unit file?

Or is this from a manual start? Could it be that you had backgrounded
the process using "&" or using Ctrl+Z? If so, try foregrounding it (fg)
so that the shell can properly handle the exit.

You can try to look at what this process was doing lastly by running
        cat /proc/53547/stack

But I suspect that it will not lead to anything useful.

I think this may just be a dead process table entry. If nothing helps,
you could reboot. In any case, this shouldn't prevent you from running
further tests (e.g. it should not block the listening port or anything).

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/9823e730-ac37-9979-cbfb-a9642291ea33%40hoffmann-christian.info.

Reply via email to