mirror of
https://github.com/fosrl/olm.git
synced 2026-03-09 07:13:10 -05:00
Health file not available #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Skillkiller on GitHub (Oct 18, 2025).
Describe the Bug
Hello,
I tried to check the status of my client connection using the health file. The documentation states that the client creates a file when the connection is OK.
Docs: https://docs.pangolin.net/manage/clients/configure-client#param-olm-health-file
Archived version: https://web.archive.org/web/20251018231308/https://docs.pangolin.net/manage/clients/configure-client#param-olm-health-file
I first tried using the ENVs, but this file was not created as expected. I then tried the argument
--health-fileand received the following error message:It looks like this function is not implemented in the Olm client. The arguments and Envs should be removed from the documentation or the functionality should be added to the client. The documentation in its current state is misleading.
Environment
To Reproduce
./olm --health-file /tmp/olm-statusExpected Behavior
The file should be created and removed according to the documentation.