Skip to content

Commit

Permalink
Update README.md on host to remove decommissioned hosts - issue thias#27
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-harvey-z3q committed Aug 30, 2014
1 parent b160824 commit 5d685c4
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 5d685c4

Please sign in to comment.