This commit is contained in:
2026-03-11 15:35:44 +01:00
parent 3d7116a07d
commit ec3a9438b1

View File

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