Closed gunhu closed 4 years ago
This should be fixed in https://github.com/gen2brain/keepalived_exporter/commit/3b13ebe40de588e107d972ddfa9d314c9baf9462 . Hardcoding PID file location is not a good idea, especially if KA supports an option for that (-p
) so the user can change it.
On a brand new Debian GNU/Linux Buster node under certain circumstances.
I got the following error message:
After checking the relevant code is producing the error message:
I would like to submit a PR and fetch the PID directly from the keepalived pid file located under /var/run directory.
Is it a suitable fix for you?
Regards,