Skip to content

Commit

Permalink
Merge pull request #9802 from mathiasaerts/patch-1
Browse files Browse the repository at this point in the history
Fix 'healt' typo
  • Loading branch information
julianbrost authored Aug 14, 2023
2 parents 7ae91ce + 006ab1f commit 986991e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/05-service-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ apply Service "db-size-" for (db_name => config in host.vars.databases) {
check_command = "mysql_health"
if (config.mysql_health_username) {
vars.mysql_healt_username = config.mysql_health_username
vars.mysql_health_username = config.mysql_health_username
} else {
vars.mysql_health_username = "root"
}
if (config.mysql_health_password) {
vars.mysql_healt_password = config.mysql_health_password
vars.mysql_health_password = config.mysql_health_password
} else {
vars.mysql_health_password = "icingar0xx"
}
Expand Down

0 comments on commit 986991e

Please sign in to comment.