minor updates to example config
This commit is contained in:
@@ -11,10 +11,10 @@ STORAGE_MONITOR=("/")
|
|||||||
# must declare associated array explicitly
|
# must declare associated array explicitly
|
||||||
declare -A STORAGE_ALERT
|
declare -A STORAGE_ALERT
|
||||||
# storage in GiB
|
# storage in GiB
|
||||||
STORAGE_ALERT=(["/"]=5)
|
STORAGE_ALERT=(["/"]=10)
|
||||||
|
|
||||||
# used by cloudflare.sh, discord.sh
|
# used by cloudflare.sh, discord.sh
|
||||||
SERVER_DOMAIN=$(cat /etc/hostname)
|
SERVER_DOMAIN=$(hostname)
|
||||||
|
|
||||||
# used by cloudflare.sh
|
# used by cloudflare.sh
|
||||||
# default is to only update dns records which have the comment "managed by <SERVER-HOSTNAME>"
|
# default is to only update dns records which have the comment "managed by <SERVER-HOSTNAME>"
|
||||||
Reference in New Issue
Block a user