1 Hervey Allen Sebastian Buettrich PacNOG 6 Nadi, Fiji.

Slides:



Advertisements
Similar presentations
Nagios: An introduction and Brief Tutorial
Advertisements

© 2009 GroundWork Open Source, Inc. PROPRIETARY INFORMATION: Information contained herein is not for use or disclosure outside of GroundWork Open Source,
Bangkok, Thailand An Introduction intERLab at AIT Network Management Workshop March – Bangkok, Thailand Hervey Allen & Phil Regnauld.
Nagios System monitoring, the easy way. What is Nagios Nagios watches your computers through user-defined commands It can be set to inform you when a.
Nagios and Kentix System Partners - Critical Monitoring Alerts in Your Hand Tanja Lewit
Network & System Monitoring with Nagios & Cacti Kevin Mueller.
1 CHEP 2000, Roberto Barbera Roberto Barbera (*) Grid monitoring with NAGIOS WP3-INFN Meeting, Naples, (*) Work in collaboration with.
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.
M. Bechtel, S. Blümel, A. Quignon1 Linux Network Server Group: Nagios Marc Bechtel Sebastian Blümel Alexandre Quignon.
These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (
PacNOG 6: Nadi, Fiji Installing Ubuntu Server 9.04 Hervey Allen Network Startup Resource Center.
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 (
Passive Monitoring with Nagios Jim Prins
These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (
©Kwan Sai Kit, All Rights Reserved Windows Small Business Server 2003 Features.
Your university or experiment logo here Nagios: An introduction and Brief Tutorial Chris Brew SciTech/PPD.
Josh Riggs Utilizing Open Source Network Monitoring.
Cognos TM1 Satya Mobile:
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 (
Network Management Tool Amy Auburger. 2 Product Overview Made by Ipswitch Affordable alternative to expensive & complicated Network Management Systems.
1 Apache. 2 Module - Apache ♦ Overview This module focuses on configuring and customizing Apache web server. Apache is a commonly used Hypertext Transfer.
INFN-GRID Testbed Monitoring System Roberto Barbera Paolo Lo Re Giuseppe Sava Gennaro Tortone.
Introduction To Nagios A Linux-based Monitoring System.
11 Distributed Monitoring for Web Apps Fernando Hönig
Network Monitoring Manage your business without blowing your budget. Learn how the Calhoun ISD utilizes free “Open Source” tools for real-time monitoring.
Graphing and statistics with Cacti AfNOG 11, Kigali/Rwanda.
1 The System Menu. 2 The System menu Dashboard Page displayed upon every login. It encompasses several boxes organised in two columns that provide a complete.
Nagios Speaker: Yan-Shiang Wang Adviser: Quincy Wu Date: 2005/12/21.
Nagios The monitoring tool. Why ? Nagios is a powerful, modular network monitoring system that can be used to monitor many network services like smtp,
NAGIOS 1. Introduction A key measurement tool for actively monitoring availability of devices and services. Possible the most used open source network.
2010 These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (
1 Grid Monitoring with Nagios Aries Hung, Joanna Huang, Felix Lee, Min Tsai ASGC WLCG T2 Asia Workshop TIFR, Dec 2, 2006.
2010 NAGIOS APRICOT 2010 Kuala Lumpur, Malaysia.
Queensland University of Technology Nagios – an Open Source monitoring solution and it’s deployment at QUT.
2010 Kuala Lumpur, Malaysia Ticketing Systems and Documentation APRICOT 2010 February 26 – Kuala Lumpur, Malaysia.
ADMINISTRACIÓN DE SERVICIOS PARA LA WEB BRENDA GONZÁLEZ GÓMEZ
2008 Taipei, Taiwan An Introduction APRICOT 2008 Network Management Workshop February – Taipei, Taiwan Hervey Allen & Phil.
Nagios - introduction Dhruba Raj Bhandari ( CCNA ) p Additions by Phil Regnauld.
2009 Manila, Philippines Nagios APRICOT February 2009 Hervey Allen.
Nagios FTW TriLUG 8/10/06 Presented by: Jason Faulkner Ian Kilgore.
S. Bancal / rev. 28 oct 2009 Page 1 ENAC-IT Nagios 3 - “Basics” EPFL – Espace Logiciel Libre à l'École Nagios 3 Meeting 1 “Basics”
Distributed Monitoring with Nagios: Past, Present, Future Mike Guthrie
CIS Host Manager Bryce Johnston CIS 597 May 8, 2009.
'08 Rabat An Introduction AfNOG 2008 Network Management Workshop June 1-2 – Rabat, Morocco Hervey Allen & Phil Regnauld.
Monitoring IBMi by Nagios Core & Nagiosgraph
Network Management Workshop March – Bangkok, Thailand
Stavroula Balopoulou , Angelo Lykiardopoulos, Sissy Iona HCMR-HNODC
Advisor : Quincy Wu Speaker : Xang-Ting Date : 2010/06/08
Progress Apama Fundamentals
Essentials of UrbanCode Deploy v6.1 QQ147
Apache web server Quick overview.
CCNA Routing and Switching Routing and Switching Essentials v6.0
Use of Nagios in Central European ROC
What is nagios? Version 2 8/ M.A.Newhall.
Tango Administrative Tools
Chapter 5: Switch Configuration
Chapter 10: Device Discovery, Management, and Maintenance
CCNA Routing and Switching Routing and Switching Essentials v6.0
Monitoring with Nagios
Objects Mike Weber
Nagios – Our Open Source Network Management Solution
Adding Objects To Nagios 3.0
Chapter 10: Device Discovery, Management, and Maintenance
Ticketing Systems with RT
Introduction to Ansible
– Chapter 3 – Device Security (B)
Presentation transcript:

1 Hervey Allen Sebastian Buettrich PacNOG 6 Nadi, Fiji

Introduction A key measurement tool for actively monitoring availability of devices and services. Possible the most used open source network monitoring software. Has a web interface.  Uses CGIs written in C for faster response and scalability. Can support up to thousands of devices and services.

In Debian/Ubuntu 9.04 and up  # apt-get install nagios3  Set web admin password during install  Files are installed here: /etc/nagios3 /etc/nagios3/conf.d /etc/nagios-plugins/conf /usr/share/nagios3/htdocs/images/logos /usr/sbin/nagios3 /usr/sbin/nagios3stats  Nagios web interface is here: Installation

 Nagios will start with two hosts automatically set up for you: localhost and gateway (as found in route) Some versions have broken Ubuntu packages – the install does not create the nagiosadmin user properly. Do: sudo htpasswd -c /etc/nagios3/htpasswd.users nagiosadmin Installation

 From the Nagios Documentation: Relax - it's going to take some time. :) “Nagios can be tricky to configure when you've got a good grasp of what's going on, and nearly impossible if you don't.” We start with easy steps to get you started, before looking into some detail. Configuration

Configuration in easy steps 0. Think about directory and file structure Nagios configurations can live in any file and directory you wish them to be in – so long as you announce these to Nagios (in the main config file, /etc/nagios3/nagios.cfg). That gives you the freedom to structure in a nice hierarchic way, e.g. /my_hosts /my_hosts/mail /my_hosts/web or such

Nagios Configuration

In Nagios, essentially everything is Objects – with many relations between them. Objects can be: Hosts, services, contacts, plugins, dependencies (e.g. parent-child), escalations, time periods,...

Configuration in easy steps 0. Always test your changes and restart Keep backups of config files and run test: #/usr/sbin/nagios3 -v /etc/nagios3/nagios.cfg Remember to restart in order for changes to show: # /etc/init.d/nagios3 reload

Configuration in easy steps 1. Create host definitions: e.g. define host{ usegeneric-host; Inherit default values from a template host_nameremotehost; The name we're giving to this host aliasSome Remote Host; A longer name associated with the host address ; IP address of the host hostgroupsall; Host groups this host is associated with }

Configuration in easy steps 2. Create service definitions: e.g. # check that ssh services are running define service { hostgroup_name ssh-servers service_description SSH check_command check_ssh use generic-service notification_interval 0 ; set > 0 if you want to be renotified }

Configuration in easy steps 3. Create contact definitions: e.g. define contact{ contact_name sebastian alias sebastian buettrich host_notifications_enabled1 service_notifications_enabled1 service_notification_period 24x7 host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r service_notification_commands notify-service-by- host_notification_commands notify-host-by- pager- address1homehood 7 address22200 cph n can_submit_commands1 }

Nagios: General View

Nagios: Service Detail

Nagios: Hosts Details

Nagios: Hostgroups Overview

Nagios: Service Groups Overview

Nagios: Collapsed Tree Status Map

Nagios: Marked-up Circular Status Map

Features Verification of availability is delegated to plugins:  The product's architecture is simple enough that writing new plugins is fairly easy in the language of your choice.  There are many, many plugins available. Nagios uses parallel checking and forking. Version 3 of Nagios does this better.

Features cont. Has intelligent checking capabilities. Attempts to distribute the server load of running Nagios (for larger sites) and the load placed on devices being checked. Configuration is done in simple, plain text files. These can contain much detail and are based on templates. Nagios reads its configuration from an entire directory. You decide how to define individual files.

Features cont. Utilizes topology todetermine dependencies.  Nagios differentiates between what is down vs. what is not available. This way it avoids running unnecessary checks. Nagios allows you to define how you send notifications based on combinations of:  Contacts and lists of contacts  Devices and groups of devices  Services and groups of services  Defined hours by persons or groups.  The state of a service.

And, even more... Service state: When configurating a service, you have the following notification options:  d: DOWN: The service is down (not available)  u: UNREACHABLE: When the host is not visible  r: RECOVERY: (OK) Host is coming back up  f: FLAPPING: When a host first starts or stops or it's state is undetermined.  n: NONE: Don't send any notifications

Features, features, features… Allows you to acknowledge an event.  A user can add comments via the GUI You can define maintenance periods  By device or a group of devices Maintains availability statistics. Can detect flapping and suppress additional notifications. Allows for multiple notification methods such as: , pager, SMS, winpopup, audio, etc... Allows you to define notification levels. Critical feature.

How Checks Work  A node/host/device consists of one or more service checks (PING, HTTP, MYSQL, SSH, etc)‏  Periodically Nagios checks each service for each node and determines if state has changed. State changes are:  CRITICAL  WARNING  UNKNOWN  For each state change you can assign:  Notification options (as mentioned before)  Event handlers

How Checks Work Parameters  Normal checking interval  Re-check interval  Maximum number of checks.  Period for each check Node checks only happen when on services respond (assuming you've configured this).  A node can be: DOWN UNREACHABLE

How Checks Work Therefore it can take some time before a host changes its state to “down” as Nagios first does a service check and then a node check. By default Nagios does a node check 3 times before it will change the nodes state to down. You can, of course, change all this.

The Concept of “Parents” Nodes can have parents:  For example, the parent of a PC connected to a switch would be the switch.  This allows us to specify the network dependencies that exist between machines, switches, routers, etc.  This avoids having Nagios send alarms when a parent does not respond.  A node can have multiple parents.

The Idea of Network Viewpoint Where you locate your Nagios server will determine your point of view of the network. Nagios allows for parallel Nagios boxes that run at other locations on a network. Often it makes sense to place your Nagios server nearer the border of your network vs. in the core.

Network Viewpoint

Nagios Configuration Files

Configuration Files Located in /etc/nagios3/ Important files include: cgi.cfgControls the web interface and security options. commands.cfgThe commands that Nagios uses for notifications. nagios.cfgMain configuration file. conf.d/*All other configuration goes here!

Configuration Files Under conf.d/* (sample only) contacts_nagios3.cfgusers and groups generic-host_nagios2.cfg default host template‏ generic-service_nagios2.cfg default service template hostgroups_nagios2.cfg groups of nodes services_nagios2.cfg what services to check timeperiods_nagios2.cfg when to check and who to notify

Configuration Files Under conf.d some other possible configfiles: host-gateway.cfgDefault route definition extinfo.cfgAdditional node information servicegroups.cfig Groups of nodes and services localhost.cfgDefine the Nagios server itself pcs.cfgSample definition of PCs (hosts) switches.cfgDefinitions of switches (hosts) routers.cfgDefinitions of routers (hosts)

Plugins Configuration The Nagios package in Ubuntu comes with a bunch of pre-installed plugins: apt.cfg breeze.cfgdhcp.cfg disk-smb.cfg disk.cfg dns.cfg dummy.cfg flexlm.cfg fping.cfg ftp.cfg games.cfg hppjd.cfg http.cfg ifstatus.cfgldap.cfg load.cfg mail.cfg mrtg.cfg mysql.cfg netware.cfg news.cfg nt.cfg ntp.cfg pgsql.cfg ping.cfg procs.cfg radius.cfg real.cfg rpc-nfs.cfg snmp.cfg ssh.cfg tcp_udp.cfg telnet.cfg users.cfg vsz.cfg

Main Configuration Details Global settings File: /etc/nagios3/nagios.cfg  Says where other configuration files are.  General Nagios behavior:  For large installations you should tune the installation via this file.  See: Tunning Nagios for Maximum Performance

CGI Configuration Archivo: /etc/nagios3/cgi.cfg  You can change the CGI directory if you wish  Authentication and authorization for Nagios use.  Activate authentication via Apache's.htpasswd mechanism, or using RADIUS or LDAP.  Users can be assigned rights via the following variables: authorized_for_system_information authorized_for_configuration_information authorized_for_system_commands authorized_for_all_services authorized_for_all_hosts authorized_for_all_service_commands authorized_for_all_host_commands

Time Periods # '24x7' define timeperiod{ timeperiod_name 24x7 alias 24 Hours A Day, 7 Days A Week sunday 00:00-24:00 monday 00:00-24:00 tuesday 00:00-24:00 wednesday 00:00-24:00 thursday 00:00-24:00 friday 00:00-24:00 saturday 00:00-24:00 } # '24x7' define timeperiod{ timeperiod_name 24x7 alias 24 Hours A Day, 7 Days A Week sunday 00:00-24:00 monday 00:00-24:00 tuesday 00:00-24:00 wednesday 00:00-24:00 thursday 00:00-24:00 friday 00:00-24:00 saturday 00:00-24:00 } This defines the base periods that control checks, notifications, etc.  Defaults: 24 x 7  Could adjust as needed, such as work week only.  Could adjust a new time period for “outside of regular hours”, etc.

# 'check-host-alive' command definition define command{ command_name check-host-alive command_line $USER1$/check_ping -H $HOSTADDRESS$ -w ,60% -c ,100% -p 1 -t 5 } Configuring Service/Host Checks Define how you are going to test a service. Located in /etc/nagios-plugins/config, then adjust in /etc/nagios3/conf.d/services_nagios2.cfg

Notification Commands Allows you to utilize any command you wish. We'll do this for generating tickets in RT. # 'notify-by- ' command definition define command{ command_name notify-by- command_line /usr/bin/printf "%b" "Service: $SERVICEDESC$\nHost: $HOSTNAME$\nIn: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\nInfo: $SERVICEOUTPUT$\nDate: $SHORTDATETIME$" | /bin/mail - s '$NOTIFICATIONTYPE$: $HOSTNAME$/$SERVICEDESC$ is $SERVICESTATE$' $CONTACT $ } From: To: Subject: Host DOWN alert for switch1! Date: Thu, 29 Jun :13: Host: switch1 In: Core_Switches State: DOWN Address: Date/Time: :13:30 Info: CRITICAL - Plugin timed out after 6 seconds

Nodes and Services Configuration Based on templates  This saves lots of time avoiding repetition  Similar to Object Oriented programming Create default templates with default parameters for a:  generic node  generic service  generic contact

Generic Node Template define host{ name generic-host notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information1 check_command check-host-alive max_check_attempts 5 notification_interval 60 notification_period 24x7 notification_options d,r contact_groups nobody register 0 } define host{ name generic-host notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information1 check_command check-host-alive max_check_attempts 5 notification_interval 60 notification_period 24x7 notification_options d,r contact_groups nobody register 0 }

Individual Node Configuration define host{ use generic-host host_name switch1 alias Core_switches address parents router1 contact_groups switch_group } define host{ use generic-host host_name switch1 alias Core_switches address parents router1 contact_groups switch_group }

Generic Service Configuration define service{ name generic-service active_checks_enabled 1 passive_checks_enabled 1 parallelize_check 1 obsess_over_service 1 check_freshness 0 notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information1 is_volatile 0 check_period 24x7 max_check_attempts 5 normal_check_interval 5 retry_check_interval 1 notification_interval 60 notification_period 24x7 notification_options c,r register 0 } define service{ name generic-service active_checks_enabled 1 passive_checks_enabled 1 parallelize_check 1 obsess_over_service 1 check_freshness 0 notifications_enabled 1 event_handler_enabled 1 flap_detection_enabled 1 process_perf_data 1 retain_status_information 1 retain_nonstatus_information1 is_volatile 0 check_period 24x7 max_check_attempts 5 normal_check_interval 5 retry_check_interval 1 notification_interval 60 notification_period 24x7 notification_options c,r register 0 }

Individual Service Configuration define service{ host_name switch1 use generic-service service_description PING check_command check-host-alive max_check_attempts 5 normal_check_interval 5 notification_options c,r,f contact_groups switch-group } define service{ host_name switch1 use generic-service service_description PING check_command check-host-alive max_check_attempts 5 normal_check_interval 5 notification_options c,r,f contact_groups switch-group }

Mensajes a Beepers/SMS It's important to integrate Nagios with something available outside of work  Problems occur after hours... (unfair, but true) A critical item to remember: an SMS or message system should be independent from your network.  You can utilize a modem and a telephone line  Packages like sendpage, qpage or gnokii can help.

A Few References Nagios web site Nagios plugins site Nagios. System and Network Monitoring by Wolfgang Barth. Good book about Nagios Unofficial Nagios plugin site A Debian tutorial on Nagios Commercial Nagios support