mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 01:42:38 +02:00
📝 — New documentation URL: doc is now on https://argos-monitoring.framasoft.org/
This commit is contained in:
parent
f848748999
commit
907cd5878f
10 changed files with 12 additions and 10 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue