savishy / devops-experiments

Examples of using the DevOps toolchain in different configurations
Apache License 2.0
1 stars 6 forks source link

self-contained monitoring capabilities #15

Open savishy opened 8 years ago

savishy commented 8 years ago

As the Docker image is created, we need to package monitoring capabilities into it.

This will involve a monitoring instance (maybe built with the ELK or EFK stack). The docker image should be configured to push logs etc to it so that we get metrics on uptime, I/O and throughput.

savishy commented 8 years ago

I am going to create a reusable ansible role in the https://github.com/savishy/ansible-roles github repo and reference that here. (main issue: https://github.com/savishy/ansible-roles/issues/1)