NagiosServer

Synopsis

Nagios is an open source computer system monitoring, network monitoring and infrastructure monitoring software application. Nagios offers monitoring and alerting services for servers, switches, applications, and services. It alerts the users when things go wrong and alerts them a second time when the problem has been resolved.

Nagios, originally created under the name NetSaint, was written and is currently maintained by Ethan Galstad along with a group of developers who are actively maintaining both the official and unofficial plugins. Nagios was originally designed to run under Linux but also runs well on other Unix variants. It is free software licensed under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Help Command

This command helps to determine the usage of Nagios module. The user will come to know about the different way/format to execute this module. This command guides the end user to know the purpose of this command. Below given are the command and the screenshot of the same.

ptconfigure nagios help

The pictorial screenshot of the above command is listed below,

kevell@corp:/# ptconfigure nagios help
******************************


 This command is part of Core and provides you with a method by which you can install Nagios.

 NagiosServer, nagios-server, nagiosserver, nagios

       - install
       Installs Nagios Network Monitoring Server
       example: ptconfigure nagios-server install

------------------------------
End Help
******************************

Installation

This command helps in installing the Nagios in system. The below given command will execute the process of installation.

ptconfigure nagios install

The pictorial representation of the above command is listed below,

kevell@corp:/# ptconfigure nagios-server install

Install Nagios Server? (Y/N)
y
*******************************
*        Pharaoh Tools        *
*         Nagios Server!        *
*******************************
E: Unable to correct problems, you have held broken packages.
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nagios3 : Depends: nagios3-core (= 3.2.3-3ubuntu1) but it is not going to be installed
[Pharaoh Logging] Adding Package nagios3 from the Packager Apt did not execute correctly
... All done!
*******************************
Thanks for installing , visit www.pharaohtools.com for more
******************************


Single App Installer:
--------------------------------------------
NagiosServer: Success
------------------------------
Installer Finished
******************************

Options

Parameters Alternative Parameters Options Comments
Install Nagios Server? (Y/N) There are four alternative parameters which can be used in command line. NagiosServer, nagios-server, nagiosserver, nagios Eg: ptconfigure nagios install/ ptconfigure nagiosserver install Y System starts installation process
Install Nagios Server? (Y/N) There are four alternative parameters which can be used in command line. NagiosServer, nagios-server, nagiosserver, nagios Eg: ptconfigure nagios install/ ptconfigure nagiosserver install| N System stops installation process

Benefits

  • Monitoring of network services (SMTP, POP3, HTTP, NNTP, ICMP, SNMP, FTP, SSH)
  • Monitoring of host resources (processor load, disk usage, system logs) on a majority of network operating systems, including Microsoft Windows with the NSClient++ plugin or Check MK.
  • Monitoring of anything else like probes (temperature, alarms,etc.) which have the ability to send collected data via a network to specifically written plugins
  • Monitoring via remotely run scripts via Nagios Remote Plugin Executor
  • Remote monitoring supported through SSH or SSL encrypted tunnels.
  • A simple plugin design that allows users to easily develop their own service checks depending on needs, by using their tools of choice (shell scripts, C++, Perl, Ruby, Python, PHP, C#, etc.)
  • Available data graphing plugins
  • Parallelized service checks
  • The ability to define network host hierarchies using ‘parent’ hosts, allowing the detection of and distinction between hosts that are down or unreachable
  • Contact notifications when service or host problems occur and get resolved (via e-mail, pager, SMS, or any user-defined method through plugin system)
  • The ability to define event handlers to be run during service or host events for proactive problem resolution
  • Automatic log file rotation
  • Support for implementing redundant monitoring hosts
  • An optional web-interface for viewing current network status, notifications, problem history, log files, etc.
  • Data storage via text files rather than database
comments powered by Disqus