diff --git a/doc/file.README.html b/doc/file.README.html index cc4dbaa..4eea7d5 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -121,7 +121,7 @@
manage dynamic NRPE check command definitions
manage iptables (optional). set ne_incl_fwto true.
manage iptables (optional). set ne_incl_fwto true
manage selinux rule exceptions (optional)
through Foreman:
In order to apply parameters through Foreman, *confdroid_nrpe::params- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
+In order to apply parameters through Foreman, confdroid_nrpe::params- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
See more details about class deployment on Confdroid.com.
diff --git a/doc/index.html b/doc/index.html index befaa6d..37ca5f6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -121,7 +121,7 @@manage dynamic NRPE check command definitions
manage iptables (optional). set ne_incl_fwto true.
manage iptables (optional). set ne_incl_fwto true
manage selinux rule exceptions (optional)
through Foreman:
In order to apply parameters through Foreman, *confdroid_nrpe::params- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
+In order to apply parameters through Foreman, confdroid_nrpe::params- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.
See more details about class deployment on Confdroid.com.
diff --git a/doc/puppet_classes/confdroid_nrpe_3A_3Acommands_3A_3Adefinition_rules.html b/doc/puppet_classes/confdroid_nrpe_3A_3Acommands_3A_3Adefinition_rules.html index 1165848..b7aebd7 100644 --- a/doc/puppet_classes/confdroid_nrpe_3A_3Acommands_3A_3Adefinition_rules.html +++ b/doc/puppet_classes/confdroid_nrpe_3A_3Acommands_3A_3Adefinition_rules.html @@ -170,7 +170,12 @@ 66 67 68 -69 +69 +70 +71 +72 +73 +74# File 'manifests/commands/definition_rules.pp', line 12
@@ -231,6 +236,11 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_swap',
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
}
+
+ confdroid_nrpe::commands::definitions { 'check_fail2ban':
+ ne_check_cmd => 'check_procs',
+ ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
+ }
}
}