Skip to content

Commit

Permalink
Merge pull request #28 from telstra-digital/master
Browse files Browse the repository at this point in the history
Update README.md on how to remove decommissioned hosts - issue #27
  • Loading branch information
thias committed Sep 6, 2014
2 parents 2d212fb + 7b708bf commit 3665dab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <my_host>

# 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.

0 comments on commit 3665dab

Please sign in to comment.