Skip to content

Commit

Permalink
Update docs location
Browse files Browse the repository at this point in the history
  • Loading branch information
jomann09 committed Jun 25, 2023
1 parent 80e89f1 commit 4717a1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![Go Test/Build](https://github.com/rechecked/rcagent/actions/workflows/go.yml/badge.svg)](https://github.com/rechecked/rcagent/actions/workflows/go.yml)
[![GitHub release](https://img.shields.io/github/release/rechecked/rcagent?include_prereleases=&sort=semver&color=blue)](https://github.com/rechecked/rcagent/releases/)
[![License](https://img.shields.io/badge/License-GPLv3-blue)](https://github.com/rechecked/rcagent/blob/main/LICENSE)
[![rcagent - Documentation](https://img.shields.io/badge/rcagent-Documentation-informational)](https://docs.rechecked.io/rcagent)
[![rcagent - Documentation](https://img.shields.io/badge/rcagent-Documentation-informational)](https://rechecked.io/docs/rcagent)

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)

Follow the [installation guide in the rcagent documentation](https://docs.rechecked.io/rcagent/getting-started/installation/).
Follow the [installation guide in the rcagent documentation](https://rechecked.io/docs/rcagent/getting-started/installation/).

Download from [GitHub releases](https://github.com/rechecked/rcagent/releases).

Expand All @@ -35,14 +35,14 @@ If you'd like to run the source version as a service, you can install the servic

### Using rcagent

Read more about how to use rcagent in the [documentation](https://docs.rechecked.io/rcagent/).
Read more about how to use rcagent in the [documentation](https://rechecked.io/docs/rcagent/).

- **Nagios XI** - Download and install the latest [ReChecked Nagios XI Config Wizard](https://github.com/rechecked/rcagent-nagiosxi/releases/latest/download/rcagent.zip) in the XI GUI.
- **Nagios Core** - Download the [check_rcagent.py](https://github.com/rechecked/rcagent-plugins/releases/latest/download/check_rcagent.py) file, place it in `/usr/local/nagios/libexec`.

### Config Options

For a full list of config options in `config.yml`, check the [config options documentation](https://docs.rechecked.io/config/options/).
For a full list of config options in `config.yml`, check the [config options documentation](https://rechecked.io/docs/rcagent/config/options/).

### Building Documentation

Expand Down

0 comments on commit 4717a1d

Please sign in to comment.