Merge remote-tracking branch 'refs/remotes/origin/master'
commit
60f88c6960
|
@ -31,7 +31,7 @@ applications:
|
|||
- instance: homeassistant.pyrocufflink.blue
|
||||
|
||||
- name: Nextcloud
|
||||
url: &url https://nextcloud.pyrocufflink.net/
|
||||
url: &url https://nextcloud.pyrocufflink.net/index.php
|
||||
icon:
|
||||
url: icons/nextcloud.png
|
||||
alerts:
|
||||
|
|
|
@ -55,4 +55,4 @@ patches:
|
|||
defaultMode: 0640
|
||||
images:
|
||||
- name: docker.io/fireflyiii/core
|
||||
newTag: version-6.1.22
|
||||
newTag: version-6.1.25
|
||||
|
|
|
@ -29,8 +29,9 @@ spec:
|
|||
ports:
|
||||
- port: 25
|
||||
- to:
|
||||
- ipBlock:
|
||||
cidr: 172.30.0.147/32
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: ingress-nginx
|
||||
ports:
|
||||
- port: 80
|
||||
- port: 443
|
||||
|
|
|
@ -47,6 +47,6 @@ images:
|
|||
- name: ghcr.io/paperless-ngx/paperless-ngx
|
||||
newTag: 2.13.5
|
||||
- name: docker.io/gotenberg/gotenberg
|
||||
newTag: 8.13.0
|
||||
newTag: 8.14.1
|
||||
- name: docker.io/apache/tika
|
||||
newTag: 3.0.0.0
|
||||
|
|
|
@ -225,32 +225,16 @@ groups:
|
|||
the issue as soon as possible.
|
||||
- alert: Last Backup Age
|
||||
expr: >-
|
||||
time() - restic_backup_timestamp > 604800
|
||||
time() - restic_backup_timestamp{
|
||||
client_hostname!="luma.pyrocufflink.blue",
|
||||
client_hostname!="toad.pyrocufflink.blue",
|
||||
}> 604800
|
||||
annotations:
|
||||
summary: A Restic client has not backed up recently
|
||||
description: >-
|
||||
Clients are scheduled to back up every day, but at least one has not
|
||||
been backed up in at least 7 days. Check the Restic configuration on
|
||||
that system to ensure backups are running properly.
|
||||
- alert: No File Changes
|
||||
expr: >-
|
||||
max_over_time(
|
||||
abs(
|
||||
delta(
|
||||
sum(restic_backup_size_total{
|
||||
client_hostname!="pxe0.pyrocufflink.blue",
|
||||
client_hostname!="web0.pyrocufflink.blue",
|
||||
})
|
||||
by (client_hostname, client_username)
|
||||
)
|
||||
)[7d]
|
||||
) == 0
|
||||
annotations:
|
||||
summary: The size of the Restic backup has not changed
|
||||
description: >-
|
||||
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
|
||||
is incorrect.
|
||||
|
||||
- name: Paperless-ngx
|
||||
rules:
|
||||
|
@ -273,11 +257,11 @@ groups:
|
|||
for details about the task failures.
|
||||
- alert: Paperless email task not running
|
||||
expr: >-
|
||||
absent(
|
||||
absent_over_time(
|
||||
flower_events_total{
|
||||
type="task-started",
|
||||
task="paperless_mail.tasks.process_mail_accounts"
|
||||
}
|
||||
}[12h]
|
||||
)
|
||||
annotations:
|
||||
summary: Paperless task to process mail accounts has not run recently
|
||||
|
|
|
@ -57,7 +57,7 @@ scrape_configs:
|
|||
- http://pyrocufflink.net/
|
||||
- http://ebonfire.com/
|
||||
- http://chmod777.sh/
|
||||
- https://nextcloud.pyrocufflink.net/
|
||||
- https://nextcloud.pyrocufflink.net/index.php
|
||||
- https://bitwarden.pyrocufflink.blue/
|
||||
- https://git.pyrocufflink.blue/
|
||||
- https://tabitha.biz/
|
||||
|
|
Loading…
Reference in New Issue