Advertisement
Tritonio

Activating Munin plugins

Jun 16th, 2022
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # activating a simple plugin
  2. ln -s /usr/share/munin/plugins/cpu /etc/munin/plugins/
  3. # activating a wildcard plugin
  4. ln -s /usr/share/munin/plugins/if_ /etc/munin/plugins/if_eth0
  5. # restart munin-node with your distribution's tools (e.g. systemctl or service)
  6. service munin-node restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement