mirror of
https://github.com/wahyd4/telegraf.git
synced 2026-08-12 06:06:03 +10:00
Add failing check to smart input plugin for Error_Information_Log_Entries collection
This commit is contained in:
@@ -495,6 +495,17 @@ func TestGatherNvme(t *testing.T) {
|
||||
},
|
||||
time.Now(),
|
||||
),
|
||||
testutil.MustMetric("smart_attribute",
|
||||
map[string]string{
|
||||
"device": ".",
|
||||
"name": "Error_Information_Log_Entries",
|
||||
"serial_no": "D704940282?",
|
||||
},
|
||||
map[string]interface{}{
|
||||
"raw_value": 119699,
|
||||
},
|
||||
time.Now(),
|
||||
),
|
||||
testutil.MustMetric("smart_attribute",
|
||||
map[string]string{
|
||||
"device": ".",
|
||||
|
||||
Reference in New Issue
Block a user