-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I have a two-part integration in mind, in order to avoid letting users run the tool themselves, but provide a central service within the openSenseMap platform.
This would solve a long requested feature (sensebox/openSenseMap-API#53)
-
add
healthcheckconfiguration to Box schema, so users can set their healthchecks within openSenseMap, only available with authentication. This config could be set up in the oSeM frontend. -
add a command
osem_notify watch all --db, which checks all boxes from the database using the protectedbox.healthchecksconfig. This requires a MongoDB driver. This could run centrally in a Docker container. -
(maybe): add a
osem_notify logincommand, so the central configuration could be used without admin access.osem_notify * allwould fetch all boxes of the logged in user.