Fix documentation index page
In docs/index.md, it says:
pip install argos-monitoring
argos server start
argos agent http://localhost:8000 "<auth-token>"
Argos server will need a config.yaml file. Maybe the better thing to do would be to make users download it directly from repository ?
wget https://framagit.org/framasoft/framaspace/argos/-/raw/main/config-example.yaml -O config.yaml
Or could pip install
create a config.yaml
file?
The config.yaml
file was removed in fa453389, but I can’t find where it has been reintroduced. I think it’s better to rely on config-example.yaml
, not config.yaml
: it should not be in the sources.