Skip to content

rechecked/rcagent

Repository files navigation

Go Test/Build

ReChecked Agent (rcagent) is light-weight, cross-platform, API-based agent that is compatible with Nagios (using NRDP and check_rcagent) check-based monitoring systems.

For Binary Installs

We currently build for: Windows, macOS (12+), CentOS Stream/RHEL (8+), Debian (10+), Ubuntu (18+ LTS)

Download from GitHub releases or download from rechecked.io

For Source Install

To build from source, ensure golang is installed and download the souce, then run:

make build

To install the source version, run the following:

make install

If you'd like to run the source version as a service, you can install the service by running

/usr/local/rcagent/rcagent -a install

Using rcagent

You can read how to get started and you can install the config wizard or plugin below.

Config Options

For a full list of config options in config.yml, check the config options page.