Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Munin
  2.  
  3. I seem to have lost my setup notes :(
  4.  
  5. ## Adding a new new node
  6.  
  7. On the node (client):
  8.  
  9. sudo apt-get install munin-node
  10.  
  11. sudo pico /etc/munin/munin-node.conf
  12.  
  13. > allow ^10\.42\.0\.1$
  14.  
  15. sudo restart munin-node
  16.  
  17. On the main host:
  18.  
  19. sudo pico /etc/munin/munin.conf
  20.  
  21. > [Servers;ginger]
  22. > address 10.42.0.17
  23. > use_node_name yes
  24.  
  25. sudo /usr/share/munin/munin-update --force-root
Add Comment
Please, Sign In to add comment