mirror of
https://github.com/bashclub/checkmk-monitoring-plugins.git
synced 2025-07-03 19:49:10 +02:00
Create check_ecc
This commit is contained in:
1
ecc/check_ecc
Normal file
1
ecc/check_ecc
Normal file
@ -0,0 +1 @@
|
||||
_MEMORYCHECK=$(dmidecode --type 16 | grep "Error Correction Type"); echo $(echo $?) \"ECC Memory\" - ${_MEMORYCHECK##*Error Correction Type:};unset _MEMORYCHECK
|
Reference in New Issue
Block a user