summaryrefslogtreecommitdiffstats
path: root/src/go/plugin/go.d/modules/smartctl/testdata/type-sat/scan.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:15:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:15:20 +0000
commit87d772a7d708fec12f48cd8adc0dedff6e1025da (patch)
tree1fee344c64cc3f43074a01981e21126c8482a522 /src/go/plugin/go.d/modules/smartctl/testdata/type-sat/scan.json
parentAdding upstream version 1.46.3. (diff)
downloadnetdata-87d772a7d708fec12f48cd8adc0dedff6e1025da.tar.xz
netdata-87d772a7d708fec12f48cd8adc0dedff6e1025da.zip
Adding upstream version 1.47.0.upstream/1.47.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/go/plugin/go.d/modules/smartctl/testdata/type-sat/scan.json')
-rw-r--r--src/go/plugin/go.d/modules/smartctl/testdata/type-sat/scan.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/go/plugin/go.d/modules/smartctl/testdata/type-sat/scan.json b/src/go/plugin/go.d/modules/smartctl/testdata/type-sat/scan.json
new file mode 100644
index 000000000..c7a68ca8d
--- /dev/null
+++ b/src/go/plugin/go.d/modules/smartctl/testdata/type-sat/scan.json
@@ -0,0 +1,35 @@
+{
+ "json_format_version": [
+ 1,
+ 0
+ ],
+ "smartctl": {
+ "version": [
+ 7,
+ 3
+ ],
+ "svn_revision": "5338",
+ "platform_info": "REDACTED",
+ "build_info": "(local build)",
+ "argv": [
+ "smartctl",
+ "--scan",
+ "--json"
+ ],
+ "exit_status": 0
+ },
+ "devices": [
+ {
+ "name": "/dev/sda",
+ "info_name": "/dev/sda [SAT]",
+ "type": "sat",
+ "protocol": "ATA"
+ },
+ {
+ "name": "/dev/sdc",
+ "info_name": "/dev/sdc [SAT]",
+ "type": "sat",
+ "protocol": "ATA"
+ }
+ ]
+}