Merge "Avoid to collect notifications from 2 distinct locations"

This commit is contained in:
Jenkins
2016-05-27 12:24:18 +00:00
committed by Gerrit Code Review

View File

@@ -396,9 +396,6 @@ if hiera('lma::collector::influxdb::server', false) {
class { 'lma_collector::logs::aggregated_http_metrics': }
# Notification are always collected, lets extract metrics from there
class { 'lma_collector::notifications::metrics': }
# Enable the Apache status module
class { 'fuel_lma_collector::mod_status': }