mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Adapt for Ubuntu and prepare for migration to Hetzner
This commit is contained in:
parent
38237337fc
commit
3090cc6818
26 changed files with 94 additions and 123 deletions
|
|
@ -14,6 +14,7 @@
|
|||
- name: Copy monit config
|
||||
template:
|
||||
src: monitrc
|
||||
dest: /etc/monitrc
|
||||
dest: /etc/monit/monitrc
|
||||
mode: 0600
|
||||
notify:
|
||||
- reload monit
|
||||
|
|
|
|||
|
|
@ -299,7 +299,7 @@ check filesystem root with path /
|
|||
## Check a network link status (up/down), link capacity changes, saturation
|
||||
## and bandwidth usage.
|
||||
#
|
||||
check network public with interface eno1
|
||||
check network public with interface enp4s0
|
||||
if failed link then alert
|
||||
# if changed link then alert
|
||||
# if saturation > 90% then alert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue