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