From 7b708bfb9733aa15fb25e18a2d8b2ff58e7226d6 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Sat, 30 Aug 2014 15:49:13 +1000 Subject: [PATCH] Update README.md on how to remove decommissioned hosts - issue #27 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6e3f084f..06449839 100644 --- a/README.md +++ b/README.md @@ -196,3 +196,16 @@ warning and critical values as needed : # Tweak some check values nagios::check::mysql_health::args_connection_time: '--warning 5 --critical 10' +## Removing hosts + +If you decommission a Nagios-monitored host a couple of manual steps are required +to clean up. + + # On the Puppet Master + puppet node deactivate + + # On the Nagios server + puppet agent -t + service nagios restart + +See [Issue #21](https://github.com/thias/puppet-nagios/issues/21) on why the service restart is required.