From 907cd5878f01887d7f63f6ee8804f6c472e58129 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 18 Jun 2024 09:04:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20New=20documentation?= =?UTF-8?q?=20URL:=20doc=20is=20now=20on=20https://argos-monitoring.framas?= =?UTF-8?q?oft.org/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + CHANGELOG.md | 1 + README.md | 2 +- argos/commands.py | 2 +- argos/server/templates/base.html | 2 +- conf/systemd-agent.service | 2 +- conf/systemd-server.service | 2 +- docs/cli.md | 4 ++-- docs/installation/tl-dr.md | 4 ++-- pyproject.toml | 2 +- 10 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07afde1..d7116d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ pages: - pwd - ls - make docs + - echo "https://framasoft.frama.io/framaspace/argos/* https://argos-monitoring.framasoft.org/:splat 301" > public/_redirects artifacts: paths: - public/ diff --git a/CHANGELOG.md b/CHANGELOG.md index d421232..4e41199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - 📝 — Improve documentation - ✨ — Add command to warn if it’s been long since last viewing an agent (fix #49) - 💥 — Change default config file path to argos-config.yaml (fix #36) +- 📝 — New documentation URL: doc is now on https://argos-monitoring.framasoft.org/ ## 0.1.1 diff --git a/README.md b/README.md index 897cbc1..cd8651a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A monitoring and status board for your websites. Internally, a HTTP API is exposed, and a job queue is used to distribute the checks to the agents. -- [Online documentation](http://framasoft.frama.io/framaspace/argos) +- [Online documentation](https://argos-monitoring.framasoft.org/) - [Issue tracker](https://framagit.org/framasoft/framaspace/argos/-/issues) ## Requirements diff --git a/argos/commands.py b/argos/commands.py index e9b0f34..bc5cc92 100644 --- a/argos/commands.py +++ b/argos/commands.py @@ -123,7 +123,7 @@ def agent(server_url, auth, max_tasks, wait_time, log_level): def start(host, port, config, reload): """Starts the server (use only for testing or development!) - See https://framasoft.frama.io/framaspace/argos/deployment/systemd.html#server + See https://argos-monitoring.framasoft.org/deployment/systemd.html#server for advices on how to start the server for production. """ os.environ["ARGOS_YAML_FILE"] = config diff --git a/argos/server/templates/base.html b/argos/server/templates/base.html index a623714..272949c 100644 --- a/argos/server/templates/base.html +++ b/argos/server/templates/base.html @@ -71,7 +71,7 @@