Successfully reported this slideshow.
Your SlideShare is downloading. ×

Monitoring Dell Infrastructure using Docker & Microservices

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Loading in …3
×

Check these out next

1 of 14 Ad

Monitoring Dell Infrastructure using Docker & Microservices

Download to read offline

This presentation talks about How Docker Compose and Microservice architecture builds monitoring tool for Dell Infrastructure.

This presentation talks about How Docker Compose and Microservice architecture builds monitoring tool for Dell Infrastructure.

Advertisement
Advertisement

More Related Content

Slideshows for you (20)

Viewers also liked (20)

Advertisement

Similar to Monitoring Dell Infrastructure using Docker & Microservices (20)

More from Ajeet Singh Raina (20)

Advertisement

Recently uploaded (20)

Monitoring Dell Infrastructure using Docker & Microservices

  1. 1. Monitoring Dell Infrastructure using Docker & Microservices Ajeet Singh Raina #DockerCaptain (t) ajeetsraina (f) Docker Public Group © collabnix.com
  2. 2. Blog Outline Nagios for Dell Monitoring Docker’s Mission & Tools Monolithic Vs Micro Multicontainer Architecture (using Docker Compose) Demo Dell OMSA + SNMP container https://hub.docker.com/r/jdelaros1/o penmanage-snmp/ https://hub.docker.com/r/ajeetraina/nagios-docker/. https://github.com/ajeetraina/ Dell-System-Monitoring.git Blog Outline Nagios for Dell Monitoring Docker’s Mission & Tools Monolithic Vs Micro Multicontainer Architecture (using Docker Compose) Demo Dell OMSA + SNMP container https://hub.docker.com/r/jdelaros1/o penmanage-snmp/ https://hub.docker.com/r/ajeetraina/nagios-docker/. https://github.com/ajeetraina/ Dell-System-Monitoring.git Nagios for Dell Monitoring
  3. 3. Dell World Executive Summit Docker’s Mission GitHub Docker Compose Docker Swarm/UCP
  4. 4. Dell World Executive Summit Growing Monstrous Monolithic Architecture.. Nagios Plugins
  5. 5. Dell World Executive Summit Let’s think about Bigger Picture !!! Cluster of Nodes Management Tools Time to build Microservice Architecture to reduce the deployment time and simplify the management tool
  6. 6. Dell World Executive Summit Running OMSA & SNMP inside Docker $docker run --privileged -d -p 161:161/udp -p 1311:1311 --restart=always --net=host -v /lib/modules/`uname -r`:/lib/modules/`uname -r` --name=omsa82-snmpd jdelaros1/openmanage-snmp RHEL7 SLES12 12.04/14.04 Debian 7/8 CentOS7 Platform tested OMSA + SNMP
  7. 7. Dell World Executive Summit Running Nagios + Dell Monitoring Tool inside Docker $docker run -d -p –net=host ajeetraina/nagios-docker check_openmanage -A plugin for Nagios which checks the hardware health of Dell PowerEdge(11G, 12G and 13G) servers. - It uses OMSA, running on the monitored system
  8. 8. Dell World Executive Summit A Little about check_openmanage https://github.com/ajeetraina/docker-nagios Chassis Storage Other Processors, Memory modules Cooling fans Temperature probes Power supplies Batteries Voltage probes Power usage Chassis intrusion Removable flash media (SD cards) Controllers Physical drives Logical drives Cache batteries Connectors (channels) Enclosures Enclosure fans Enclosure power supplies Enclosure temperature probes Enclosure management modules (EMMs) ESM Log health ESM Log content (default disabled) Alert Log content (default disabled, not SNMP)
  9. 9. Dell World Executive Summit Building Multi-container Architecture Introducing Docker Compose - a tool for defining and running multi-container Docker applications - A single command creates and start all the services from your configuration - Multiple isolated environments on a single host - Preserve volume data when containers are created - Only recreate containers that have changed - Variables and moving a composition between environments - Multiple isolated environments on a single host
  10. 10. Dell World Executive Summit Building Multi-container Architecture Before Docker-compose After Docker-compose
  11. 11. Dell World Executive Summit Monitoring Dell Physical Health
  12. 12. Dell World Executive Summit Blog is LIVE now… http://en.community.dell.com/techcenter/b/techcenter/archive/2016/05/10/monitoring-dell- infrastructure-using-docker-containers-and-microservices
  13. 13. Dell World Executive Summit Work in progress.. - Using Docker Swarm to manage multiple Dell Monitoring Containers - Implementing Out-of-Band Dell Monitoring Container - Running Dell OpenManage Essential in a container - Using Puppet for pushing Dell Monitoring Containers to huge Infrastructure - Containerizing HPC tools
  14. 14. Dell World Executive Summit Docker is not magic. You create magic around Docker.

×