OP#672 add service target for puppet_server

This commit is contained in:
2026-09-08 11:34:25 +02:00
parent 5325accc03
commit 2ba6a788b5

View File

@@ -258,5 +258,15 @@ class confdroid_nagios::nagios::objects::commands (
mode => '0640',
target => $ng_target_command,
}
@@nagios_command { 'check_puppet_server':
ensure => present,
command_name => 'check_puppet_server',
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
owner => $ng_user,
group => $ng_user,
mode => '0640',
target => $ng_target_command,
}
}
}