From 3aa6753107422a2ff62e0842183a737bff259e55 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 1 Mar 2026 19:14:15 +0100 Subject: [PATCH] Recommit for updates in build 116 --- ...onfdroid_nagios_3A_3Aserver_3A_3Aservice.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html b/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html index ed71483..1e58fe7 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aserver_3A_3Aservice.html @@ -331,7 +331,7 @@ class confdroid_nagios::server::service ( use => 'linux-server', target => $ng_target_localhost, hostgroups => 'linux-servers', - contacts => 'ops', + contacts => $ng_contact_name, max_check_attempts => $ng_max_check_attempts, notification_period => '24x7', owner => $ng_user, @@ -361,7 +361,7 @@ class confdroid_nagios::server::service ( 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 => $ng_user, @@ -376,7 +376,7 @@ class confdroid_nagios::server::service ( 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 => "${hostname}_root_partition", servicegroups => 'linux-services', @@ -392,7 +392,7 @@ class confdroid_nagios::server::service ( 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 => "${hostname}_swap_usage", servicegroups => 'linux-services', @@ -408,7 +408,7 @@ class confdroid_nagios::server::service ( 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 => "${hostname}_local_users", servicegroups => 'linux-services', @@ -423,7 +423,7 @@ class confdroid_nagios::server::service ( 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 => "${hostname}_total_processes", servicegroups => 'linux-services', @@ -438,7 +438,7 @@ class confdroid_nagios::server::service ( 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 => "${hostname}_zombie_processes", servicegroups => 'linux-services', @@ -453,7 +453,7 @@ class confdroid_nagios::server::service ( 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 => "${hostname}_current_load", servicegroups => 'linux-services',