No longer mention local munin configuration in new-machine,
authorPeter Palfrader <peter@palfrader.org>
Sun, 5 Apr 2009 15:16:27 +0000 (17:16 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 5 Apr 2009 15:16:27 +0000 (17:16 +0200)
tell to setup puppet instead
and also nagios

input/howto/new-machine.creole

index fb6b280..442c36e 100644 (file)
@@ -1,6 +1,6 @@
 == setup/integrate a new machine ==
 
-Note: this is partially obsolete now that we have [[puppet-setup|puppet]].  We should probably update/rework some parts.
+Note: this is partially obsolete now that we have [[puppet|howto/puppet-setup]].  We should probably update/rework some parts.
 
 ** Warning: This procedure has not been tested since being moved to the wiki.  Beware. **
 
@@ -192,12 +192,6 @@ TLS_REQCERT     hard
 EOF
 }}}
 
-* munin setup:
-* grant access to spohr
-{{{
-    sed -i -e '/^allow/d; $ a \allow ^192\\\.25\\\.206\\\.57$\nallow ^192\\\.25\\\.206\\\.33$' /etc/munin/munin-node.conf
-    ( cd / && env -i /etc/init.d/munin-node restart )
-}}}
 * add to munin on spohr
 {{{
     : :: spohr :: && sudo vi /etc/munin/munin.conf
@@ -216,4 +210,8 @@ EOF
 
 * if it is a HP Proliant, or has other management fu, read [[howto/ilo-https]]
 
+* setup [[puppet|howto/puppet-setup]]
+
+* add to nagios
+
 -- weasel, Wed, 04 Jun 2008 20:52:56 +0200