This commit is contained in:
2026-09-07 14:10:57 +02:00
parent 20ca565dd1
commit 4cd208eab8

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_alloy':
ensure => present,
command_name => 'check_alloy',
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
owner => $ng_user,
group => $ng_user,
mode => '0640',
target => $ng_target_command,
}
} }
} }