Update documentation about alarm configuration

Change-Id: Ic5d4e91b7ac6170ac08262a52f90043aac2e0a37
This commit is contained in:
Swann Croiset 2016-08-10 17:10:46 +02:00
parent 7b9b1de877
commit b3b2657571
1 changed files with 9 additions and 1 deletions

View File

@ -984,7 +984,7 @@ Apply your configuration changes
--------------------------------
Once you have edited and saved your changes in
``/etc/hiera/override/alarmaing.yaml`` and / or
``/etc/hiera/override/alarming.yaml`` and / or
``/etc/hiera/override/gse_filters.yaml``,
apply the following Puppet manifest on all the nodes of your OpenStack
environment **including the node(s) where Nagios is installed**
@ -993,3 +993,11 @@ for the changes to take effect::
# puppet apply --modulepath=/etc/fuel/plugins/lma_collector-<version>/puppet/modules:\
/etc/puppet/modules \
/etc/fuel/plugins/lma_collector-<version>/puppet/manifests/configure_afd_filters.pp
If you have also deployed *lma_infrastructure_alerting" plugin, Nagios must be reconfigured as well
by running the following commands on all the nodes with the *lma_infrastructure_alerting* role::
# rm -f /etc/nagios3/conf.d/lma_* && puppet apply \
--modulepath=/etc/fuel/plugins/lma_infrastructure_alerting-<version>/puppet/modules:\
/etc/puppet/modules \
/etc/fuel/plugins/lma_infrastructure_alerting-<version>/puppet/manifests/nagios.pp