summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2015-02-20 16:14:43 -0500
committerGabriel Filion <gabster@lelutin.ca>2015-02-20 16:14:43 -0500
commita38a8331678408e3f1faa3322bb686f0d200f9ca (patch)
treea9dad1cc878dfbc7d6468b673e54ae4efbf3b398
parent0f817282af914c531dcbe19c1be6ac3209986984 (diff)
README: fix variable name for nagios
Documentation mentions something but the manifests use another name for the variable.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f0ef1ed..cb8057f 100644
--- a/README
+++ b/README
@@ -123,8 +123,8 @@ Debian's /etc/mysql/debian.cnf.
Nagios
------
-If you wish nagios to check mysql, you should set the variable "use_nagios" to
-"true" in hiera along with the "nagios_check_mysql" variable to "true". A
+If you wish nagios to check mysql, you should set the variable "manage_nagios" to
+"true" in hiera along with the "nagios_check_mysql" variable to "true". A
password for the nagios mysql user will be created for you with reduced privileges
used only for nagios checks. This will be what you passed as nagios_password_hash
to mysql::server and should be a mysql md5 hash. These should be set before you