OP#672 add service target for puppet_server

This commit is contained in:
2026-09-08 13:06:52 +02:00
parent 2ba6a788b5
commit 475f7d096f

View File

@@ -262,7 +262,7 @@ class confdroid_nagios::nagios::objects::commands (
@@nagios_command { 'check_puppet_server':
ensure => present,
command_name => 'check_puppet_server',
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
command_line => '$USER1$/check_procs -c $ARG1$ -a $ARG2$',
owner => $ng_user,
group => $ng_user,
mode => '0640',