fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.86k stars 1.59k forks source link

in_node_exporter_metrics: add nfs/nfsd collectors #6250

Open vwbusguy opened 2 years ago

vwbusguy commented 2 years ago

Is your feature request related to a problem? Please describe. Looking to monitor NFS exports and mounts in our environment for both health checks (nagios via Centreon) and monitoring (grafana via Percona monitoring).

Describe the solution you'd like We're already using fluent-bit on hosts and would like to avoid installing yet another agent to report stats on NFS health. Prometheus' node_exporter has nfs and nfsd enabled by default, but these are unfortunately missing at the moment from fluent-bit.

Describe alternatives you've considered Alternatives would be setting up prometheus/node_exporter as a separate install/config from fluent-bit or fetching relevant data through another agent (ssh, nrpe, etc.).

Additional context As we're already using fluent-bit and have it automated through Ansible, having this option would help us better leverage it and keep us from installing less light-weight tools.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.

vwbusguy commented 1 year ago

Well, that's anti-climactic.