pulibrary / figgy

Valkyrie-based digital repository backend.
Other
35 stars 4 forks source link

Add a monitor to ensure mounts exist and are accessible #6401

Open tpendragon opened 1 month ago

tpendragon commented 1 month ago

We had a mount go down.

Technical Notes

We can do Dir.glob("/mnt/hydra_sources/studio_new/*") to get it to error if it's broken.

Call it something like IngestMountCheck

Acceptance Criteria

Implementation Details

Write a new custom check for the health monitor page.

First Step

Go find another PR that makes a custom check, follow suit.