< Home - < Back

nagios


Information about the package, nagios, which is shipped with common Linux distributions. The nagios package is designed for, Host/service/network monitoring program.


Package Name:

nagios

Summary:

Host/service/network monitoring program

Description:

Nagios is a program that will monitor hosts and services on your network. It has the ability to send email or page alerts when a problem arises and when a problem is resolved. Nagios is written in C and is designed to run under Linux (and some other *NIX variants) as a background process, intermittently running checks on various services that you specify. The actual service checks are performed by separate "plugin" programs which return the status of the checks to Nagios. The plugins are available at https://github.com/nagios-plugins/nagios-plugins This package provides the core program, web interface, and documentation files for Nagios. Development files are built as a separate package.

Architecture:

x86_64

Version:

4.3.4

Release:

7.el6

Size:

1.8 M

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for nagios


Control the nagios package with the following handy commands outlined below.


Command

Description of Command

yum install nagios

This command will install nagios on the server.

yum remove nagios

This command will un-install nagios on the server. When you run this command, you will be asked if you are sure that you want to remove nagios, so you have to manually confirm that you want to do this.

yum -y remove nagios

This command will un-install nagios on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nagios when using the -y flag.

yum update nagios

This command will update nagios to the latest version. When you run this command, you will be asked if you are sure that you want to remove nagios, so you have to manually confirm that you want to do this.

yum -y update nagios

This command will update nagios to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nagios when using the -y flag.

yum info nagios

This command will show you core information about the nagios package.

yum deplist nagios

This command will show you the dependencies for nagios. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nagios

This command will check if there is an update waiting on nagios. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.