Skip to content

Commit

Permalink
<DOC> Updating Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayron Fernández committed Nov 20, 2024
1 parent 64af2b1 commit 092a622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo yum install smartmontools

## Usage

The exporter supports two modes: **server mode** (HTTP) and **file mode** (node exporter textfile).
The exporter supports two modes: **server mode** (HTTP) and **file mode** (node exporter textfile). It should run as a privileged user to access disk information.

### Server Mode

Expand Down Expand Up @@ -102,7 +102,6 @@ pysmart_test_capabilities{device="nvme0",interface="nvme",pysmart_test_capabilit
|-----------------------|--------------------------------------------------------------------------------------------------|
| `-f`, `--textfile-name` | Path to the file where metrics will be stored for node collection. |
| `-l`, `--listen` | Host and port to listen on in HTTP server mode (e.g., `0.0.0.0:9417`). |
| `-s`, `--sudo` | Run commands with `sudo` privileges. |
| `-i`, `--interval` | Interval (in seconds) between metric updates. Default: `60`. |
| `-1`, `--oneshot` | Run only once and exit (useful for cron jobs). |
| `-q`, `--quiet` | Suppress error messages and warnings. |
Expand Down

0 comments on commit 092a622

Please sign in to comment.