Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 4.5 KB

README.rst

File metadata and controls

83 lines (62 loc) · 4.5 KB

NCPA

image

The Nagios Cross-Platform Agent; a single monitoring agent that installs on all major operating systems. NCPA allows both active checks via check_ncpa.py and passive checks via NRDP. NCPA comes with a built-in web GUI, documentation, websocket graphing, and is secured with SSL by default.

NCPA 3 Beta ---------The NCPA 3 beta has been released! You can download the beta via the source code in the dev-v3-beta-01 branch or by visiting the downloads page for installable packages.

Downloads

Current versions:

Current 2.4.1 Downloads
Beta 3.0.0 Downloads

Older Versions

We currently build for the following operating systems:

  • Windows (7+)
  • Mac OS X (10.11+)
  • RHEL 7, 8, 9
  • CentOS 7
  • CentOS Stream 8, 9
  • Oracle 7, 8
  • Amazon Linux 2
  • Debian 8 (32 & 64 bit), 9 (32 & 64 bit), 10, 11
  • Ubuntu 16.04 (32 & 64 bit), 18.04 (32 & 64 bit), 20.04, 22.04
  • OpenSUSE Leap 15, Tumbleweed
  • SLES 12, 15

Older systems that have been supported by NCPA in the past:

  • Mac OS X (10.7-10.10) using NCPA 2.4.0
  • Raspbian 10 (Buster) using NCPA 2.2.2
  • Ubuntu 12.04 using NCPA 2.1.4
  • Ubuntu 14.04 using NCPA 2.2.2
  • Debian 7 using NCPA 2.1.4
  • Debian 8 using NCPA 2.2.2
  • OpenSUSE 11, 12, 13 using NCPA 2.1.4
  • SLES 11 using v2.4.0
  • AIX 6 with NCPA 2.1.1
  • AIX 7 using NCPA 2.2.1
  • CentOS / RHEL 5 using NCPA 2.0.6
  • CentOS / RHEL 6 using NCPA 2.2.2
  • CentOS Stream 8 ARM using NCPA 2.4.0
  • Oracle 5 using NCPA 2.0.6
  • Oracle 6 using NCPA 2.2.2
  • Windows XP/Vista using NCPA 1.8.1
  • Solaris 10
  • Solaris 11 using NCPA 2.4.0

If you're looking for older builds you can find them in the archives.

If your operating system of choice is not on the list and none of the builds work for you, then you can request it to be added here by creating a new GitHub issue.

Documentation

You can view the most current HTML documentation online or view your current NCPA version's documentation using the NCPA web GUI from an installed agent. This is recommended if you are using an older version, since some features may not be available but may be used in newer documents.

Advanced

Contributing

We are always looking to improve NCPA. If you can add a feature or fix a bug, your help is greatly appreciated. Even testing is a great help! In order to contribute, you should start by following the instructions in the contribute docs.

Building From Source

While we recommend using the pre-built version above, sometimes you may find the need to build your own binaries from the source. Mostly, this consists of installing the newest version of Python 2.7 and a few modules installed through pip. There are some issues on certain systems that are explained in the build docs below.

Building for Windows Building for Linux Building for Mac OS X