Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Kibana PID file mismatch #1

Open
pcbaldwin opened this issue Jan 26, 2017 · 2 comments
Open

Kibana PID file mismatch #1

pcbaldwin opened this issue Jan 26, 2017 · 2 comments

Comments

@pcbaldwin
Copy link
Contributor

Kibana PID file (/var/run/kibana.pid) often contains an old PID number. The ClearOS API does not like this situation and considers the process dead or stopped. As a final check, ClearOS also checks for the process name. Unfortunately, Kibana only has generic process names -- here's the "ps" output:

/opt/kibana/bin/../node/bin/node /opt/kibana/bin/../src/cli

The ClearOS API will be updated to handle this situation, but the /var/run/kibana.pid file should reflect what's running on the system.

pcbaldwin added a commit that referenced this issue Jan 26, 2017
Due to issue #1, we have removed PID file support in the daemon
configlet.  In addition, the process name has been changed to
correctly identify the Kibana process.

#1
@marclaporte
Copy link
Member

marclaporte commented Oct 20, 2017

Are we still looking to make a change upstream?

Thanks!

@pcbaldwin
Copy link
Contributor Author

Maybe. We can review the issue on the next upgrade cycle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants