📝 — New documentation URL: doc is now on https://argos-monitoring.framasoft.org/

This commit is contained in:
Luc Didry 2024-06-18 09:04:32 +02:00
parent f848748999
commit 907cd5878f
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
10 changed files with 12 additions and 10 deletions

View file

@ -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/

View file

@ -9,6 +9,7 @@
- 📝 — Improve documentation
- ✨ — Add command to warn if its 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

View file

@ -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

View file

@ -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

View file

@ -71,7 +71,7 @@
</div>
</main>
<footer class="text-center">
<a href="https://framasoft.frama.io/framaspace/argos/">Argos Panoptès</a>,
<a href="https://argos-monitoring.framasoft.org/">Argos Panoptès</a>,
<a href="https://framagit.org/framasoft/framaspace/argos/-/blob/main/LICENSE">AGPLv3</a>
(<a href="https://framagit.org/framasoft/framaspace/argos">sources</a>)
<br/>

View file

@ -1,6 +1,6 @@
[Unit]
Description=Argos agent
Documentation=https://framasoft.frama.io/framaspace/argos/
Documentation=https://argos-monitoring.framasoft.org/
Requires=network.target
After=network.target

View file

@ -1,6 +1,6 @@
[Unit]
Description=Argos server
Documentation=https://framasoft.frama.io/framaspace/argos/
Documentation=https://argos-monitoring.framasoft.org/
Requires=network.target postgresql.service
After=network.target postgresql.service
PartOf=postgresql.service

View file

@ -100,8 +100,8 @@ Usage: argos server start [OPTIONS]
Starts the server (use only for testing or development!)
See https://framasoft.frama.io/framaspace/argos/deployment/systemd.html#server
for advices on how to start the server for production.
See https://argos-monitoring.framasoft.org/deployment/systemd.html#server for
advices on how to start the server for production.
Options:
--host TEXT Host to bind

View file

@ -75,7 +75,7 @@ EOF
cat <<EOF > /etc/systemd/system/argos-server.service
[Unit]
Description=Argos server
Documentation=https://framasoft.frama.io/framaspace/argos/
Documentation=https://argos-monitoring.framasoft.org/
Requires=network.target postgresql.service
After=network.target postgresql.service
PartOf=postgresql.service
@ -101,7 +101,7 @@ EOF
cat <<EOF > /etc/systemd/system/argos-agent.service
[Unit]
Description=Argos agent
Documentation=https://framasoft.frama.io/framaspace/argos/
Documentation=https://argos-monitoring.framasoft.org/
Requires=network.target
After=network.target

View file

@ -66,7 +66,7 @@ gunicorn = [
]
[project.urls]
homepage = "https://framasoft.frama.io/framaspace/argos/"
homepage = "https://argos-monitoring.framasoft.org/"
repository = "https://framagit.org/framasoft/framaspace/argos"
"Funding" = "https://framasoft.org/en/#support"
"Tracker" = "https://framagit.org/framasoft/framaspace/argos/-/issues"