mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52: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
|
- pwd
|
||||||
- ls
|
- ls
|
||||||
- make docs
|
- make docs
|
||||||
|
- echo "https://framasoft.frama.io/framaspace/argos/* https://argos-monitoring.framasoft.org/:splat 301" > public/_redirects
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
- 📝 — Improve documentation
|
- 📝 — Improve documentation
|
||||||
- ✨ — Add command to warn if it’s been long since last viewing an agent (fix #49)
|
- ✨ — 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)
|
- 💥 — 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
|
## 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.
|
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)
|
- [Issue tracker](https://framagit.org/framasoft/framaspace/argos/-/issues)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
|
@ -123,7 +123,7 @@ def agent(server_url, auth, max_tasks, wait_time, log_level):
|
||||||
def start(host, port, config, reload):
|
def start(host, port, config, reload):
|
||||||
"""Starts the server (use only for testing or development!)
|
"""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.
|
for advices on how to start the server for production.
|
||||||
"""
|
"""
|
||||||
os.environ["ARGOS_YAML_FILE"] = config
|
os.environ["ARGOS_YAML_FILE"] = config
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer class="text-center">
|
<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/-/blob/main/LICENSE">AGPLv3</a>
|
||||||
(<a href="https://framagit.org/framasoft/framaspace/argos">sources</a>)
|
(<a href="https://framagit.org/framasoft/framaspace/argos">sources</a>)
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Argos agent
|
Description=Argos agent
|
||||||
Documentation=https://framasoft.frama.io/framaspace/argos/
|
Documentation=https://argos-monitoring.framasoft.org/
|
||||||
Requires=network.target
|
Requires=network.target
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Argos server
|
Description=Argos server
|
||||||
Documentation=https://framasoft.frama.io/framaspace/argos/
|
Documentation=https://argos-monitoring.framasoft.org/
|
||||||
Requires=network.target postgresql.service
|
Requires=network.target postgresql.service
|
||||||
After=network.target postgresql.service
|
After=network.target postgresql.service
|
||||||
PartOf=postgresql.service
|
PartOf=postgresql.service
|
||||||
|
|
|
@ -100,8 +100,8 @@ Usage: argos server start [OPTIONS]
|
||||||
|
|
||||||
Starts the server (use only for testing or development!)
|
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
|
||||||
for advices on how to start the server for production.
|
advices on how to start the server for production.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--host TEXT Host to bind
|
--host TEXT Host to bind
|
||||||
|
|
|
@ -75,7 +75,7 @@ EOF
|
||||||
cat <<EOF > /etc/systemd/system/argos-server.service
|
cat <<EOF > /etc/systemd/system/argos-server.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Argos server
|
Description=Argos server
|
||||||
Documentation=https://framasoft.frama.io/framaspace/argos/
|
Documentation=https://argos-monitoring.framasoft.org/
|
||||||
Requires=network.target postgresql.service
|
Requires=network.target postgresql.service
|
||||||
After=network.target postgresql.service
|
After=network.target postgresql.service
|
||||||
PartOf=postgresql.service
|
PartOf=postgresql.service
|
||||||
|
@ -101,7 +101,7 @@ EOF
|
||||||
cat <<EOF > /etc/systemd/system/argos-agent.service
|
cat <<EOF > /etc/systemd/system/argos-agent.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Argos agent
|
Description=Argos agent
|
||||||
Documentation=https://framasoft.frama.io/framaspace/argos/
|
Documentation=https://argos-monitoring.framasoft.org/
|
||||||
Requires=network.target
|
Requires=network.target
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
|
|
|
@ -66,7 +66,7 @@ gunicorn = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
homepage = "https://framasoft.frama.io/framaspace/argos/"
|
homepage = "https://argos-monitoring.framasoft.org/"
|
||||||
repository = "https://framagit.org/framasoft/framaspace/argos"
|
repository = "https://framagit.org/framasoft/framaspace/argos"
|
||||||
"Funding" = "https://framasoft.org/en/#support"
|
"Funding" = "https://framasoft.org/en/#support"
|
||||||
"Tracker" = "https://framagit.org/framasoft/framaspace/argos/-/issues"
|
"Tracker" = "https://framagit.org/framasoft/framaspace/argos/-/issues"
|
||||||
|
|
Loading…
Reference in a new issue