sync for dev 033026

This commit is contained in:
2026-03-30 19:59:39 -07:00
parent ba849b150c
commit 36917ffa39
18 changed files with 317 additions and 84 deletions

View File

@ -91,7 +91,8 @@
"Clock Speed"
],
"php_extra" :[
"CPU Model"
"CPU Model",
"Core Count"
]
},
{
@ -236,12 +237,13 @@
"name": "DVD",
"description": "{Device Path} is a DVD or Virtual DVD drive.",
"multi_check": "True",
"device_list": "lsblk -d -o NAME,SIZE | grep sr0| awk '{print $1}'",
"device_list": "lsblk -d -o NAME,SIZE | grep sr0 | awk '{print $1}'",
"properties": {
"Device Name": "echo {this_device}",
"Device Path": "lsblk -d -o NAME,SIZE | grep -v -e 0B -e NAME | awk '{{print \"/dev/\"$1}}' | grep {this_device}",
"Total Capacity": "lsblk -d -o NAME,SIZE | grep {this_device} | awk '{{print $2}}'"
},
"precheck": "lspci | grep sr0 | wc -l",
"metrics": {
"placeholder": ""
}