From f0a5951421dfc1bbd40caa8d6b38e0fae8e7eb96 Mon Sep 17 00:00:00 2001 From: jason yang Date: Thu, 5 Oct 2023 09:08:09 +0000 Subject: [PATCH] add option explanation for apptheus Signed-off-by: jason yang --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 96990c8..19a448b 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,8 @@ GET /metrics https://github.com/JasonYangShadow/apptheus/assets/2051711/b33c5f20-a030-4b91-a6a7-bc62fe1fc6b8 + +## Important Opts +1. `--socket.path="/run/apptheus/gateway.sock"`, local socket path for verification. Default value is `/run/apptheus/gateway.sock`. +2. `--trust.path=""`, multiple trusted program paths separated using ';', for exmaple, for apptainer starter, the path usually is `/usr/local/libexec/apptainer/bin/starter` . +3. `--monitor.inverval=0.5s`, cgroup stat sample interval. \ No newline at end of file