Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MoSKito Control @ BedCon 2014

MoSKito Control @ BedCon 2014

Slides from MoSKito Control short talk on the BedCon conference 2014

Avatar for Leon Rosenberg

Leon Rosenberg

April 04, 2014
Tweet

More Decks by Leon Rosenberg

Other Decks in Technology

Transcript

  1. 3 Who am I? Leon Rosenberg - Architect, DevOps. !

    1997 - Started programming with Java. ! 2000 - Started building Portals.! 2003 - Founded anotheria.net.! 2007 - Started MoSKito.
  2. Why MoSKito Health Monitoring 
 ! is my app ok?


    ! do I have to worry about next night?! Performance Monitoring
 ! why is my app slow?
 ! will my app become slow?! Architecture Monitoring
 ! does it work how I intended it to work?
 ! how does it actually work? 6
  3. 10 A picture is worth 1000 words...  ... and

    live presentation is worth 1000 pictures.

  4. Configuration 12 { "name": "MyApp", "@components": [ { "name": "app1",

    "category": "web", "connectorType": "HTTP", "location": "app1.prod:8080/moskitodemo" }, { "name": "app2", "category": "web", "connectorType": "HTTP", "location": "app2.prod:8080/moskitodemo" }, { "name": "app3", "category": "web", "connectorType": "HTTP", "location": "app3.prod:8080/moskitodemo" } ] }