Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Created February 18, 2018 17:33
Show Gist options
  • Save VirtuBox/9e6c2c992f26f6d2255784d4a70b2521 to your computer and use it in GitHub Desktop.
Save VirtuBox/9e6c2c992f26f6d2255784d4a70b2521 to your computer and use it in GitHub Desktop.
munin tips

Add a node

Install munin-node

apt install munin-node munin-plugins-extra -y

allow munin-master

#  /etc/munin/munin-node.conf

allow XXX.XX.XXX.XXX

On the master add the node

# /etc/munin/munin.conf

[hostname]
    address XXX.XXX.XXX.XX
    use_node_name yes

automatically enable suggest plugins

munin-node-configure --shell --families=contrib,auto | sh -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment