OP#672 add check_puppet command

This commit is contained in:
2026-09-07 16:31:49 +02:00
parent d15e97f718
commit 5325accc03

View File

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