OP#672 add nagios monitoring target

This commit is contained in:
2026-09-07 13:10:13 +02:00
parent f883424e26
commit 8317e78bef
3 changed files with 37 additions and 0 deletions

View File

@@ -7,4 +7,8 @@ class confdroid_alloy::main::config (
) inherits confdroid_alloy::params {
include confdroid_alloy::main::service
if $ay_manage_nagios == true {
include confdroid_alloy::monitoring::target
}
}