Reputation: 610
I'm already using Nagios in my infrastructure to get monitoring information about my OpenStack instance and the different resources deployed on it. How could I integrate it into new FIWARE Monitoring architecture?
Upvotes: 0
Views: 83
Reputation: 71
The new architecture you mention is based on OpenStack Monasca. Metrics are collected by the so-called Monasca Agents deployed at the infrastructures being monitored.
Although FIWARE Monitoring GE configures Monasca to retrieve data from OpenStack Ceilometer service, Monasca Agents include plugins as extension mechanism in order to gather monitoring information from other sources. Here you will find details about the configuration of Agents to execute Nagios Plugins.
Upvotes: 2