remove notification

This commit is contained in:
2026-03-09 12:22:17 +01:00
parent c1be1108f9
commit 167d56d32a

View File

@@ -6,10 +6,7 @@
class confdroid_apache::monitoring::target (
) inherits confdroid_apache::params {
case $ae_incl_target {
false: { notify { 'Nagios Service target for check_httpd has been disabled via parameters / ENC override': }
}
default: {
if $ae_incl_target == true {
@@nagios_service { "check_http_${fqdn}":
check_command => 'check_http',
use => 'generic-service',
@@ -24,4 +21,3 @@ class confdroid_apache::monitoring::target (
}
}
}
}