remove notification
This commit is contained in:
@@ -6,10 +6,7 @@
|
|||||||
class confdroid_apache::monitoring::target (
|
class confdroid_apache::monitoring::target (
|
||||||
|
|
||||||
) inherits confdroid_apache::params {
|
) inherits confdroid_apache::params {
|
||||||
case $ae_incl_target {
|
if $ae_incl_target == true {
|
||||||
false: { notify { 'Nagios Service target for check_httpd has been disabled via parameters / ENC override': }
|
|
||||||
}
|
|
||||||
default: {
|
|
||||||
@@nagios_service { "check_http_${fqdn}":
|
@@nagios_service { "check_http_${fqdn}":
|
||||||
check_command => 'check_http',
|
check_command => 'check_http',
|
||||||
use => 'generic-service',
|
use => 'generic-service',
|
||||||
@@ -24,4 +21,3 @@ class confdroid_apache::monitoring::target (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user