Modified diskdevice variable to also match SD card of Raspberry Pi

This commit is contained in:
JsBergbau 2022-01-10 23:46:20 +01:00 committed by GitHub
parent 55c6e9832f
commit 7d5eca8b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14058,8 +14058,8 @@
"allValue": null,
"current": {
"selected": false,
"text": "[a-z]+|nvme[0-9]+n[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+"
"text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
},
"error": null,
"hide": 2,
@ -14070,11 +14070,11 @@
"options": [
{
"selected": true,
"text": "[a-z]+|nvme[0-9]+n[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+"
"text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
}
],
"query": "[a-z]+|nvme[0-9]+n[0-9]+",
"query": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"skipUrlSync": false,
"type": "custom"
}
@ -14113,4 +14113,4 @@
"title": "Node Exporter Full",
"uid": "rYdddlPWk",
"version": 67
}
}