Nagios

Nagios

devops
nagios
Maven
Author

albertprofe

Published

Tuesday, June 1, 2021

Modified

Wednesday, February 14, 2024

📘 What is Nagios

Nagios is one of the top DevOps tools used for monitoring purposes.

It monitors the entire infrastructure that includes the system, servers, applications, networking protocols, etc. It is an open-source tool that is used by most of big companies.

1 Overview

Nagios Add-on Products extend Core’s functionality with Nagios agents. You can retrieve the code for any of these agents from our GitHub.

  • Nagios Cross Platform Agent (NCPA)
    • A cross-platform monitoring agent that can be installed on Windows, Linux/Unix, and Mac OS/X machines. NCPA features active and passive checks, remote management, and a local monitoring interface.
  • Nagios Remote Plugin Executor (NRPE)
    • An agent that allows you to remotely execute Nagios plugins on Linux/Unix machines and monitor remote machine metrics (disk usage, CPU load, etc.). NRPE can also communicate with Windows agent add-ons like NSClient++, so you can check metrics on remote Windows machines.
  • Nagios Remote Data Processor (NRDP)
    • NRDP is a flexible data transport mechanism and processor for Nagios that uses standard port protocols (HTTP(S) and XML) and can be implemented as a replacement for NSCA. Designed with a simple and robust architecture, NRDP can be easily extended and customized to fit individual users’ needs.
  • Nagios Data Output Utilities (NDOUtils)
    • NDOUtils is an add-on that lets you store current and historical status and event information from one or more Nagios instances on a MySQL/MariaDB database. Several community add-ons use this as one of their data sources.
  • Nagios Service Check Acceptor (NSCA)
    • NSCA allows you to integrate passive alerts and checks from remote machines and applications with Nagios. This agent is useful for processing security alerts as well as deploying redundant and distributed Nagios setups.

3 References