Comment 2 for bug 1664604

Revision history for this message
Denis Klepikov (dklepikov) wrote :

It was reproduced on Fuel 9.2 StacLight 1.0

Deploy Fuel 9.0, upgrade it to 9.2, install SL plugins, deploy env.
Then
Check that you have the same files alarming.yaml and clusters.yaml on controllers and SL nodes

for i in $(fuel nodes | grep controller | awk {'print $1'}); do ssh node-$i 'md5sum /etc/hiera/override/alarming.yaml; md5sum /etc/hiera/override/clusters.yaml'; done

for i in $(fuel nodes | grep 'infrastructure_alerting' | awk {'print $1'}); do ssh node-$i
'md5sum /etc/hiera/override/alarming.yaml; md5sum /etc/hiera/override/clusters.yaml'; done

cp /etc/nagios3/conf.d/lma_* .

rm -f /etc/nagios3/conf.d/lma_*

re-apply nagios manifest:
puppet apply --modulepath=/etc/fuel/plugins/lma_infrastructure_alerting-1.0/puppet/modules:/etc/puppet/modules /etc/fuel/plugins/lma_infrastructure_alerting-1.0/puppet/manifests/nagios.pp

Open Kibana UI and type into search field: "service could not be found", press search

May 8th 2017, 17:50:42.000 node-6 system.messages nagios3 INFO Warning: Passive check result was received for service 'keystone-public-api-check.vip' on host 'node-1', but the service could not be found! env-1
May 8th 2017, 17:50:42.000 node-6 system.messages nagios3 INFO Warning: Passive check result was received for service 'glance-api-check.vip' on host 'node-1', but the service could not be found! env-1
May 8th 2017, 17:50:42.000 node-6 system.messages nagios3 INFO Warning: Passive check result was received for service 'rabbitmq-cluster.pacemaker' on host 'node-1', but the service could not be found! env-1
May 8th 2017, 17:50:42.000 node-6 system.messages nagios3 INFO Warning: Passive check result was received for service 'nova-consoleauth.workers' on host 'node-1', but the service could not be found! env-1
May 8th 2017, 17:50:42.000 node-6 system.messages nagios3 INFO Warning: Passive check result was received for service 'nova-conductor.workers' on host 'node-1', but the service could not be found! env-1
May 8th 2017, 17:50:42.000 node-6 system.messages nagios3 INFO Warning: Passive check result was received for service 'neutron-openvswitch.workers' on host 'node-1', but the service could not be found! env-1