Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Forked from btm/gist:143833
Created July 10, 2009 17:55
Show Gist options
  • Save jtimberman/144657 to your computer and use it in GitHub Desktop.
Save jtimberman/144657 to your computer and use it in GitHub Desktop.
Ohai from Windows 2003 server:
C:\Ruby>ohai
{
"dmi": {
},
"command": {
},
"kernel": {
},
"platform_version": null,
"platform": "mswin32",
"keys": {
},
"network": {
"interfaces": {
}
},
"ohai_time": 1247162366.84,
"os": "mswin32",
"counters": {
"network": {
}
},
"os_version": null,
"languages": {
"ruby": {
"target_os": "mswin32",
"platform": "i386-mswin32",
"host_vendor": "pc",
"target_vendor": "pc",
"target_cpu": "i386",
"host_os": "mswin32",
"host_cpu": "i686",
"version": "1.8.6",
"host": "i686-pc-mswin32",
"target": "i386-pc-mswin32",
"release_date": "2008-08-11"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment