fix incorrect munin graph names
This commit is contained in:
parent
50b6789a3a
commit
b1ef87fbda
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class mysql::server::munin::debian inherits mysql::server::munin::base {
|
class mysql::server::munin::debian inherits mysql::server::munin::base {
|
||||||
munin::plugin {
|
munin::plugin {
|
||||||
[mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads, mysql_bytes, mysql_queries, mysql_slow_queries, mysql_threads]:
|
[mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads, mysql_connections, mysql_qcache, mysql_cache_mem, mysql_size_all]:
|
||||||
config => "user root\nenv.mysqlopts --defaults-file=/etc/mysql/debian.cnf",
|
config => "user root\nenv.mysqlopts --defaults-file=/etc/mysql/debian.cnf",
|
||||||
require => Package['mysql'],
|
require => Package['mysql'],
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ class mysql::server::munin::default inherits mysql::server::munin::base {
|
||||||
}
|
}
|
||||||
|
|
||||||
munin::plugin {
|
munin::plugin {
|
||||||
[mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads, mysql_bytes, mysql_queries, mysql_slow_queries, mysql_threads]:
|
[mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads, mysql_connections, mysql_qcache, mysql_cache_mem, mysql_size_all]:
|
||||||
config => "env.mysqlopts --user=munin --password=${munin_mysql_password} -h localhost",
|
config => "env.mysqlopts --user=munin --password=${munin_mysql_password} -h localhost",
|
||||||
require => [ Mysql_grant['munin@localhost'], Mysql_user['munin@localhost'], Package['mysql'] ]
|
require => [ Mysql_grant['munin@localhost'], Mysql_user['munin@localhost'], Package['mysql'] ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue