Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaweedbrainCY committed Jul 6, 2024
1 parent 3d2a229 commit cd3eff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
DB_HOST: <REPLACE_ME> # required
DB_PORT: 3306 # optional. Default is 3306
CHECK_INTERVAL: 60 # optional. Default is 60. Healthcheck interval in seconds
ALERT_THRESHOLD: 10800 # optional. Default is 10800s (3h). Amount of time in senconds between 2 consecutive alerts
ALERT_THROTTLE: 10800 # optional. Default is 10800s (3h). Amount of time in senconds between 2 consecutive alerts
NODE_NAME: <REPLACE_ME> # required. Used to identify the node in the alert message
CLUSTER_MIN_SIZE: <REPLACE_ME> # required. Minimum number of nodes in the cluster, used to determine if the cluster is in a degraded state
WEBHOOK_URL: <REPLACE_ME> # required. Discord webhook URL for notifications
Expand Down

0 comments on commit cd3eff4

Please sign in to comment.