NFS
Auto-Discovery
Health Check
Metrics
Logs
Metrics are gathered using /proc/self/mountstats.
NFS should be detected automatically on your server, but you can manually enable it
by adding the following to /etc/glouton/conf.d/99-local.conf:
service:[...] - type: "nfs"The following metrics are gathered:
| Metric | Description |
|---|---|
| nfs_ops | The number of operations executed per second |
| nfs_transmitted_bits | The data exchanged in bits/s |
| nfs_rtt_per_op_seconds | The average round-trip time per operation in seconds |
| nfs_retrans | The number of times an operation had to be retried per second |