{"id":36578139,"url":"https://github.com/rechecked/rcagent","last_synced_at":"2026-01-12T07:38:43.787Z","repository":{"id":155812836,"uuid":"600255458","full_name":"rechecked/rcagent","owner":"rechecked","description":"A light-weight cross-platform Nagios compatible monitoring agent.","archived":false,"fork":false,"pushed_at":"2025-02-13T07:11:55.000Z","size":185,"stargazers_count":7,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:23:43.466Z","etag":null,"topics":["monitoring","monitoring-plugins","nagios","nagios-checks","nagios-plugins"],"latest_commit_sha":null,"homepage":"https://rechecked.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rechecked.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T23:57:16.000Z","updated_at":"2024-09-07T09:39:22.000Z","dependencies_parsed_at":"2023-04-26T05:01:39.524Z","dependency_job_id":"26fa0998-4093-4ad4-ad3f-25ceb6e5d467","html_url":"https://github.com/rechecked/rcagent","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/rechecked/rcagent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rechecked%2Frcagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rechecked%2Frcagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rechecked%2Frcagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rechecked%2Frcagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rechecked","download_url":"https://codeload.github.com/rechecked/rcagent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rechecked%2Frcagent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["monitoring","monitoring-plugins","nagios","nagios-checks","nagios-plugins"],"created_at":"2026-01-12T07:38:40.395Z","updated_at":"2026-01-12T07:38:43.780Z","avatar_url":"https://github.com/rechecked.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Test/Build](https://github.com/rechecked/rcagent/actions/workflows/main.yml/badge.svg)](https://github.com/rechecked/rcagent/actions/workflows/main.yml)\n[![GitHub release](https://img.shields.io/github/release/rechecked/rcagent?include_prereleases=\u0026sort=semver\u0026color=blue)](https://github.com/rechecked/rcagent/releases/)\n[![License](https://img.shields.io/badge/License-GPLv3-blue)](https://github.com/rechecked/rcagent/blob/main/LICENSE)\n[![rcagent - Documentation](https://img.shields.io/badge/rcagent-Documentation-informational)](https://rechecked.io/docs/rcagent)\n\nReChecked Agent (rcagent) is light-weight, cross-platform, API-based agent that is compatible with Nagios (using NRDP and check_rcagent) check-based monitoring systems.\n\n### For Binary Installs\n\nWe currently build for: Windows, macOS (12+), CentOS Stream/RHEL (8+), Debian (10+), Ubuntu (18+ LTS)\n\nFollow the [installation guide in the rcagent documentation](https://rechecked.io/docs/rcagent/getting-started/installation/).\n\nDownload from [GitHub releases](https://github.com/rechecked/rcagent/releases).\n\n### For Source Install\n\nTo build from source, ensure `make` and `golang` are installed and download the souce, then run:\n\n```\nmake build\n```\n\nTo install the source version, run the following:\n\n```\nmake install\n```\n\nIf you'd like to run the source version as a service, you can install the service by running\n\n```\n/usr/local/rcagent/rcagent -a install\n```\n\n### Using rcagent\n\nRead more about how to use rcagent in the [documentation](https://rechecked.io/docs/rcagent/).\n\n- **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.\n- **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`.\n\n### Config Options\n\nFor a full list of config options in `config.yml`, check the [config options documentation](https://rechecked.io/docs/rcagent/config/options/).\n\n### Building Documentation\n\nIf you'd like the build your own set of docs (you'll need to host them in order for them to work properly) you can run the following:\n\nInstall mkdocs-material and run the mkdocs build:\n\n```\npip install mkdocs-material\nmkdocs build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frechecked%2Frcagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frechecked%2Frcagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frechecked%2Frcagent/lists"}