This commit is contained in:
Henry Dollman
2024-07-19 17:32:20 -04:00
parent 224f51da1a
commit e6c8af4b0c
5 changed files with 25 additions and 33 deletions

View File

@@ -44,10 +44,18 @@ The hub and agent are distributed as single binary files, as well as docker imag
## Environment Variables
| Name | Default | Description |
| ----------------------- | ------- | ------------------------------------------------ |
| `DISABLE_PASSWORD_AUTH` | false | Disables password authentication |
| `FILESYSTEM` | unset | Filesystem / partition to use for disk I/O stats |
## Hub
| Name | Default | Description |
| ----------------------- | ------- | -------------------------------- |
| `DISABLE_PASSWORD_AUTH` | false | Disables password authentication |
## Agent
| Name | Default | Description |
| ------------ | ------- | ------------------------------------------------ |
| `FILESYSTEM` | unset | Filesystem / partition to use for disk I/O stats |
| `PORT` | 45876 | Port to listen on |
## OAuth / OIDC setup
@@ -113,8 +121,6 @@ If it's not set, the agent will try to find the filesystem mounted on `/` and us
- Run `lsblk` and choose an option under "NAME"
- Run `sudo fdisk -l` and choose an option under "Device"
> Note: the first reading always comes in as 0 bytes because it needs to establish baseline values.
### Month / week records are not populating reliably
Records for longer time periods are made by averaging stats from the shorter time periods. They require the agent to be running uninterrupted for long enough to get a full set of data.