We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there are no checks for raid health. This is a problem if we want to ensure data is not lost.
On a cron check for the health of the raids and if any are unhealthy we should notify the user and log the issue.
Example:
- raid: - uuid: AISDYIAYSIDYUA options: - notification: enabled: true - log: true - uuid: BISDASDSAJFYUA options: - notification: enabled: true - log: true
Notify may be "true", "false" or "email" etc. Parsed as string. True will use server default.
Additionally we should allow the user to call the raid check directly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Currently there are no checks for raid health. This is a problem if we want to ensure data is not lost.
Solution
On a cron check for the health of the raids and if any are unhealthy we should notify the user and log the issue.
Example:
Notify may be "true", "false" or "email" etc. Parsed as string. True will use server default.
Additionally we should allow the user to call the raid check directly.
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: