Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Nagios

You're reading from   Learning Nagios A beginners guide on Nagios

Arrow left icon
Product type Paperback
Published in Aug 2016
Publisher
ISBN-13 9781785885952
Length 414 pages
Edition 3rd Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Wojciech Kocjan Wojciech Kocjan
Author Profile Icon Wojciech Kocjan
Wojciech Kocjan
Piotr Beltowski Piotr Beltowski
Author Profile Icon Piotr Beltowski
Piotr Beltowski
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Introducing Nagios FREE CHAPTER 2. Installing Nagios 4 3. Configuring Nagios 4. Using the Built-in Web Interface 5. Using Additional Interfaces 6. Using the Nagios Plugins 7. Advanced Configuration 8. Notifications and Events 9. Passive Checks and NRDP 10. Monitoring Remote Hosts 11. Monitoring Using SNMP 12. Advanced Monitoring 13. Programming Nagios

Configuring Nagios

In this chapter, you will learn about other ways in which the Nagios status can be checked as well as how Nagios itself can be managed.

Nagios configuration is stored in a separate directory. Usually it's either in /etc/nagios or /usr/local/etc/nagios. If you have followed the steps for manual installation, it will be in the /etc/nagios directory.

The default installation creates a sample host called localhost and a few services. We will now create additional hosts and services, and create a more robust directory structure to manage all of the objects.

The main Nagios configuration file is called nagios.cfg, and it's the main file that is loaded during Nagios startup.

Its syntax is simple, a line beginning with # is a comment, and all lines in the form of <parameter>=<value> set a value. In some cases, a value might be repeated (such as specifying additional files/directories to read).

The following is a sample of the Nagios main configuration file:

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image