From: Peter Palfrader Date: Sun, 5 Apr 2009 15:16:27 +0000 (+0200) Subject: No longer mention local munin configuration in new-machine, X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=bc04a815141c9e6532f529579eb74a25ae547fb4 No longer mention local munin configuration in new-machine, tell to setup puppet instead and also nagios --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index fb6b280..442c36e 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -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