summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-03-07 15:10:48 -0500
committerMicah Anderson <micah@riseup.net>2012-03-07 15:10:48 -0500
commit7f4f7e00526e6ba5f9ffb93798350d7447322bd1 (patch)
treefc606f44e1790d37d76cd58c3ce92b58eb453104
parentd66e58c32560d6d2cedea169d798c1494d80e1af (diff)
fix typo in name of mysql_qcache_mem graph
-rw-r--r--manifests/server/munin/default.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/server/munin/default.pp b/manifests/server/munin/default.pp
index 130f3dc..d64c831 100644
--- a/manifests/server/munin/default.pp
+++ b/manifests/server/munin/default.pp
@@ -20,7 +20,7 @@ class mysql::server::munin::default inherits mysql::server::munin::base {
config => "env.mysqlopts --user=munin --password=${munin_mysql_password} -h localhost",
require => [ Mysql_grant['munin@localhost'], Mysql_user['munin@localhost'], Package['mysql'] ];
- [ mysql_connections, mysql_qcache, mysql_cache_mem, mysql_size_all ]:
+ [ mysql_connections, mysql_qcache, mysql_qcache_mem, mysql_size_all ]:
script_path_in => "/usr/local/share/munin-plugins",
config => "env.mysqlopts --user=munin --password=${munin_mysql_password} -h localhost",
require => [ Mysql_grant['munin@localhost'], Mysql_user['munin@localhost'], Package['mysql'] ];