Recommit for updates in build 142

This commit is contained in:
Jenkins Server
2026-03-06 12:24:51 +01:00
parent a8eb0c7ebd
commit eed4dcee71
2 changed files with 2 additions and 2 deletions

View File

@@ -1342,7 +1342,7 @@ class confdroid_nagios::params (
$ng_cntctgrps_head_erb = 'confdroid_nagios/nagios/contactgroups_cfg_head.erb' $ng_cntctgrps_head_erb = 'confdroid_nagios/nagios/contactgroups_cfg_head.erb'
$ng_cntctgrps_rule_erb = 'confdroid_nagios/nagios/contactgroups_cfg_rule.erb' $ng_cntctgrps_rule_erb = 'confdroid_nagios/nagios/contactgroups_cfg_rule.erb'
$ng_target_command = "${ng_conf_d_dir}/nagios_commands_base.cfg" $ng_target_command = "${ng_conf_d_dir}/nagios_commands_base.cfg"
$ng_service_cmd = 'check_nagios!/var/log/nagios/status.dat!5!/usr/sbin/nagios' $ng_service_cmd = 'check_nagios!/var/spool/nagios/status.dat!5!/usr/sbin/nagios'
$ng_htpasswd_file = "${ng_main_dir}/passwd" $ng_htpasswd_file = "${ng_main_dir}/passwd"
$ng_htpasswd_head = 'confdroid_nagios/nagios/htpasswd_head.erb' $ng_htpasswd_head = 'confdroid_nagios/nagios/htpasswd_head.erb'
$ng_htpasswd_rule = 'confdroid_nagios/nagios/htpasswd_rule.erb' $ng_htpasswd_rule = 'confdroid_nagios/nagios/htpasswd_rule.erb'

View File

@@ -325,7 +325,7 @@ class confdroid_nagios::server::service (
} }
@@nagios_service { 'check_nagios_localhost': @@nagios_service { 'check_nagios_localhost':
check_command => 'check_nagios', check_command => "check_nagios!${ng_spool_dir}/status.dat!5!/usr/sbin/nagios",
use => 'generic-service', use => 'generic-service',
host_name => 'localhost', host_name => 'localhost',
notification_period => '24x7', notification_period => '24x7',