diff options
author | Micah Anderson <micah@riseup.net> | 2009-12-21 15:00:10 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-21 15:00:10 -0500 |
commit | ea1a34bd79bbd3e7842c2ea9e66fbd86d43016b4 (patch) | |
tree | e63d2703ab0f2be99256c72c8cf99c7678fbf43f | |
parent | 6b602886ef95981dcd78a43638bf17a57d2a8b8a (diff) | |
download | puppet-sshd-ea1a34bd79bbd3e7842c2ea9e66fbd86d43016b4.tar.gz puppet-sshd-ea1a34bd79bbd3e7842c2ea9e66fbd86d43016b4.tar.bz2 |
update comments to include information about how to use the nagios
checks and the pre-requirements
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 2d294c4..ead475d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -35,6 +35,14 @@ # $sshd_ensure_version = "1:5.2p2-6" # $ssh_ensure_version = "1:5.2p2-6" # +# To have nagios checks setup automatically for sshd services, simply +# set $use_nagios = true before the class is included. If you want to +# disable ssh nagios checking for a particular node (such as when ssh +# is firewalled), then you can set $nagios_check_ssh to false and that +# node will not be monitored. +# NOTE: this requires that you are using the nagios puppet module +# which supports the nagios native types via nagios::service +# # The following is a list of the currently available variables: # # sshd_listen_address: specify the addresses sshd should listen on |