1
0
Fork 0

v-m/alerts: Add alerts for Paperless-ngx

pull/32/head
Dustin 2024-10-17 07:18:23 -05:00
parent 78651eb5f8
commit e19e8f50ab
1 changed files with 12 additions and 0 deletions

View File

@ -165,3 +165,15 @@ groups:
The size of the Restic backup for a particular client has not changed The size of the Restic backup for a particular client has not changed
in at least 7 days. This may indicate that the backup configuration in at least 7 days. This may indicate that the backup configuration
is incorrect. is incorrect.
- name: Paperless-ngx
rules:
- alert: Celery tasks failed
expr: >-
flower_events_total{job="paperless-ngx", type="task-failed"} > 0
annotations:
summary: One or more Celery tasks have failed
description: >-
Failing Celery tasks may indicate a problem with the Paperless-ngx
deployment and can result in data loss. Check the Paperless-ngx logs
for details about the task failures.