mej / nhc

LBNL Node Health Check
Other
213 stars 78 forks source link

nhc: Add concurrency checking via PID file #140

Closed mej closed 10 months ago

mej commented 10 months ago

This changeset adds the use of a PID file to record the running NHC's process ID and to check if an existing NHC (of the same context) is already running. There are also several sanity checks to try and avoid misbehavior and/or race conditions.

Closes #40.