smartctl_exporter icon indicating copy to clipboard operation
smartctl_exporter copied to clipboard

Export smartctl statistics to prometheus

Results 51 smartctl_exporter issues
Sort by recently updated
recently updated
newest added

Make regex also search inside a device type and protocol fields instead of a hardware name that can change on hardware change/reset.

[Prometheus’ metric and label naming best practices recommend](https://prometheus.io/docs/practices/naming/): > A metric name should have a suffix describing the unit, in plural form. Note that an accumulating count has total as...

I ran into an incident recently where `smartctl` hung due to a bad disk. `smartctl_exporter` continued to spawn new `smartctl` processes to monitor the disk even though the previous run...

When using HPSA controllers, `smartctl` needs to access devices via the `-d cciss,` parameter. However using the following: ``` smartctl_exporter: bind_to: 0.0.0.0:9243 url_path: /metrics fake_json: no smartctl_location: /usr/sbin/smartctl collect_not_more_than_period: 120s...

Hi, This tool looks very promising. I would like to monitor for smart-errors on my external hdds. However I'm not so familiar setting this up. Is there any installation instructions?...

documentation

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.17.1 to 1.17.3. Commits 5ab551f Add flag for disabling HTML escaping 28d458b Disable html escaping c2bc5a4 dark mode logo 2ba56cc Merge pull request #354 from rustfix/master 5d0d40c...

dependencies

I have a server in which smartctl_exporter reports an incorrect number of devices: ``` root@server:~# curl -s localhost:10201/metrics | grep devices # HELP smartctl_devices Number of devices configured or dynamically...

This is a couple of tightly related changes: * Adds a new `--smartctl.scan-device-type` command line option allowing for customization of autodetected device types and enables use of special `by-id` device...

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.53.0 to 0.55.0. Release notes Sourced from github.com/prometheus/common's releases. v0.55.0 What's Changed Update Go modules by @​SuperQ in prometheus/common#643 enable errcheck linter by @​mmorel-35 in prometheus/common#637 Add...

dependencies

Hi I use this exporter so many time, but today, i installed a new jbod supermicro, and I have disks which can"t work with this exporter. I use smartmontools 7.1,...