From 1153d8c2b298cd4b7bfcc729726d81663dccfe7a Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 24 Oct 2023 10:40:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Fix=20server=20start?= =?UTF-8?q?=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 4 ++-- docs/installation/getting-started.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index bd7672c..016e378 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ Internally, a HTTP API is exposed, and a job queue is used to distribute the che ```{code-block} bash pip install argos-monitoring -argos server run +argos server start argos agent http://localhost:8000 "" ``` @@ -67,4 +67,4 @@ developer/overview developer/new-check developer/models -``` \ No newline at end of file +``` diff --git a/docs/installation/getting-started.md b/docs/installation/getting-started.md index 0fb41c9..8fa78ec 100644 --- a/docs/installation/getting-started.md +++ b/docs/installation/getting-started.md @@ -40,7 +40,7 @@ caption: .env Then you can start the server: ```bash -argos server run +argos server start ``` The server will read a `yaml` file at startup, and will populate the tasks specified in it. @@ -62,4 +62,4 @@ Here is a crontab example: ```bash # Run the cleaning tasks every hour (at minute 7) 7 * * * * argos server clean --max-results 100000 --max-lock-seconds 3600 -``` \ No newline at end of file +```