summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/smartctl/testdata/type-sat/device-hdd-sda.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/smartctl/testdata/type-sat/device-hdd-sda.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/smartctl/testdata/type-sat/device-hdd-sda.json601
1 files changed, 601 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/smartctl/testdata/type-sat/device-hdd-sda.json b/src/go/collectors/go.d.plugin/modules/smartctl/testdata/type-sat/device-hdd-sda.json
new file mode 100644
index 0000000000..55cfe15f5d
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/smartctl/testdata/type-sat/device-hdd-sda.json
@@ -0,0 +1,601 @@
+{
+ "json_format_version": [
+ 1,
+ 0
+ ],
+ "smartctl": {
+ "version": [
+ 7,
+ 3
+ ],
+ "svn_revision": "5338",
+ "platform_info": "REDACTED",
+ "build_info": "(local build)",
+ "argv": [
+ "smartctl",
+ "--all",
+ "--json",
+ "--device=sat",
+ "/dev/sda"
+ ],
+ "drive_database_version": {
+ "string": "7.3/5319"
+ },
+ "exit_status": 0
+ },
+ "local_time": {
+ "time_t": 1714480013,
+ "asctime": "Tue Apr 30 15:26:53 2024 EEST"
+ },
+ "device": {
+ "name": "/dev/sda",
+ "info_name": "/dev/sda [SAT]",
+ "type": "sat",
+ "protocol": "ATA"
+ },
+ "model_name": "WDC WD181KRYZ-01AGBB0",
+ "serial_number": "REDACTED",
+ "wwn": {
+ "naa": 5,
+ "oui": 3274,
+ "id": 11659362274
+ },
+ "firmware_version": "REDACTED",
+ "user_capacity": {
+ "blocks": 35156656128,
+ "bytes": 18000207937536
+ },
+ "logical_block_size": 512,
+ "physical_block_size": 4096,
+ "rotation_rate": 7200,
+ "form_factor": {
+ "ata_value": 2,
+ "name": "3.5 inches"
+ },
+ "trim": {
+ "supported": false
+ },
+ "in_smartctl_database": false,
+ "ata_version": {
+ "string": "ACS-4 published, ANSI INCITS 529-2018",
+ "major_value": 4092,
+ "minor_value": 156
+ },
+ "sata_version": {
+ "string": "SATA 3.3",
+ "value": 511
+ },
+ "interface_speed": {
+ "max": {
+ "sata_value": 14,
+ "string": "6.0 Gb/s",
+ "units_per_second": 60,
+ "bits_per_unit": 100000000
+ },
+ "current": {
+ "sata_value": 3,
+ "string": "6.0 Gb/s",
+ "units_per_second": 60,
+ "bits_per_unit": 100000000
+ }
+ },
+ "smart_support": {
+ "available": true,
+ "enabled": true
+ },
+ "smart_status": {
+ "passed": true
+ },
+ "ata_smart_data": {
+ "offline_data_collection": {
+ "status": {
+ "value": 130,
+ "string": "was completed without error",
+ "passed": true
+ },
+ "completion_seconds": 101
+ },
+ "self_test": {
+ "status": {
+ "value": 0,
+ "string": "completed without error",
+ "passed": true
+ },
+ "polling_minutes": {
+ "short": 2,
+ "extended": 1883
+ }
+ },
+ "capabilities": {
+ "values": [
+ 91,
+ 3
+ ],
+ "exec_offline_immediate_supported": true,
+ "offline_is_aborted_upon_new_cmd": false,
+ "offline_surface_scan_supported": true,
+ "self_tests_supported": true,
+ "conveyance_self_test_supported": false,
+ "selective_self_test_supported": true,
+ "attribute_autosave_enabled": true,
+ "error_logging_supported": true,
+ "gp_logging_supported": true
+ }
+ },
+ "ata_sct_capabilities": {
+ "value": 61,
+ "error_recovery_control_supported": true,
+ "feature_control_supported": true,
+ "data_table_supported": true
+ },
+ "ata_smart_attributes": {
+ "revision": 16,
+ "table": [
+ {
+ "id": 1,
+ "name": "Raw_Read_Error_Rate",
+ "value": 100,
+ "worst": 100,
+ "thresh": 1,
+ "when_failed": "",
+ "flags": {
+ "value": 11,
+ "string": "PO-R-- ",
+ "prefailure": true,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": true,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ },
+ {
+ "id": 2,
+ "name": "Throughput_Performance",
+ "value": 148,
+ "worst": 148,
+ "thresh": 54,
+ "when_failed": "",
+ "flags": {
+ "value": 5,
+ "string": "P-S--- ",
+ "prefailure": true,
+ "updated_online": false,
+ "performance": true,
+ "error_rate": false,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 48,
+ "string": "48"
+ }
+ },
+ {
+ "id": 3,
+ "name": "Spin_Up_Time",
+ "value": 86,
+ "worst": 86,
+ "thresh": 1,
+ "when_failed": "",
+ "flags": {
+ "value": 7,
+ "string": "POS--- ",
+ "prefailure": true,
+ "updated_online": true,
+ "performance": true,
+ "error_rate": false,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 25788088601,
+ "string": "281 (Average 279)"
+ }
+ },
+ {
+ "id": 4,
+ "name": "Start_Stop_Count",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 18,
+ "string": "-O--C- ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 12,
+ "string": "12"
+ }
+ },
+ {
+ "id": 5,
+ "name": "Reallocated_Sector_Ct",
+ "value": 100,
+ "worst": 100,
+ "thresh": 1,
+ "when_failed": "",
+ "flags": {
+ "value": 51,
+ "string": "PO--CK ",
+ "prefailure": true,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": true
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ },
+ {
+ "id": 7,
+ "name": "Seek_Error_Rate",
+ "value": 100,
+ "worst": 100,
+ "thresh": 1,
+ "when_failed": "",
+ "flags": {
+ "value": 11,
+ "string": "PO-R-- ",
+ "prefailure": true,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": true,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ },
+ {
+ "id": 8,
+ "name": "Seek_Time_Performance",
+ "value": 140,
+ "worst": 140,
+ "thresh": 20,
+ "when_failed": "",
+ "flags": {
+ "value": 5,
+ "string": "P-S--- ",
+ "prefailure": true,
+ "updated_online": false,
+ "performance": true,
+ "error_rate": false,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 15,
+ "string": "15"
+ }
+ },
+ {
+ "id": 9,
+ "name": "Power_On_Hours",
+ "value": 99,
+ "worst": 99,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 18,
+ "string": "-O--C- ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 8244,
+ "string": "8244"
+ }
+ },
+ {
+ "id": 10,
+ "name": "Spin_Retry_Count",
+ "value": 100,
+ "worst": 100,
+ "thresh": 1,
+ "when_failed": "",
+ "flags": {
+ "value": 19,
+ "string": "PO--C- ",
+ "prefailure": true,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ },
+ {
+ "id": 12,
+ "name": "Power_Cycle_Count",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 50,
+ "string": "-O--CK ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": true
+ },
+ "raw": {
+ "value": 12,
+ "string": "12"
+ }
+ },
+ {
+ "id": 22,
+ "name": "Unknown_Attribute",
+ "value": 100,
+ "worst": 100,
+ "thresh": 25,
+ "when_failed": "",
+ "flags": {
+ "value": 35,
+ "string": "PO---K ",
+ "prefailure": true,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": false,
+ "auto_keep": true
+ },
+ "raw": {
+ "value": 100,
+ "string": "100"
+ }
+ },
+ {
+ "id": 192,
+ "name": "Power-Off_Retract_Count",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 50,
+ "string": "-O--CK ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": true
+ },
+ "raw": {
+ "value": 360,
+ "string": "360"
+ }
+ },
+ {
+ "id": 193,
+ "name": "Load_Cycle_Count",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 18,
+ "string": "-O--C- ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 360,
+ "string": "360"
+ }
+ },
+ {
+ "id": 194,
+ "name": "Temperature_Celsius",
+ "value": 43,
+ "worst": 43,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 2,
+ "string": "-O---- ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 240519741489,
+ "string": "49 (Min/Max 24/56)"
+ }
+ },
+ {
+ "id": 196,
+ "name": "Reallocated_Event_Count",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 50,
+ "string": "-O--CK ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": true,
+ "auto_keep": true
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ },
+ {
+ "id": 197,
+ "name": "Current_Pending_Sector",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 34,
+ "string": "-O---K ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": false,
+ "event_count": false,
+ "auto_keep": true
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ },
+ {
+ "id": 198,
+ "name": "Offline_Uncorrectable",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 8,
+ "string": "---R-- ",
+ "prefailure": false,
+ "updated_online": false,
+ "performance": false,
+ "error_rate": true,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ },
+ {
+ "id": 199,
+ "name": "UDMA_CRC_Error_Count",
+ "value": 100,
+ "worst": 100,
+ "thresh": 0,
+ "when_failed": "",
+ "flags": {
+ "value": 10,
+ "string": "-O-R-- ",
+ "prefailure": false,
+ "updated_online": true,
+ "performance": false,
+ "error_rate": true,
+ "event_count": false,
+ "auto_keep": false
+ },
+ "raw": {
+ "value": 0,
+ "string": "0"
+ }
+ }
+ ]
+ },
+ "power_on_time": {
+ "hours": 8244
+ },
+ "power_cycle_count": 12,
+ "temperature": {
+ "current": 49
+ },
+ "ata_smart_error_log": {
+ "summary": {
+ "revision": 1,
+ "count": 0
+ }
+ },
+ "ata_smart_self_test_log": {
+ "standard": {
+ "revision": 1,
+ "count": 0
+ }
+ },
+ "ata_smart_selective_self_test_log": {
+ "revision": 1,
+ "table": [
+ {
+ "lba_min": 0,
+ "lba_max": 0,
+ "status": {
+ "value": 0,
+ "string": "Not_testing"
+ }
+ },
+ {
+ "lba_min": 0,
+ "lba_max": 0,
+ "status": {
+ "value": 0,
+ "string": "Not_testing"
+ }
+ },
+ {
+ "lba_min": 0,
+ "lba_max": 0,
+ "status": {
+ "value": 0,
+ "string": "Not_testing"
+ }
+ },
+ {
+ "lba_min": 0,
+ "lba_max": 0,
+ "status": {
+ "value": 0,
+ "string": "Not_testing"
+ }
+ },
+ {
+ "lba_min": 0,
+ "lba_max": 0,
+ "status": {
+ "value": 0,
+ "string": "Not_testing"
+ }
+ }
+ ],
+ "flags": {
+ "value": 0,
+ "remainder_scan_enabled": false
+ },
+ "power_up_scan_resume_minutes": 0
+ }
+}