summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/service/mysql.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/service/mysql.pp b/manifests/service/mysql.pp
index 4a9c81a..2c74717 100644
--- a/manifests/service/mysql.pp
+++ b/manifests/service/mysql.pp
@@ -1,11 +1,10 @@
# Checks a mysql instance via tcp or socket
-
define nagios::service::mysql(
$ensure = present,
$check_host = 'absent',
$check_port = '3306',
$check_username = 'nagios',
- $check_password = trocla("mysql_nagios_${::fqdn}",'plain','length: 32'),
+ $check_password,
$check_database = 'information_schema',
$check_warning = undef,
$check_critical = undef,