1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Jämes Ménétrey
5567606347 Smart: fetch the values 177, 231 and 233 as normalized instead of raw (#472) 2023-06-19 00:12:15 -06:00
Alex R
032baf3766 - added equivalent wear level for nvme ssd (#383)
* - added equivalent wear level for nvme ssd
- remove touched cache file to avoid no data if config is guessed
- take only 1st raw response to avoid taking strings instead of int (eg. adacom devices like supermicro sata dom moule)

* fix identation
2021-12-16 18:24:29 +01:00
N
5770fac54b Fix up smart script to also parse some values from NVMe drives (#308) 2020-06-17 23:22:13 +02:00
Zane C. Bowers-Hadley
7fe4000e54 Merge pull request #271 from fbourqui/fix-useSN
Smart: fix useSN, selftest when disk is defined as a full argument to smartctl (arg after space)
2020-02-03 01:09:18 -06:00
fbourqui
6520489ecc Store Crucial SSD #202 in generic #231 (#272) 2020-01-30 06:03:04 -06:00
fbourqui
3ae29bb40e fix useSN, selftest with disk defined as argument
was resulting in /dev/dev.... parameter to smartctl -l and -i
2020-01-22 11:35:58 +01:00
Zmegolaz
94294d12cb Split SMART power on hours on h too, not only space 2019-07-01 22:00:41 +02:00
SourceDoctor
3ecdc4dfc1 enhance smart to show power_on_hours also 2019-05-23 23:57:56 +02:00
Munzy
59938039cb Spacing Fixes 2019-04-16 13:57:30 -07:00
Munzy
935373ee3c Removed Excess Spacing 2019-04-16 13:55:34 -07:00
Munzy
f69b396c48 Added Wrapper for SAS drives. 2019-04-16 13:50:16 -07:00
Zane C. Bowers-Hadley
544fd8bd6e update the date 2019-03-19 02:58:30 -05:00
Zane C. Bowers-Hadley
503fb9f738 tested and it appears to work properly... documentation updated 2019-03-19 02:25:17 -05:00
Zane C. Bowers-Hadley
bdfd0ceea9 update the guessing to only use smartctl --scan-open and generate with more complex options 2019-03-19 00:40:06 -05:00
VVelox
41d36dc97f make using SN or device name selectable for SMART reporting (#168)
* make using SN or device name selectable

* change the default to SN
2018-04-27 22:46:57 +01:00
endofline
3a84624615 Replace disk identifier with disk serial in S.M.A.R.T snmp script (#164) 2018-02-27 21:10:35 +00:00
endofline
bbd3b1309a Fix Command_Timeout missing from SMART output (#163) 2018-02-18 20:33:42 +00:00
RedChops
69e1ace889 Include missing SMART ids in the output (#120) 2017-04-23 00:29:00 +01:00
VVelox
1e7762fb4e add SMART SNMP extend script (#101)
* add SMART SNMP extend

* cleanup default disk examples

* correct a small typo

* add option caching support

* add checking selftest log and nolonger zeros non-existent IDs

* now uses a config file

* add the ability to guess at the config

* properly remove device entries with partitions now and avoid adding dupes in a better manner

* now have smartctl scan as well to see if it missed anything

* note why ses and pass are ignored

* properly use the cache file in the config now

* actually use the cache now
2017-03-22 14:28:57 +00:00