We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b72ba commit 146b26cCopy full SHA for 146b26c
etc/kayobe/ansible/scripts/drives/nvme.json
@@ -0,0 +1,24 @@
1
+{
2
+ "device_info": {
3
+ "name": "/dev/nvme0",
4
+ "interface": "nvme",
5
+ "vendor": "AcmeCorp",
6
+ "family": "Acme NVMe Family",
7
+ "model": "Acme NVMe 1TB",
8
+ "serial": "ABCD1234",
9
+ "firmware": "3.0.1",
10
+ "smart_capable": true,
11
+ "smart_enabled": true,
12
+ "assessment": "PASS"
13
+ },
14
+ "if_attributes": {
15
+ "criticalWarning": 0,
16
+ "temperature": 36,
17
+ "availableSpare": 100,
18
+ "availableSpareThreshold": 10,
19
+ "percentageUsed": 0,
20
+ "dataUnitsRead": 117446405,
21
+ "dataUnitsWritten": 84630284,
22
+ "notInSmartmonAttrs": 999
23
+ }
24
+}
0 commit comments