CURRENT STATE OF ICINGA

Size: px
Start display at page:

Download "CURRENT STATE OF ICINGA"

Transcription

1 FlossUK 2014 Brighton 20th March - TEAM ICINGA CURRENT STATE OF ICINGA

2 Agenda Introduction Tools & Platform Icinga project update New in Icinga 1.x Icinga 2 Icinga Web 2 What s next Questions & Answers

3 INTRODUCTION

4 Me Bernd Erk Icinga responsibilities Project orga Reporting Community In the Icinga game since (100% senseless)

5 About Icinga Forked from Nagios in April 2009 Different teams with independent responsibilities Icinga Core Icinga Packaging Icinga Web & Reporting Icinga Q&A & Docs Icinga VMs Icinga Community 24 active members on the team Still searching!

6 Icinga Team Core Community Packaging Web & Repor2ng Docs & QA VMs We want you!

7 TOOLS & PLATFORM

8 TOOLS AND PLATFORM Icinga Quality, Testing and Community Support Website and Open Source Ticketing System Icinga Core Icinga 2 Icinga Doc Icinga Reports C-based source MySQL, PostgreSQL, Oracle C++-based source with multiple components based on Markdown based on Jasper Reports IDOUTILS IDO Livestatus Cluster Icinga Web based on PHP using ExtJS, Agavi MVC Icinga 2 Web Based on PHP / responsive design 3 rd Party Tools

9 Current Architecture Classic UI Icinga Core Icinga 2 Icinga Web 2 IDOUtils REST API Mobile Icinga Web IDO Database SOAP Provider Icinga Reporting

10 ICINGA PROJECT UPDATE

11 Statistics Solved issues last year

12 Quality DEV. WIKI. BLOG. DOC.

13 Continous Integration Jenkins Server build.icinga.org

14 Operating System Support Global package repository packages.icinga.org Snapshot and release builds Builds for major platforms RHEL SLES Fedora OpenSuse Debian Supplement (not replacement) for official repos like RepoForge or Debian Backports

15 Documentation We had DocBook

16 Documentation Future DocBook Pros You can generate hundreds of different formats out of one Docbook DocBook Cons We didn t! Updating DocBook files is time-consuming and complicated It sucks! Switch from DocBook to Markdown Icinga 2 doc is available in Markdown from day one We ll migrate the 1.x documentation to Markdown

17 Documentation Markdown How it will look like ### Installation Paths!! By default Icinga 2 uses the following files and directories:!! Path Description! ! /etc/icinga2 Contains Icinga 2 configuration files.! /etc/init.d/icinga2 The Icinga 2 init script.! /usr/share/doc/icinga2 Documentation files that come with Icinga 2.! /usr/share/icinga2/itl The Icinga Template Library.! /var/run/icinga2 PID file.!!...!

18 NEW IN ICINGA 1.x

19 Changes in Icinga 1.10 and 1.11 Icinga Core Add check source to check result / status data Chance to add more than one IDO module to Core Commands for freshness checks Classic UI Added filter modification New live search Custom variables in extended info Standalone version available IDO Performance improvements using transactions and bulk updates Config option for custom variable dump

20 Changes in Icinga Web 1.10 and 1.11 Updated cronk list design in menu New icon design New categories Additional unhandled views in updated categories Updated instance cronk State type as default in all cronks Updated time zone handling Deletion of all comments for service or host Various UI tweaks ExtJS Upgrade

21 Demo Icinga 1.x DEMO

22 ICINGA 2

23 Icinga 2 - Overview Based on C++ and Boost Supports all major *NIX and Windows platforms Different config format there is a conversion script! Included cluster stack Functions by component icinga2-disable-feature / icinga2-enable-feature Components can run anywhere in a cluster MySQL, PostgreSQL and Livestatus support included Packages and Vagrant Box available now!

24 Icinga 2 Components Checker Cluster Compat Command Pipe Compat Log Status.dat Livestatus Perfdata Notification ido_mysql ido_postgresql

25 Icinga 2 Major config differences There is no host check -> Use the check attribute Global macros Contact and Contactgroup -> User and UserGroup no notification-specific attributes for services -> Notification Object Freely definable macros for commands define command { command_name ping4 command_line $USER1$/check_ping - H $HOSTADDRESS $ - w $ARG1$ - c $ARG2$ - p 5 } define service { use host_name service_descripjon check_command }!! local- service localhost PING ping4!100.0,20%!500.0,60% object CheckCommand "ping4" { command = "$plugindir$/check_ping - H $HOSTADDRESS$ - w $wrta$,$wpl%$ - c $crta$,$cpl%$", macros = { wrta = 100, wpl = 20, crta = 500, cpl = 60 } } object Host localhost" { services[ PING ] = { check_command = ping4, //macros[ wrta ] = 250 } }!

26 Icinga 2 Major config differences New notification object Icinga 1 service - > (contact, contactgroup) - > nojficajon command! nojficajon_opjons w,u,c,r,f,s! Icinga 2 service - > nojficajon - > nojficajoncommand - > user, usergroup! nojficajon_state_filter = (StateFilterWarning StateFilterUnknown StateFilterCriJcal), nojficajon_type_filter = (NoJficaJonProblem NoJficaJonRecovery NoJficaJonFlappingStart NoJficaJonFlappingEnd NoJficaJonDownJmeStart NoJficaJonDownJmeEnd NoJficaJonDownJmeRemoved)! No fixed macro for IP address(es) Escalations act as notification with defined begin and end start end = nojficajon start + (nojficajon_interval * first_nojficajon) = nojficajon start + (nojficajon_interval * last_nojficajon)!

27 Icinga 2 Cluster Cluster-based communication using SSL Bidirectional connections supported Domain support for logic splits in the configuration Hash-based load distribution binlog like retention for monitoring events and messages Distributed components throughout the cluster compat perfdata livestatus checker Icinga2 Icinga2 checker replication notification ido IDO Database

28 Demo Icinga 2 DEMO

29 Icinga 2 What s next Apply apply template Service flossuk-ping" to Host where host!= "localhost apply template Service "flossuk-ping" to Host where "linux-server" in hostgroups apply template Service "flossuk-ping" to Host where "linux-server" in hostgroups host in [ "localhost" ] apply template Service "flossuk-ping" to Host where "linux-server" in hostgroups && host in [ "localhost2" ] apply template Service flossuk-ping" to Host where regex("e", host) Works with constants and variables Match and Regex-Support

30 Icinga 2 What s next Business Process Integration Coming later this year Basic user story in dev-tracker Rule based configuration Nested business project objects Different levels and priorities Expression/Wildcard/RegExp Puppet Modules More Documentation See Roadmap!

31 ICINGA WEB 2

32 DEV. WIKI. BLOG. DOC. Different Interfaces for Icinga Icinga Classic Icinga Web Thruk, Icinga Mobile Icinga Web 2

33 Why another Interface We want a solution for all platforms Simple and lightweight Responsive for desktop, tablet, phone Icinga-Classic doesn t fit enterprise needs Icinga-Web is hard to extend CLI-Support for cronjobs, plugins and shell Support for multiple backends All existing versions will be in active maintenance!

34 Icinga Web 2 Lightweight like Icinga classic and flexible like Icinga Web Easy to extend and embed into other projects Support for multiple backends Status.dat Database Livestatus Supports multiple backends simultaneously, as failover backend Supports Icinga 1.x and Icinga 2.x Responsive actions FAST!

35 Demo Icinga Web 2 DEMO

36 Demo Icinga Web 2 What else?

37 Demo Icinga Web 2 - CLI

38 WHAT S NEXT

39 Roadmap DEV. WIKI. BLOG. DOC. Roadmap Icinga roadmap Roadmap Icinga 2 Roadmap Icinga Web 2 Roadmap based on Bugs Sponsors Feedback (feedback.icinga.org, Twitter, etc.) Team members interests

40 Releases & Events Releases Icinga & Web 1.11 (Spring) 3/13/ (Fall) Releases Icinga Web 2 April / May 2014 Releases Icinga /31/ /5/2014 Many new releases in 2014 Events Oscon Portland 2014 Portland (July) PuppetConf 2014 San Francisco (September)

41 QUESTIONS & ANSWERS Web Development dev.icinga.org? Feedback feedback.icinga.org Wiki wiki.icinga.org Support support.icinga.org Twitter twitter.com/icinga Questions & Answers Facebook facebook.com/icinga.. Everywhere!

Icinga and Deutsche Welle

Icinga and Deutsche Welle Icinga and Deutsche Welle 21-03-12 FLOSS UK Bernd Erk INTRODUCTING NETWAYS NETWAYS Expertise OPEN SOURCE SYSTEMS MANAGEMENT OPEN SOURCE DATA CENTER Monitoring & Reporting Configuration Management Service

More information

CURRENT STATE OF ICINGA

CURRENT STATE OF ICINGA www.icinga.org CURRENT STATE OF ICINGA #OSMC Nuremberg 11/17/2015 Bernd Erk Icinga co-founder Project organizer @gethash ICINGA - INTRODUCTION Quick Poll Open Source Enterprise Monitoring Icinga is a

More information

Monitoring Open Source Databases with Icinga

Monitoring Open Source Databases with Icinga Percona Live Amsterdam 04.10.2016 04.10.2016 Monitoring Open Source Databases with Icinga Bernd Erk Icinga Co-founder Working @netways @gethash Introduction to Icinga Quick Poll Icinga is a scalable and

More information

Icinga Open Source Monitoring

Icinga Open Source Monitoring Icinga Open Source Monitoring Icinga Development Team @ Open Source Monitoring Conference 28.10.2009 - Nuremberg Agenda The Icinga Project Project Structure Tools and Plattform Icinga Development Team

More information

Icinga at Hyves.nl. Jeffrey Lensen System Engineer

Icinga at Hyves.nl. Jeffrey Lensen System Engineer Icinga at Hyves.nl Jeffrey Lensen System Engineer Hyves Dutch social network website 3 billion pageviews / month 10M dutch members (17M population) ~7M unique visitors / month (Comscore 09/2011) ~2.3M

More information

Next Generation Monitoring: Moving Beyond Nagios

Next Generation Monitoring: Moving Beyond Nagios Next Generation Monitoring: Moving Beyond Nagios Intro - Us who are we? why do we care about this? Intro - You do you like your servers? Nagios "It was here when I got here" initially released 1999 What

More information

#jenkinsconf. Managing jenkins with multiple components project. Jenkins User Conference Israel. Presenter Name Ohad Basan

#jenkinsconf. Managing jenkins with multiple components project. Jenkins User Conference Israel. Presenter Name Ohad Basan Jenkins User Conference Israel #jenkinsconf Managing jenkins with multiple components project Presenter Name Ohad Basan Presenter Company Www.redhat.com July 16, 2014 #jenkinsconf Who am I Ohad Basan CI

More information

Monitoring Open Source Databases with Icinga

Monitoring Open Source Databases with Icinga PGConf EU Warsaw 26.10.2017 Monitoring Open Source Databases with Icinga Blerim Sheqa Product Manager Working @netways @bobapple Introduction to Icinga2 Quick Poll Icinga is a scalable and extensible monitoring

More information

Xen Summit Spring 2007

Xen Summit Spring 2007 Xen Summit Spring 2007 Platform Virtualization with XenEnterprise Rich Persaud 4/20/07 Copyright 2005-2006, XenSource, Inc. All rights reserved. 1 Xen, XenSource and XenEnterprise

More information

How To Manually Install Driver Ubuntu Server On Virtualbox

How To Manually Install Driver Ubuntu Server On Virtualbox How To Manually Install Driver Ubuntu 12.04 Server On Virtualbox I'm using virtual box in order to configure Ubuntu 12.04 Server. Video tutorials on youtube most people use ubuntu desktop and after odoo

More information

Lifecycle management with Foreman and Katello Basics and Spacewalk migration

Lifecycle management with Foreman and Katello Basics and Spacewalk migration Lifecycle management with Foreman and Katello Basics and Spacewalk migration Christian Stankowic www.stankowic-development.net Free and Open Source software Conference 19.08.2017 whoami Christian Stankowic

More information

Developing and Testing Java Microservices on Docker. Todd Fasullo Dir. Engineering

Developing and Testing Java Microservices on Docker. Todd Fasullo Dir. Engineering Developing and Testing Java Microservices on Docker Todd Fasullo Dir. Engineering Agenda Who is Smartsheet + why we started using Docker Docker fundamentals Demo - creating a service Demo - building service

More information

UP! TO DOCKER PAAS. Ming

UP! TO DOCKER PAAS. Ming UP! TO DOCKER PAAS Ming Jin(mjin@thoughtworks.com) March 15, 2015 1 WHO AM I Ming Jin Head of Cloud Solutions of ThoughtWorks China Architect, Agile Consulting Solutions and Consulting on DevOps & Cloud

More information

RHUG SPECIAL SATELLITE RED HAT OFFICE MONTREAL, FEBRUARY 16, 2017

RHUG SPECIAL SATELLITE RED HAT OFFICE MONTREAL, FEBRUARY 16, 2017 RHUG SPECIAL SATELLITE RED HAT OFFICE MONTREAL, FEBRUARY 16, 2017 Presented by: Domtar Shared Services Christophe Paulus James Dubuisson Gueorgui Tcherecharov DOMTAR IN BRIEF 150+ Years Old: From Dominion

More information

Postgres in Amazon RDS. Denish Patel Lead Database Architect

Postgres in Amazon RDS. Denish Patel Lead Database Architect Postgres in Amazon RDS / Denish Patel Lead Database Architect Who am I? Database Architect with OmniTI for last 7+ years Expertise in PostgreSQL, Oracle, MySQL, NoSQL Contact : denish@omniti.com, Twitter:

More information

Turbo boost your digital app test automation with Jenkins

Turbo boost your digital app test automation with Jenkins Turbo boost your digital app test automation with Jenkins Step-by-Step Tutorial May, 2018 Speakers Sheli Ashkenazi Sr. Product Manager Experitest Jonathan Aharon Sr. Sales Engineer Experitest 2 01 The

More information

MySQL InnoDB Cluster. MySQL HA Made Easy! Miguel Araújo Senior Software Developer MySQL Middleware and Clients. FOSDEM 18 - February 04, 2018

MySQL InnoDB Cluster. MySQL HA Made Easy! Miguel Araújo Senior Software Developer MySQL Middleware and Clients. FOSDEM 18 - February 04, 2018 MySQL InnoDB Cluster MySQL HA Made Easy! Miguel Araújo Senior Software Developer MySQL Middleware and Clients FOSDEM 18 - February 04, 2018 Safe Harbor Statement The following is intended to outline our

More information

WMLUG July Nagios, PNP4Nagios, and NConf by Patrick TenHoopen

WMLUG July Nagios, PNP4Nagios, and NConf by Patrick TenHoopen WMLUG July 2015 Nagios, PNP4Nagios, and NConf by Patrick TenHoopen What is Nagios? Nagios is an IT infrastructure monitoring and alerting tool. The free Nagios DIY Core provides the central monitoring

More information

Plugin Monitoring for GLPI

Plugin Monitoring for GLPI Plugin Monitoring for GLPI Introduction 2 TOC 3 Contents Preface: Introduction...v Goals of this project... v Why is it revolutionary?...v Links...v Internet site...v IRC-Channel...vi Terms used in this

More information

Let s manage agents. Tom Sightler, Principal Solutions Architect Dmitry Popov, Product Management

Let s manage agents. Tom Sightler, Principal Solutions Architect Dmitry Popov, Product Management Let s manage agents Tom Sightler, Principal Solutions Architect Dmitry Popov, Product Management Agenda Inventory management Job management Managed by backup server jobs Managed by agent jobs Recovery

More information

Harbor Registry. VMware VMware Inc. All rights reserved.

Harbor Registry. VMware VMware Inc. All rights reserved. Harbor Registry VMware 2017 VMware Inc. All rights reserved. VMware Harbor Registry Cloud Foundry Agenda 1 Container Image Basics 2 Project Harbor Introduction 3 Consistency of Images 4 Security 5 Image

More information

OpenStack Manila An Overview of Manila Liberty & Mitaka

OpenStack Manila An Overview of Manila Liberty & Mitaka OpenStack Manila An Overview of Manila Liberty & Mitaka PRESENTATION TITLE GOES HERE October 7, 2015 SNIA Legal Notice! The material contained in this tutorial is copyrighted by the SNIA unless otherwise

More information

AGENDA. 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat

AGENDA. 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat AGENDA 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat 14:25-14:35 Capsule : Surveiller les accès aux fichiers avec Auditd,

More information

Plugin Monitoring for GLPI

Plugin Monitoring for GLPI Plugin Monitoring for GLPI Introduction 2 TOC 3 Contents Preface: Introduction...v Goals of this project... v Why is it revolutionnary?...v Links...v Internet site...v IRC-Channel...v Terms used in this

More information

# Project Tracker Parent task Status Priority Subject Updated Target version. hosts view. permissions. configured speed. afftected 19/11/2014 1/5

# Project Tracker Parent task Status Priority Subject Updated Target version. hosts view. permissions. configured speed. afftected 19/11/2014 1/5 OpMon - Issues # Project Tracker Parent task Status Priority Subject Updated Target 4373 OpMon User story Resolved Normal Allow scheduled downtimes are added with past start date. 13/08/2014 10:03 6.1.7

More information

Evaluation Guide for ASP.NET Web CMS and Experience Platforms

Evaluation Guide for ASP.NET Web CMS and Experience Platforms Evaluation Guide for ASP.NET Web CMS and Experience Platforms CONTENTS Introduction....................... 1 4 Key Differences...2 Architecture:...2 Development Model...3 Content:...4 Database:...4 Bonus:

More information

Be smart. Think open source.

Be smart. Think open source. Foreman Basics Be smart. Think open source. Foreman - Basics Lifecycle management of physical and virtual machines made easy! Agenda Introduction to Foreman Architecture Setup Provisioning Configuration

More information

Mod-Gearman Distributed Monitoring based on the Gearman Framework

Mod-Gearman Distributed Monitoring based on the Gearman Framework Mod-Gearman Distributed Monitoring based on the Gearman Framework Sven Nierlein 18.10.2012 Consol http://www.consol.de/open-source-monitoring/ 2 Introduction Common Scenarios Installation Configuration

More information

Nagios Snmp External Command Error With No Output (return Code 3)

Nagios Snmp External Command Error With No Output (return Code 3) Nagios Snmp External Command Error With No Output (return Code 3) Added value of custom variables to Object JSON output for hosts, services Fixed bug #583: Status Check Output of (No output on stdout)

More information

<Insert Picture Here> Introduction to MySQL

<Insert Picture Here> Introduction to MySQL Introduction to MySQL Giuseppe Maxia MySQL Community Team Lead at Oracle about me -Giuseppe Maxia a.k.a. The Data Charmer MySQL Community Team Lead Long time hacking with MySQL features

More information

Introduction to Docker. Antonis Kalipetis Docker Athens Meetup

Introduction to Docker. Antonis Kalipetis Docker Athens Meetup Introduction to Docker Antonis Kalipetis - @akalipetis Docker Athens Meetup Contents Introduction to Docker, Containers, and the Matrix from Hell Why people care: Separation of Concerns Technical Discussion

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

What s New in Newton. Emily Hugenbruch, Advisory Software

What s New in Newton. Emily Hugenbruch, Advisory Software What s New in Newton Emily Hugenbruch, Advisory Software Engineer, @ekhugen IBM s z/vm Cloud Stack approach 1. z/vm drivers provided to the OpenStack community z/vm drivers are currently open source, part

More information

The infrastructure of the LibreOffice project. Florian Effenberger Alexander Werner LibreOffice Conference Milan, September 26, 2013

The infrastructure of the LibreOffice project. Florian Effenberger Alexander Werner LibreOffice Conference Milan, September 26, 2013 The infrastructure of the LibreOffice project Florian Effenberger Alexander Werner LibreOffice Conference Milan, September 26, 2013 1 Why do we need infrastructure? 2 We are a virtual project the community

More information

P a g e 1. Teknologisk Institut. Online kursus k SysAdmin & DevOps Collection

P a g e 1. Teknologisk Institut.   Online kursus k SysAdmin & DevOps Collection P a g e 1 Online kursus k72751 SysAdmin & DevOps Collection P a g e 2 Title Estimated Duration (hrs) Ruby on Rails - Fundamentals 1,5 Ruby on Rails - Database Fundamentals 1,22 Python: The Basics 3,5 Python:

More information

How to Put Your AF Server into a Container

How to Put Your AF Server into a Container How to Put Your AF Server into a Container Eugene Lee Technology Enablement Engineer 1 Technology Challenges 2 Cloud Native bring different expectations 3 We are becoming more impatient Deploy Code Release

More information

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform

Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Building Scaleable Cloud Infrastructure using the Red Hat OpenStack Platform Will Foster Sr. Systems Engineer, Red Hat Dan Radez Sr. Software Engineer, Red Hat Kambiz Aghaiepour Principal Software Engineer,

More information

Purpose. Target Audience. Summary. Automation Overview. Nagios XI. Automated Host Management

Purpose. Target Audience. Summary. Automation Overview. Nagios XI. Automated Host Management Purpose This document describes how to automate adding and removing hosts and services in Nagios XI from the command line. Target Audience This document is intended for use by Administrators and Developers

More information

Nuxeo Roadmap. From Memphis to Chicago Nuxeo Team

Nuxeo Roadmap. From Memphis to Chicago Nuxeo Team Nuxeo Roadmap From Memphis to Chicago... 2008-06-21 Nuxeo Team 5.1 aka Memphis is a large success 2007/08-5.1.0 2007/09-5.1.1 2007/11-5.1.2 2008/01-5.1.3 2008/04-5.1.4 2008/06-5.1.5 2008/09-5.1.6 5.1 s

More information

Sai Janakiram Penumuru o Ten years in Oracle DBA / Oracle Apps DBA / Cloud Architect o Current Position: WW Product Expert/PMO, Cloud Platform and

Sai Janakiram Penumuru o Ten years in Oracle DBA / Oracle Apps DBA / Cloud Architect o Current Position: WW Product Expert/PMO, Cloud Platform and Sai Janakiram Penumuru o Ten years in Oracle DBA / Oracle Apps DBA / Cloud Architect o Current Position: WW Product Expert/PMO, Cloud Platform and Oracle/MS in hp o Director of Finance & Secretary - AIOUG

More information

Best Practices in Monitoring. Lars Vogdt Team Lead SUSE DevOPS

Best Practices in Monitoring. Lars Vogdt Team Lead SUSE DevOPS Best Practices in Monitoring Lars Vogdt Team Lead SUSE DevOPS About Lars Vogdt Co-developer of the SUSE Schoolserver Team lead opensuse Education since 2006 Team lead internal IT

More information

Distributed CI: Scaling Jenkins on Mesos and Marathon. Roger Ignazio Puppet Labs, Inc. MesosCon 2015 Seattle, WA

Distributed CI: Scaling Jenkins on Mesos and Marathon. Roger Ignazio Puppet Labs, Inc. MesosCon 2015 Seattle, WA Distributed CI: Scaling Jenkins on Mesos and Marathon Roger Ignazio Puppet Labs, Inc. MesosCon 2015 Seattle, WA About Me Roger Ignazio QE Automation Engineer Puppet Labs, Inc. @rogerignazio Mesos In Action

More information

Overview. 1. Install git and create a Github account 2. What is git? 3. How does git work? 4. What is GitHub? 5. Quick example using git and GitHub

Overview. 1. Install git and create a Github account 2. What is git? 3. How does git work? 4. What is GitHub? 5. Quick example using git and GitHub Git 101: Overview 1. Install git and create a Github account 2. What is git? 3. How does git work? 4. What is GitHub? 5. Quick example using git and GitHub Github icon 1 Install git and a create GitHub

More information

Apache Manually Install Ubuntu On Windows 8 Themes

Apache Manually Install Ubuntu On Windows 8 Themes Apache Manually Install Ubuntu 12.04 On Windows 8 Themes Ability to install & change default website theme, without need to change the content. Note: On Ubuntu/Debian, during mysql installation, it will

More information

Docker for People. A brief and fairly painless introduction to Docker. Friday, November 17 th 11:00-11:45

Docker for People. A brief and fairly painless introduction to Docker. Friday, November 17 th 11:00-11:45 Docker for People A brief and fairly painless introduction to Docker Friday, November 17 th 11:00-11:45 Greg Gómez Sung-Hee Lee The University of New Mexico IT NM TIE 2017 1 Docker for People Agenda: Greg:

More information

Boost Your Hibernate and Application Performance

Boost Your Hibernate and Application Performance Boost Your Hibernate and Application Performance Presented by: Greg Luck, Founder and CTO Ehcache March 3, 2010 Agenda Intro to Ehcache and Terracotta Code: Scaling Spring Pet Clinic With Hibernate With

More information

HTML presentation, positioning and designing responsive web applications.

HTML presentation, positioning and designing responsive web applications. Hi I am Rodolfo. I put to life to MEAN Stack development and Serverless applications in Amazon and Google Cloud. My passion revolves around helping clients solve very complex problems using cool technologies

More information

Experiences with OracleVM 3.3

Experiences with OracleVM 3.3 Experiences with OracleVM 3.3 Hans Forbrich Oracle ACE Director Forbrich Consulting Ltd Based in Alberta, Canada Why I use Oracle VM Oracle shop Oracle product licensing Hard Partitioning Fixed servers

More information

Release Ralph Offinger

Release Ralph Offinger nagios c heck p aloaltodocumentation Release 0.3.2 Ralph Offinger May 30, 2017 Contents 1 nagios_check_paloalto: a Nagios/Icinga Plugin 3 1.1 Documentation..............................................

More information

Effective Monitoring for Demanding Operations Environments

Effective Monitoring for Demanding Operations Environments Effective Monitoring for Demanding Operations Environments Rodrigue Chakode Nagios World Conference, Saint-Paul, US 2013-10-01 Agenda Introduction, Background Challenges for Effective Monitoring Move to

More information

Firefox Crash Reporting.

Firefox Crash Reporting. Firefox Crash Reporting laura@ mozilla.com @lxt Webtools @ Mozilla Crash reporting Localization Performance measurement Code search and static analysis Other stuff: product delivery and updates, plugins

More information

WebCenter Interaction 10gR3 Overview

WebCenter Interaction 10gR3 Overview WebCenter Interaction 10gR3 Overview Brian C. Harrison Product Management WebCenter Interaction and Related Products Summary of Key Points AquaLogic Interaction portal has been renamed

More information

The More We Get Together... The Islandora Community

The More We Get Together... The Islandora Community The More We Get Together... The Islandora Community Islandora Community 100+ public sites, 1073 listserv members, 104 GitHub members, 19 Committers, 30+ Committer Call attendees, 21 Contributed Modules,

More information

USING GIT FOR AUTOMATION AND COLLABORATION JUSTIN ELLIOTT - MATT HANSEN PENN STATE UNIVERSITY

USING GIT FOR AUTOMATION AND COLLABORATION JUSTIN ELLIOTT - MATT HANSEN PENN STATE UNIVERSITY USING GIT FOR AUTOMATION AND COLLABORATION JUSTIN ELLIOTT - MATT HANSEN PENN STATE UNIVERSITY AGENDA Version control overview Introduction and basics of Git Advanced Git features Collaboration Automation

More information

Open World Forum 2013

Open World Forum 2013 Open World Forum 2013 Bareos is a pure Open Source fork of the bacula.org project Agenda Bareos introduction New features Open source strategy and community contribution Bareos Introduction Fork started

More information

NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues.

NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues. Privileged Account Manager 3.5 Release Notes July 2018 NetIQ Privileged Account Manager 3.5 includes new features, improves usability and resolves several previous issues. Many of these improvements were

More information

Unifer Documentation. Release V1.0. Matthew S

Unifer Documentation. Release V1.0. Matthew S Unifer Documentation Release V1.0 Matthew S July 28, 2014 Contents 1 Unifer Tutorial - Notes Web App 3 1.1 Setting up................................................. 3 1.2 Getting the Template...........................................

More information

Advanced Continuous Delivery Strategies for Containerized Applications Using DC/OS

Advanced Continuous Delivery Strategies for Containerized Applications Using DC/OS Advanced Continuous Delivery Strategies for Containerized Applications Using DC/OS ContainerCon @ Open Source Summit North America 2017 Elizabeth K. Joseph @pleia2 1 Elizabeth K. Joseph, Developer Advocate

More information

Using DC/OS for Continuous Delivery

Using DC/OS for Continuous Delivery Using DC/OS for Continuous Delivery DevPulseCon 2017 Elizabeth K. Joseph, @pleia2 Mesosphere 1 Elizabeth K. Joseph, Developer Advocate, Mesosphere 15+ years working in open source communities 10+ years

More information

Carrier-grade VoIP platform with Kamailio at 1&1

Carrier-grade VoIP platform with Kamailio at 1&1 Carrier-grade VoIP platform with Kamailio at 1&1 Kamailio World, 17.04.2013 Henning Westerholt Head of IT Operations Internet Access & Communications 1&1 Internet AG 2011 1 About me Henning Westerholt

More information

DB Connect Is Back. and it is better than ever. Tyler Muth Denis Vergnes. September 2017 Washington, DC

DB Connect Is Back. and it is better than ever. Tyler Muth Denis Vergnes. September 2017 Washington, DC DB Connect Is Back and it is better than ever Tyler Muth Denis Vergnes September 2017 Washington, DC Forward-Looking Statements During the course of this presentation, we may make forward-looking statements

More information

Mysql Workbench Doesn't Show

Mysql Workbench Doesn't Show Mysql Workbench Doesn't Show Information_schema Right now both on MySQL Workbench and also phpmyadmin I can see and view schema and the tables in side it. 'show create table 'actions'': Table 'resource.actions'

More information

OpenShift Roadmap Enterprise Kubernetes for Developers. Clayton Coleman, Architect, OpenShift

OpenShift Roadmap Enterprise Kubernetes for Developers. Clayton Coleman, Architect, OpenShift OpenShift Roadmap Enterprise Kubernetes for Developers Clayton Coleman, Architect, OpenShift What Is OpenShift? Application-centric Platform INFRASTRUCTURE APPLICATIONS Use containers for efficiency Hide

More information

How To Use The Actions Component

How To Use The Actions Component Purpose This document describes how to configure the Actions Component within. This includes the custom URLs, linux shell/script, macro, and PHP code evaluation portions of the component. The Actions Component

More information

SQL Server on Linux and Containers

SQL Server on Linux and Containers http://aka.ms/bobwardms https://github.com/microsoft/sqllinuxlabs SQL Server on Linux and Containers A Brave New World Speaker Name Principal Architect Microsoft bobward@microsoft.com @bobwardms linkedin.com/in/bobwardms

More information

Intellicus Cluster and Load Balancing- Linux. Version: 18.1

Intellicus Cluster and Load Balancing- Linux. Version: 18.1 Intellicus Cluster and Load Balancing- Linux Version: 18.1 1 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at:

More information

Monitoring a HPC Cluster with Nagios

Monitoring a HPC Cluster with Nagios Cluster with Scuola Internazionale Superiore di Studi Avanzati Trieste 2009-04-01 1 2009-04-03 1 Try again... Fail better. Outline 1 2 3 Installation for Monitoring @SISSA Cluster with What is? «R is a

More information

Introduction to Sencha Ext JS

Introduction to Sencha Ext JS Introduction to Sencha Ext JS Olga Petrova olga@sencha.com Sales Engineer EMEA Agenda Use Case How It Works Advantages Demo Use case Ext JS a Javascript framework for building enterprise data-intensive

More information

Aurora, RDS, or On-Prem, Which is right for you

Aurora, RDS, or On-Prem, Which is right for you Aurora, RDS, or On-Prem, Which is right for you Kathy Gibbs Database Specialist TAM Katgibbs@amazon.com Santa Clara, California April 23th 25th, 2018 Agenda RDS Aurora EC2 On-Premise Wrap-up/Recommendation

More information

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento Magento Migration Tool User Guide Shopify to Magento Bigcommerce to Magento 3DCart to Magento Copyright 2015 LitExtension.com. All Rights Reserved. Page 1 Contents 1. Preparation... 3 2. Setup... 4 3.

More information

Support Lifecycle Policy

Support Lifecycle Policy Support Lifecycle Policy Release 2017.11.01 Kopano BV Aug 21, 2018 Contents 1 Abstract 2 2 Kopano Support Lifecycle Policy 3 2.1 Overview of Release Versioning................................... 3 2.2

More information

Web Applications & APIs

Web Applications & APIs 18 QUALYS SECURITY CONFERENCE 2018 Web Applications & APIs The Soft Belly of the Cloud Dave Ferguson Director, Product Management, WAS Remi Le Mer Director, Product Management, WAF Agenda Web Apps & APIs

More information

Docker and Oracle Everything You Wanted To Know

Docker and Oracle Everything You Wanted To Know Docker and Oracle Everything You Wanted To Know June, 2017 Umesh Tanna Principal Technology Sales Consultant Oracle Sales Consulting Centers(SCC) Bangalore Safe Harbor Statement The following is intended

More information

Using and Developing with Azure. Joshua Drew

Using and Developing with Azure. Joshua Drew Using and Developing with Azure Joshua Drew Visual Studio Microsoft Azure X-Plat ASP.NET Visual Studio - Every App Our vision Every App Every Developer .NET and mobile development Desktop apps - WPF Universal

More information

COSMOS. Controls Open Source MOnitoring System Project Status Report. Frank on behalf of the COSMOS core team BE-CO Technical Meeting:

COSMOS. Controls Open Source MOnitoring System Project Status Report. Frank on behalf of the COSMOS core team BE-CO Technical Meeting: COSMOS Controls Open Source MOnitoring System Project Status Report Frank Frank on behalf of the COSMOS core team BE-CO Technical Meeting: 09-11-2017 Laura Julien Luigi Felix Sergey Agenda ABACUS review

More information

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC Jenkins: A complete solution From Integration to Delivery For HSBC Rajesh Kumar DevOps Architect @RajeshKumarIN www.rajeshkumar.xyz Agenda Why Jenkins? Introduction and some facts about Jenkins Supported

More information

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Last Updated: 2018-09-14 Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Legal Notice Copyright 2018 Red Hat, Inc. The

More information

Red Hat Ceph Storage 3

Red Hat Ceph Storage 3 Red Hat Ceph Storage 3 Monitoring Ceph for Red Hat Enterprise Linux with Nagios Monitoring Ceph for Red Hat Enterprise Linux with Nagios Core. Last Updated: 2018-06-21 Red Hat Ceph Storage 3 Monitoring

More information

ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication. Harrold Sompotan and Patrick Jackson

ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication. Harrold Sompotan and Patrick Jackson ArcGIS Enterprise: Configuring Backups, Disaster Recovery, and Replication Harrold Sompotan and Patrick Jackson Agenda Brief History of WebGIS DR Tool Who, Why, What, When, How and Where Considerations

More information

Delphi Day, June Delphi 10 Tokyo for Windows 10 and More

Delphi Day, June Delphi 10 Tokyo for Windows 10 and More Delphi Day, June 7 2018 Delphi 10 Tokyo for Windows 10 and More 1 Presented by Marco Cantù RAD Studio Product Manager marco.cantu@embarcadero.com Twitter @marcocantu Embarcadero for Developers Focused

More information

There And Back Again

There And Back Again There And Back Again Databases At Uber Evan Klitzke October 4, 2016 Outline Background MySQL To Postgres Connection Scalability Write Amplification/Replication Miscellaneous Other Things Databases at Uber

More information

Lessons learned while automating MySQL in the AWS cloud. Stephane Combaudon DB Engineer - Slice

Lessons learned while automating MySQL in the AWS cloud. Stephane Combaudon DB Engineer - Slice Lessons learned while automating MySQL in the AWS cloud Stephane Combaudon DB Engineer - Slice Our environment 5 DB stacks Data volume ranging from 30GB to 2TB+. Master + N slaves for each stack. Master

More information

Overhauling Dev Arch with Ansible Tower and Docker

Overhauling Dev Arch with Ansible Tower and Docker Overhauling Dev Arch with Ansible Tower and Docker Scott Van Velsor, Bryan Shake, Khaled Awwad June 29 1130a #redhat #rhsummit origins the landscape that came before branch & path limits no automation

More information

Orchestrate JBoss Middleware with Ansible Tower Red Hat Summit San Francisco

Orchestrate JBoss Middleware with Ansible Tower Red Hat Summit San Francisco Orchestrate JBoss Middleware with Ansible Tower Red Hat Summit 2016 - San Francisco Marc Zottner Architect, Red Hat mzottner@redhat.com 29/06/2016 Roeland van de Pol Architect, Red Hat rvandepol@redhat.com

More information

VMware admins: Can your DR do this?

VMware admins: Can your DR do this? VMware admins: Can your DR do this? Veeam Backup & Replication v6 Rick Vanover vexpert, VCP, MCITP Product Strategy Specialist Twitter @RickVanover Administrative Points on this Webinar Technical content,

More information

May 2018 OpenStack Manila

May 2018 OpenStack Manila May 2018 OpenStack Manila Project Update, OpenStack Summit Vancouver Tom Barron IRC: tbarron EMAIL: tbarron@redhat.com, tpb@dyncloud.net Agenda What s Manila Problem Space, Problem Background Queens Release

More information

NWC 2011 Monitoring a Cloud Infrastructure in a Multi-Region Topology

NWC 2011 Monitoring a Cloud Infrastructure in a Multi-Region Topology NWC 2011 Monitoring a Cloud Infrastructure in a Multi-Region Topology Nicolas Brousse nicolas@tubemogul.com September 29th 2011 1 Introduction - About the speaker My name is Nicolas Brousse I previously

More information

Deep Dive on AWS CodeStar

Deep Dive on AWS CodeStar Deep Dive on AWS CodeStar with AWS CI/CD workflow Tara E. Walker Technical Evangelist @taraw June 28, 2017 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda What is DevOps

More information

Choudhry Nisar. Web: asifnisar.co.uk Phone no:

Choudhry Nisar.   Web: asifnisar.co.uk Phone no: Choudhry Nisar Email: asifnisar@gmail.com Web: asifnisar.co.uk Phone no: 07849558139 Profile: A well-organized individual with the ability to interpret tasks and deal with them appropriately. Confident

More information

The Software Delivery Experts. Agile, DevOps & QA Conference

The Software Delivery Experts. Agile, DevOps & QA Conference The Software Delivery Experts Agile, DevOps & QA Conference The Software Delivery Experts Integrating Mobile Automation with Jenkins: Case Study using Perfecto Mobile with Jenkins David Dang VP of Automation

More information

SCAP Security Guide Questions / Answers. Ján Lieskovský Contributor WorkShop November 2015

SCAP Security Guide Questions / Answers. Ján Lieskovský Contributor WorkShop November 2015 SCAP Security Guide Questions / Answers Ján Lieskovský Contributor WorkShop November 2015 Agenda Introductory Notes SSG Repository Structure Contributing To SSG Developer Workflow Introductory Notes SCAP

More information

<Insert Picture Here> Java Virtual Developer Day

<Insert Picture Here> Java Virtual Developer Day 1 Java Virtual Developer Day Simon Ritter Technology Evangelist Virtual Developer Day: Agenda Keynote: The Java Platform: Now and the Future What is Java SE 7 and JDK 7 Diving into

More information

SUSE Manager and Salt

SUSE Manager and Salt SUSE Manager and Salt The Three Cs of the IT Transformation Challenge Transform your approach to infrastructure to enable the business to capitalize on new innovations of data Cost Complexity Compliance

More information

A Xen Virtual Machine Monitor Plugin for Nagios

A Xen Virtual Machine Monitor Plugin for Nagios SLES10: Nagios Plugin for Xen www.novell.com A Xen Virtual Machine Monitor Plugin for Nagios Prepared By Axel Schmidt Version 1.0 02 August, 2007 I N T R O D U C T I O N This

More information

Team Up: Contributing to the Tizen Platform. Narasimha Swamy Sanjay NM

Team Up: Contributing to the Tizen Platform. Narasimha Swamy Sanjay NM Team Up: Contributing to the Tizen Platform Narasimha Swamy Sanjay NM YOUR Contributions MATTER to the SUCCESS of Tizen platform Agenda About Tizen OSS Ways of Contribution Tizen 3.0 Governance Model Tools,

More information

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations Actifio Sky DB Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations The Big Database Problem Database Cloning Time-consuming. No self service. Storageintensive. Can

More information

ContainerOps DevOps Orchestration

ContainerOps DevOps Orchestration ContainerOps DevOps Orchestration Quanyi Ma DevOps & Open Source Expert Senior Architect & Full Stack Developer Email: maquanyi@huawei.com Twitter: @genedna Github: https://github.com/genedna Agenda 1.

More information

SALOME Maintenance Procedure. Frédéric Pons (Open Cascade) Roman Nikolaev (Open Cascade)

SALOME Maintenance Procedure. Frédéric Pons (Open Cascade) Roman Nikolaev (Open Cascade) SALOME Maintenance Procedure Frédéric Pons (Open Cascade) Roman Nikolaev (Open Cascade) Back Office Back Office Organization Back Office Tasks Continuous integration Production and Qualification of Released

More information

DATABASE SYSTEMS. Introduction to MySQL. Database System Course, 2016

DATABASE SYSTEMS. Introduction to MySQL. Database System Course, 2016 DATABASE SYSTEMS Introduction to MySQL Database System Course, 2016 AGENDA FOR TODAY Administration Database Architecture on the web Database history in a brief Databases today MySQL What is it How to

More information