- define munin::plugin($to) {
- file { "$munin::params::plugin_dest/$name":
- ensure => "$munin::params::plugin_source/$to",
- notify => Service['munin-node'],
- }
- }
- munin::plugin { 'redis':
- to => [ 'mysql_bytes', 'mysql_queries', 'mysql_threads', 'mysql_slowqueries' ],
- }