No description
Find a file
2025-01-29 18:32:49 +01:00
conf Update argos-config.yaml 2025-01-29 16:19:54 +01:00
doc first commit 2025-01-29 12:31:07 +01:00
scripts cleaning 2025-01-29 15:53:34 +01:00
ALL_README.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
LICENSE first commit 2025-01-29 12:31:07 +01:00
manifest.toml first commit 2025-01-29 12:31:07 +01:00
README.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_es.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_eu.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_fr.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_gl.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_id.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_nl.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_pl.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_ru.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
README_zh_Hans.md Auto-update READMEs 2025-01-29 12:31:11 +01:00
tests.toml first commit 2025-01-29 12:31:07 +01:00

Argos for YunoHost

Integration level Working status Maintenance status

Install Argos with YunoHost

Read this README in other languages.

This package allows you to install Argos quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

A monitoring and status board for websites. Test how your websites respond to external checks, get notified when something goes wrong.

Features

  • Server-Agent architecture: The server is responsible for storing the configuration and the results of the checks. The agent is responsible for running the checks and sending the results to the server.
  • Extensibility: New checks can be added using python.
  • A Website allows to navigate the results of the checks.
  • HTTP API: An HTTP API is exposed to get the results of the checks.

Shipped version: 0.7.3~ynh1

Screenshots

Screenshot of Argos

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/argos_ynh/tree/testing --debug
or
sudo yunohost app upgrade argos -u https://github.com/YunoHost-Apps/argos_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps