This commit is contained in:
parent
e47a2b0145
commit
2670317bae
10 changed files with 16 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# README
|
||||
|
||||
system-helpers - Collection of helper systemd services, systemd timers and
|
||||
shell scripts for common configuration.
|
||||
shell scripts for common tasks.
|
||||
|
||||
It can help you out for small servers where you think a proper monitoring and
|
||||
alerting system like [Prometheus](https://prometheus.io) and
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# NAME
|
||||
system-helpers - Collection of helper systemd services, systemd timers and
|
||||
shell scripts for common configuration.
|
||||
shell scripts for common tasks.
|
||||
|
||||
# DESCRIPTION
|
||||
**system-helpers** collection provides the following helpers
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
DISK_SPACE_ALERT_MAIL_ADDRESS="alias@domain.tld"
|
||||
#DISK_SPACE_ALERT_THRESHOLD=99
|
||||
#DISK_SPACE_ALERT_MOUNTPOINTS=("/", "/home")
|
||||
DISK_SPACE_ALERT_THRESHOLD=99
|
||||
DISK_SPACE_ALERT_MOUNTPOINTS=("/", "/home")
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
#DOCKER_CHECK_LIST_FILE="/root/other/directory/prefix_docker_check.list"
|
||||
#DOCKER_CHECK_NOTIFY_LEVELS=("UNKNOWN" "WARNING" "CRITICAL")
|
||||
#DOCKER_CHECK_MAIL_ENABLED=true
|
||||
#DOCKER_CHECK_MAIL_ADDRESS="alias@domain.tld"
|
||||
DOCKER_CHECK_LIST_FILE="/root/other/directory/prefix_docker_check.list"
|
||||
DOCKER_CHECK_NOTIFY_LEVELS=("UNKNOWN" "WARNING" "CRITICAL")
|
||||
DOCKER_CHECK_MAIL_ENABLED=true
|
||||
DOCKER_CHECK_MAIL_ADDRESS="alias@domain.tld"
|
|
@ -1 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
DOCKER_COMPOSE_UPDATE_BASEDIR="/root/deployments"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
MEMORY_USAGE_ALERT_MAIL_ADDRESS="alias@domain.tld"
|
||||
#MEMORY_USAGE_ALERT_THRESHOLD=512
|
||||
MEMORY_USAGE_ALERT_THRESHOLD=512
|
4
usr/share/doc/system-helpers/notifier/.notifier.conf
Normal file
4
usr/share/doc/system-helpers/notifier/.notifier.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
NOTIFIER_MAIL_ADDRESS=test@domain.tld
|
||||
NOTIFIER_MAIL_ENABLED=true
|
||||
NOTIFIER_GOTIFY_ENABLED=true
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
SMARTCTL_TESTS_LONG_MAIL_ADDRESS="alias@domain.tld"
|
||||
#SMARTCTL_TESTS_LONG_DEVICES=(sda sdb)
|
||||
SMARTCTL_TESTS_LONG_DEVICES=(sda sdb)
|
|
@ -19,7 +19,7 @@
|
|||
.SH NAME
|
||||
.PP
|
||||
system-helpers - Collection of helper systemd services, systemd timers
|
||||
and shell scripts for common configuration.
|
||||
and shell scripts for common tasks.
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\f[B]system-helpers\f[R] collection provides the following helpers
|
||||
|
|
Loading…
Reference in a new issue