/ncpa

Nagios Cross-Platform Agent

Primary LanguagePythonOtherNOASSERTION

NCPA

https://travis-ci.org/NagiosEnterprises/ncpa.svg?branch=master

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.

Downloads

Current versions:

Current 2.1.4 Downloads

Older Versions

We currently build for the following operating systems:

  • Windows (Vista+)
  • Mac OS X (10.7+)
  • CentOS / RHEL 6, 7¹
  • Debian 7, 8, 9¹
  • Ubuntu² 12, 14, 16
  • OpenSUSE 11, 12¹, 13¹, 42¹, Tumbleweed¹
  • SLES 11, 12¹
  • Oracle 6, 7¹
  • AIX 7

¹ Builds for 64-bit versions only (2.0.6+) ² LTS are the only "supported" versions, although builds should work for non-LTS

Older systems that have past support by NCPA:

  • CentOS / RHEL 5 using NCPA 2.0.6
  • Oracle 5 using NCPA 2.0.6
  • AIX 6 with NCPA 2.1.1

Other systems we are working on builds for:

  • Fedora
  • Solaris

If you're looking for builds for CentOS / RHEL / Oracle 5, you'll need to use NCPA 2.0.6, which you can find 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