-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsnmpd.conf.cacti-smart
156 lines (144 loc) · 4.96 KB
/
snmpd.conf.cacti-smart
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# ssd: I=Intel S=Samsung O=OCZ
# hdd: B=Barracuda(Seagate) C=Caviar(WD) S=Samsung
# -X = remove/hide parameter
# *X = pre-fail parameter
extend smartdevices /etc/snmp/smart_generic.py devices
extend smartdescriptions /etc/snmp/smart_generic.py description
extend smartdevicecount /etc/snmp/smart_generic.py devicecount
# *hdd *[O]ssd #FFAB00
# 1 Raw_Read_Error_Rate
extend smart1 /etc/snmp/smart_generic.py w1
# *hdd, [I]ssd #B1441E
# 3 Spin_Up_Time
extend smart3 /etc/snmp/smart_generic.py 3
# hdd, [I]ssd, cf #837C04
# 4 Start_Stop_Count
extend smart4 /etc/snmp/smart_generic.py 4
# *hdd, [*S*OI]ssd #EA8F00
# 5 Reallocated_Sector_Ct
extend smart5 /etc/snmp/smart_generic.py 5
# *hdd #862F2F
# 7 Seek_Error_Rate
extend smart7 /etc/snmp/smart_generic.py 7
# hdd, ssd, cf #35962B
# 9 Power_On_Hours
extend smart9 /etc/snmp/smart_generic.py 9
# *hdd #35962B
# 10 Spin_Retry_Count
extend smart10 /etc/snmp/smart_generic.py 10
# hdd, ssd, cf #6EA100
# 12 Power_Cycle_Count
extend smart12 /etc/snmp/smart_generic.py 12
# *[I]ssd #FFC3C0
# 170 Reserve_Block_Count
extend smart170 /etc/snmp/smart_generic.py 170
# [I-O]ssd #DE0056
# 171 Program_Fail_Count
extend smart171 /etc/snmp/smart_generic.py 171
# [I-O]ssd #AD3B6E
# 172 Erase_Fail_Count
extend smart172 /etc/snmp/smart_generic.py 172
# [*S-O]ssd #EACC00
# 177 Wear_Leveling_Count
extend smart177 /etc/snmp/smart_generic.py 177
# *[S]ssd #D8ACE0
# 178 Used_Rsvd_Blk_Cnt_Chip
extend smart178 /etc/snmp/smart_generic.py 178
# *[S]ssd #FF5F00
# 179 Used_Rsvd_Blk_Cnt_Tot
extend smart179 /etc/snmp/smart_generic.py 179
# *[S]ssd #00694A
# 180 Unused_Rsvd_Blk_Cnt_Tot
extend smart180 /etc/snmp/smart_generic.py 180
# [S-O]ssd #623465
# 181 Program_Fail_Cnt_Total
extend smart181 /etc/snmp/smart_generic.py 181
# [S-O]ssd #8D00BA
# 182 Erase_Fail_Count_Total
extend smart182 /etc/snmp/smart_generic.py 182
# *[S]ssd #BCBEB3
# 183 Runtime_Bad_Block
extend smart183 /etc/snmp/smart_generic.py 183
# *[BS]hdd, *[I]ssd #DA4725
# 184 End-to-End_Error
extend smart184 /etc/snmp/smart_generic.py 184
# [BS]hdd, ssd #4123A1
# 187 Reported_Uncorrect
extend smart187 /etc/snmp/smart_generic.py 187
# [B]hdd #A150AA
# 189 High_Fly_Writes
extend smart189 /etc/snmp/smart_generic.py 189
# hdd
# 190 Airflow_Temperature_Cel
extend smartR190 /etc/snmp/smart_generic.py r190
# hdd, [O]ssd
# 194 Temperature_Celsius
extend smartR194 /etc/snmp/smart_generic.py r194
# [BS]hdd, [SO]ssd #00BED9
# 195 Hardware_ECC_Recovered
extend smart195 /etc/snmp/smart_generic.py w195
# [CS]hdd, *[O]ssd #F24AC8
# 196 Reallocated_Event_Count
extend smart196 /etc/snmp/smart_generic.py 196
## hdd, [S]ssd, cf #AAABA1
# 198 Offline Uncorrectable
extend smart198 /etc/snmp/smart_generic.py 198
# hdd, [S]ssd, cf #FF0000
# 199 UDMA_CRC_Error_Count
extend smart199 /etc/snmp/smart_generic.py 199
# cf #942D0C
# 203 Run_Out_Cancel
extend smart203 /etc/snmp/smart_generic.py 203
# [I]ssd #797C6E
# 226 Workld_Media_Wear_Indic
extend smart226 /etc/snmp/smart_generic.py 226
# *[O]ssd #6557D0
# 230 Life_Curve_Status
extend smart230 /etc/snmp/smart_generic.py 230
# *[O]ssd #CCBB00
# 231 SSD_Life_Left
extend smart231 /etc/snmp/smart_generic.py 231
# *[SI]ssd, cf #9FA4EE
# 232 Available_Reservd_Space
extend smart232 /etc/snmp/smart_generic.py 232
# [I-O]ssd, cf #4668E4
# 233 Media_Wearout_Indicator
extend smart233 /etc/snmp/smart_generic.py 233
# [S]ssd #EE5019
# 235 Power Recovery Count
extend smart235 /etc/snmp/smart_generic.py 235
# [SI-O]ssd #157419
# 241 Total_LBAs_Written
extend smart241 /etc/snmp/smart_generic.py 241
# Critical Warning
extend smart_nvme_critical_warning /etc/snmp/smart_generic.py critical_warning
# Available Spare
extend smart_nvme_available_spare /etc/snmp/smart_generic.py available_spare
# Percentage Used
extend smart_nvme_percentage_used /etc/snmp/smart_generic.py percentage_used
# Media and Data Integrity Errors
extend smart_nvme_media_errors /etc/snmp/smart_generic.py media_errors
# Temperature Sensor 1, 2, 3, ....
extend smart_nvme_temperature_sensors_1 /etc/snmp/smart_generic.py temperature_sensors_1
extend smart_nvme_temperature_sensors_2 /etc/snmp/smart_generic.py temperature_sensors_2
extend smart_nvme_temperature_sensors_3 /etc/snmp/smart_generic.py temperature_sensors_3
extend smart_nvme_temperature_sensors_4 /etc/snmp/smart_generic.py temperature_sensors_4
extend smart_nvme_temperature_sensors_5 /etc/snmp/smart_generic.py temperature_sensors_5
extend smart_nvme_temperature_sensors_6 /etc/snmp/smart_generic.py temperature_sensors_6
extend smart_nvme_temperature_sensors_7 /etc/snmp/smart_generic.py temperature_sensors_7
extend smart_nvme_temperature_sensors_8 /etc/snmp/smart_generic.py temperature_sensors_8
# * = Pre-fail
# Stuff to add (maybe):
#
# ssd - samsung
# 175 Program_Fail_Count_Chip
# 176 Erase_Fail_Count_Chip
# ssd - OCZ Agility 3
# -174 Unexpect_Power_Loss_Ct
# 201 Unc_Soft_Read_Err_Rate
# 204 Soft_ECC_Correct_Rate
# ssd - intel 320
# 192 Unsafe_Shutdown_Count
# 225 Host_Writes_32MiB
# 227 Workld_Host_Reads_Perc
# 228 Workload_Minutes