satheesh
satheesh

Reputation: 11

Openstack Monitoring

I have done deployment using openstack-ansible community playbook and integrated with nagios (seperate nagios-server) for service monitoring. All my service inside containers run in private IP so I got stuck in position how to monitor service running inside container.

Upvotes: 1

Views: 234

Answers (1)

Albert Vonpupp
Albert Vonpupp

Reputation: 4867

You can use ceilometer to monitor services, if your goal is to create alarms and auto-scale your stacks.

If you want to have a dashboard with some of the applications then it is user-side monitoring. In this case there are many tools like datadog.

Upvotes: 1

Related Questions