diff --git a/doc/puppet_classes/confdroid_alloy_3A_3Amonitoring_3A_3Atarget.html b/doc/puppet_classes/confdroid_alloy_3A_3Amonitoring_3A_3Atarget.html index 8390ad8..c3bd767 100644 --- a/doc/puppet_classes/confdroid_alloy_3A_3Amonitoring_3A_3Atarget.html +++ b/doc/puppet_classes/confdroid_alloy_3A_3Amonitoring_3A_3Atarget.html @@ -128,7 +128,7 @@ class confdroid_alloy::monitoring::target ( ) inherits confdroid_alloy::params { if $ay_manage_nagios == true { @@nagios_service { "check_alloy_${fqdn}": - check_command => "check_nrpe!check_alloy!${fn_procs_allowed}!alloy-server", + check_command => "check_nrpe!check_alloy!${ay_procs_allowed}!alloy", use => 'generic-service', host_name => $fqdn, notification_period => '24x7', diff --git a/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html b/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html index 62b1b9e..13e8778 100644 --- a/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html @@ -412,6 +412,24 @@ —
the contacts for nagios service exports
+the allowed number of processes for nagios service exports
-25 26 27 28 @@ -468,10 +485,12 @@ 63 64 65 -66+66 +67 +68
# File 'manifests/params.pp', line 25
+ # File 'manifests/params.pp', line 26
class confdroid_alloy::params (
@@ -498,6 +517,7 @@ class confdroid_alloy::params (
Boolean $ay_manage_nagios = false,
String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg',
Array $ay_target_contacts = ['nagiosadmin'],
+ String $ay_procs_allowed = '1:1'
) {
# defaults