Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Add possibility to monitor client nodes #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Help is displayed with `-h`.
| -log.format | `logger:stderr` | Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true"
| -log.level | `info` | Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]
| -metrics-path | `/metrics` | URL Endpoint for metrics
| -profile | `false` | When profiling reports in gluster are enabled, set ' -profile true' to get more metrics
| -profile | `false` | When profiling reports in gluster are enabled, set ' -profile=true' to get more metrics
| -version | - | Prints version information
| -volumes | `_all` | Comma separated volume names: vol1,vol2,vol3. Default is '_all' to scrape all metrics
| -mounts-only | `false` | Monitor only mount points (useful for client nodes), set ' -mounts-only=true'


## Make
Expand Down
Loading