OP#672 edit target to include correct variables

This commit is contained in:
2026-09-07 13:52:13 +02:00
parent eefd846f7c
commit 5db2481d76
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ class confdroid_alloy::monitoring::target (
) inherits confdroid_alloy::params {
if $ay_manage_nagios == true {
@@nagios_service { "check_alloy_${fqdn}":
check_command => "check_nrpe!check_alloy!${fn_procs_allowed}!alloy-server",
check_command => "check_nrpe!check_alloy!${ay_procs_allowed}!alloy",
use => 'generic-service',
host_name => $fqdn,
notification_period => '24x7',