Avoid to collect notifications from 2 distinct locations

With the Rabbitmq cluster hosted on dedicated nodes, the notifications
must not be collected from controller nodes.

Change-Id: I28b2d3d0c35d16815812af447b2ab8a716276645
This commit is contained in:
Swann Croiset 2016-05-25 13:59:54 +02:00
parent 9d7efe4161
commit a9a802c56d
1 changed files with 0 additions and 3 deletions

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': }