From 006ab1fe70549846e06f880e3dcbc655f0dfbce5 Mon Sep 17 00:00:00 2001 From: Mathias Aerts Date: Mon, 26 Jun 2023 09:17:26 +0200 Subject: [PATCH] Fix typo --- doc/05-service-monitoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/05-service-monitoring.md b/doc/05-service-monitoring.md index 4a8e73bc3..097fb1184 100644 --- a/doc/05-service-monitoring.md +++ b/doc/05-service-monitoring.md @@ -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" }