Created
April 18, 2016 12:41
-
-
Save m4ce/6ed11f8bc428e623ac6675ea6973013b to your computer and use it in GitHub Desktop.
MCO hardware inventory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
formatted_inventory do | |
page_length 50 | |
page_heading <<TOP | |
Hostname: Serial: Hardware: Distribution: | |
------------------------------------------------------------------------------------------------------------------------------ | |
TOP | |
page_body <<BODY | |
@<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @<<< @<<< | |
identity, facts['serialnumber'], facts['productname'], facts['operatingsystem'], facts['operatingsystemrelease'] | |
@ x @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Kernel: @<<<<<<<<<<<<<<<<<<<<<<<<< | |
facts['physicalprocessorcount'], facts['processor0'], facts['kernelversion'] | |
Cores: @, Memory: @<<<<<< | |
facts['processorcount'], facts['memorysize'] | |
BODY | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment