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.