1 class munin::client::base(
2 $munin_allow = hiera('munin_allow','127.0.0.1')
4 service { 'munin-node':
12 mode => 0755, owner => root, group => 0;
14 file {'/etc/munin/munin-node.conf':
15 content => template("munin/munin-node.conf.${::operatingsystem}"),
16 notify => Service['munin-node'],
17 mode => 0644, owner => root, group => 0,
19 munin::register { $::fqdn:
20 config => [ 'use_node_name yes', 'load.load.warning 5', 'load.load.critical 10'],
22 include munin::plugins::base