diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aclient_3A_3Atarget.html b/doc/puppet_classes/confdroid_nagios_3A_3Aclient_3A_3Atarget.html index b4e64c1..d956ac2 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aclient_3A_3Atarget.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aclient_3A_3Atarget.html @@ -237,7 +237,7 @@ class confdroid_nagios::client::target ( use => 'linux-server', target => $ng_target_host, hostgroups => 'linux-servers', - contacts => 'ops', + contacts => $ng_contact_name, max_check_attempts => $ng_max_check_attempts, notification_period => '24x7', owner => 'nagios', @@ -252,7 +252,7 @@ class confdroid_nagios::client::target ( check_command => "check_nrpe!check_disk!${ng_disk_warn}!${ng_disk_crit}!/", use => 'generic-service', host_name => $fqdn, - contacts => 'ops', + contacts => $ng_contact_name, notification_period => '24x7', service_description => "${fqdn}_root_partition", servicegroups => 'linux-services', @@ -268,7 +268,7 @@ class confdroid_nagios::client::target ( check_command => "check_nrpe!check_swap!${ng_swap_warn}!${ng_swap_crit}", use => 'generic-service', host_name => $fqdn, - contacts => 'ops', + contacts => $ng_contact_name, notification_period => '24x7', service_description => "${fqdn}_swap_usage", servicegroups => 'linux-services', @@ -284,7 +284,7 @@ class confdroid_nagios::client::target ( check_command => "check_nrpe!check_users!${ng_users_warn}!${ng_users_crit}", use => 'generic-service', host_name => $fqdn, - contacts => 'ops', + contacts => $ng_contact_name, notification_period => '24x7', service_description => "${fqdn}_local_users", servicegroups => 'linux-services', @@ -299,7 +299,7 @@ class confdroid_nagios::client::target ( check_command => "check_nrpe!check_procs!${ng_procs_tot_warn}!${ng_procs_tot_crit}!${ng_procs_tot_param}", use => 'generic-service', host_name => $fqdn, - contacts => 'ops', + contacts => $ng_contact_name, notification_period => '24x7', service_description => "${fqdn}_total_processes", servicegroups => 'linux-services', @@ -314,7 +314,7 @@ class confdroid_nagios::client::target ( check_command => "check_nrpe!check_procs!${ng_procs_z_warn}!${ng_procs_z_crit}!${ng_procs_z_param}", use => 'generic-service', host_name => $fqdn, - contacts => 'ops', + contacts => $ng_contact_name, notification_period => '24x7', service_description => "${fqdn}_zombie_processes", servicegroups => 'linux-services', @@ -329,7 +329,7 @@ class confdroid_nagios::client::target ( check_command => "check_nrpe!check_load!${ng_load_warn}!${ng_load_crit}", use => 'generic-service', host_name => $fqdn, - contacts => 'ops', + contacts => $ng_contact_name, notification_period => '24x7', service_description => "${fqdn}_current_load", servicegroups => 'linux-services',