Book Image

Nagios Core Administration Cookbook

By : Tom Ryder
Book Image

Nagios Core Administration Cookbook

By: Tom Ryder

Overview of this book

Network monitoring requires significantly more than just pinging hosts. This cookbook will help you to comprehensively test your networks' major functions on a regular basis."Nagios Core Administration Cookbook" will show you how to use Nagios Core as a monitoring framework that understands the layers and subtleties of the network for intelligent monitoring and notification behaviour. Nagios Core Administration Guide introduces the reader to methods of extending Nagios Core into a network monitoring solution. The book begins by covering the basic structure of hosts, services, and contacts and then goes on to discuss advanced usage of checks and notifications, and configuring intelligent behaviour with network paths and dependencies. The cookbook emphasizes using Nagios Core as an extensible monitoring framework. By the end of the book, you will learn that Nagios Core is capable of doing much more than pinging a host or to check if websites respond.
Table of Contents (18 chapters)
Nagios Core Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Scheduling downtime for a host or service


In this recipe, we'll learn how to schedule downtime for a host or service in Nagios Core. This is useful for elegantly suppressing notifications for some predictable period of time; a very good example is when servers require downtime to be upgraded, or to have their hardware checked.

In this example, we'll demonstrate scheduling downtime for a host named sparta.naginet, and we'll examine the changes it makes in the web interface.

Getting ready

You should have a Nagios Core 3.0 or newer server with a definition for at least one host and at least one service, and some idea of when you would like your downtime to be scheduled. You should also have a working web interface, per the QuickStart installation of Nagios Core 3.0.

You should also have Nagios Core configured to process external commands, and have given your web interface user the permissions to apply them. If you are logging in as the nagiosadmin user per the recommended quick start guide, then...