Nagios Speaker: Yan-Shiang Wang Adviser: Quincy Wu Date: 2005/12/21.

Slides:



Advertisements
Similar presentations
Internet Applications INTERNET APPLICATIONS. Internet Applications Domain Name Service Proxy Service Mail Service Web Service.
Advertisements

Lucas Schill Brent Grover Ed Schilla Advisor: Danny Miller.
Nagios and Kentix System Partners - Critical Monitoring Alerts in Your Hand Tanja Lewit
Network & System Monitoring with Nagios & Cacti Kevin Mueller.
Network Monitoring with Nagios and other tools Wednesday, 19 July 2006 Martin B. Smith
Network Monitoring with Nagios. Joint technical meeting #2 What is a network monitoring system? A combination of hardware and software used to administer.
Nagios at UCAR Pete Siemsen March 20, What is Nagios? Free network monitoring tool Open source Comes in pieces - use what you need.
M. Bechtel, S. Blümel, A. Quignon1 Linux Network Server Group: Nagios Marc Bechtel Sebastian Blümel Alexandre Quignon.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
1 EMC Storage Plug-in for Oracle Enterprise Manager 12c Version Product Overview.
0-1 Team ?? Status Report (1 of 3) Client Contact –Point 1 –Point 2 Team Meetings –Point 1 –Point 2 Team Organization –Point 1 –Point 2 Team 1: Auraria.
Confidential property of Belkin International. Unlawful to copy or reproduce in any manner without the express written consent of Belkin International.
Electronic Thesis And Dissertation Database Errors Luke Schmader Ryan Mestre Client: Zhiwu Xie CS4624 5/6/2014.
Chapter 22 Web Hosting and Internet Servers Xuanxuan Su.
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
11 Distributed Monitoring and Cloud Scaling for Web Apps Fernando Hönig
Papeete, French Polynesia PacNOG 5 Papeete, French Polynesia 17 June 2009 Hervey Allen.
These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (
Autostatus Graduate Student: Yan-Shiang Wang Adviser: Quincy Wu.
FrontPage 2000 Web Page Database Connectivity. Client /Server Architecture Database Server PCs Middleware.
DONE-10: Adminserver Survival Tips Brian Bowman Product Manager, Data Management Group.
Chapter 33 CGI Technology for Dynamic Web Documents There are two alternative forms of retrieving web documents. Instead of retrieving static HTML documents,
Your university or experiment logo here Nagios: An introduction and Brief Tutorial Chris Brew SciTech/PPD.
Chapter 24 - Advanced Web Technologies Introduction Conventional Web Pages Are Static How A Server Stores Static Web pages Fetching Items One At A Time.
Josh Riggs Utilizing Open Source Network Monitoring.
workshop eugene, oregon Nagios Network Design and Operations 24 July 2009
1. A key measurement tool for actively monitoring availability of devices and services. Possible the most used open source network monitoring software.
2010 These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (
Java CGI Lecture notes by Theodoros Anagnostopoulos.
Contents 1.Introduction, architecture 2.Live demonstration 3.Extensibility.
Introduction To Nagios A Linux-based Monitoring System.
A Study of Wireless Virtual Network Computing Kiran Erra.
Network Monitoring Manage your business without blowing your budget. Learn how the Calhoun ISD utilizes free “Open Source” tools for real-time monitoring.
Nagios The monitoring tool. Why ? Nagios is a powerful, modular network monitoring system that can be used to monitor many network services like smtp,
National Chi Nan University Automatic Event-Driven System for Network Management Author: Ya-Ling Wang, Arak Sae Yuan, Quincy Wu Date : 2/21/2012.
Authors: Haowei Yuan and Patrick Crowley Publisher: 2013 Proceedings IEEE INFOCOM Presenter: Chia-Yi Chu Date: 2013/08/14 1.
NAGIOS 1. Introduction A key measurement tool for actively monitoring availability of devices and services. Possible the most used open source network.
Lab 11 Overview Windows Server Last Labs Lab 12  Cisco Firewall.
2010 These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (
IS-907 Java EE World Wide Web - Overview. World Wide Web - History Tim Berners-Lee, CERN, 1990 Enable researchers to share information: Remote Access.
How to use mrtg to monitor traffic on your wireless and wired network a bella mia company.
An Overview of Tcl/Tk Programming. Tcl/Tk Tcl (Tool Command Language) is used by over half a million developers worldwide and has become a critical component.
August Video Management Software ViconNet Enterprise Video Management Software Hybrid DVR Kollector Strike Kollector Force Plug & Play NVR HDExpress.
2010 NAGIOS APRICOT 2010 Kuala Lumpur, Malaysia.
Information Systems and Network Engineering Laboratory I DR. KEN COSH WEEK 1.
Queensland University of Technology Nagios – an Open Source monitoring solution and it’s deployment at QUT.
EGEE-III INFSO-RI Enabling Grids for E-sciencE EGEE and gLite are registered trademarks The Dashboard for Operations Cyril L’Orphelin.
ADMINISTRACIÓN DE SERVICIOS PARA LA WEB BRENDA GONZÁLEZ GÓMEZ
Nagios - introduction Dhruba Raj Bhandari ( CCNA ) p Additions by Phil Regnauld.
Nagios FTW TriLUG 8/10/06 Presented by: Jason Faulkner Ian Kilgore.
Introduction  Model contains different kinds of elements (such as hosts, databases, web servers, applications, etc)  Relations between these elements.
'08 Rabat An Introduction AfNOG 2008 Network Management Workshop June 1-2 – Rabat, Morocco Hervey Allen & Phil Regnauld.
Network Management Workshop March – Bangkok, Thailand
Advisor : Quincy Wu Speaker : Xang-Ting Date : 2010/06/08
What is nagios? Version 2 8/ M.A.Newhall.
A Study of Wireless Virtual Network Computing
Monitoring with Nagios
How to use mrtg to monitor traffic on your wireless and wired network
Objects Mike Weber
Best Webdav Server Windows
Internet Applications
Nagios – Our Open Source Network Management Solution
How to monitor the $H!T out of Hadoop
System Monitoring With Nagios in CSCF
How to add MVE link to z/OSMF?
نماذج من تطبيقات شبكات الحساب مكونات شبكة الحاسب
Tiers vs. Layers.
INTERNET APPLICATIONS
How to add MVE link to z/OSMF?
How to add MVE link to z/OSMF?
Presentation transcript:

nagios Speaker: Yan-Shiang Wang Adviser: Quincy Wu Date: 2005/12/21

2 introduction host resources and network services monitor simple plug-in design simple authorization scheme history record

3 architecture main configuration logobject configuration general command plug in command web interface textgraph cgi

4 text

5 graph

6 history

7 object configuration - inheritance define host{ host_name bighost1 check_command check-host-alive max_check_attempts 5 name hosttemplate1 } define host{ host_name bighost2 max_check_attempts 3 use hosttemplate1 }

8 object configuration - service define service{ host_name HOST1,HOST2,HOST3,...HOSTN service_description SOMESERVICE other service directives... } define service{ hostgroup_name HOSTGROUP1,...HOSTGROUPN service_description SOMESERVICE other service directives... }

9 object configuration - extend info define hostextinfo{ notes This is the primary Netware file server host_name netware1 icon_image novell40.png icon_image_alt IntranetWare 4.11 vrml_image novell40.png statusmap_image novell40.gd2 2d_coords 100,250 3d_coords 100.0,50.0,75.0 }

10 reference nagios online document  nagios forum  VRML web browser plugins  nagios exchange  Setup step by step 