]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
update comments to include information about how to use the nagios
authorMicah Anderson <micah@riseup.net>
Mon, 21 Dec 2009 20:00:10 +0000 (15:00 -0500)
committerMicah Anderson <micah@riseup.net>
Mon, 21 Dec 2009 20:00:10 +0000 (15:00 -0500)
checks and the pre-requirements

manifests/init.pp

index 2d294c4b1ae8e1dcad5e3b69a1c6f6cc8cf2e919..ead475d94d3c4bb3e7fb7ccba6322ac375bf9ed1 100644 (file)
 # $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