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/6a116323-8b59-461a-d9cc-5536c25b8702%40hoffmann-christian.info.

