mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add alert when backup takes a long time
This commit is contained in:
parent
f318e42f8c
commit
f778bfb44e
4 changed files with 29 additions and 2 deletions
|
|
@ -6,6 +6,11 @@
|
|||
name: monit.service
|
||||
state: started
|
||||
enabled: True
|
||||
- name: Create fullBackup.sh
|
||||
copy:
|
||||
src: checkBackupStatus.sh
|
||||
dest: /usr/local/bin/checkBackupStatus.sh
|
||||
mode: 0700
|
||||
- name: Copy monit config
|
||||
template:
|
||||
src: monitrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue