summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/dmi.rb
Commit message (Expand)AuthorAgeFilesLines
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-0/+1
* Simplify how we create empty mashes in the pluginsmash_newTim Smith2019-06-111-2/+2
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-151-1/+1
* fixes for new chefstyle rulesLamont Granquist2018-07-051-6/+6
* use an accessor method for the set of DMI idsThom May2018-05-031-2/+1
* mechanical conversion of debug to tracetm/inject_logThom May2018-03-161-6/+6
* Resolve the last of the chefstyle warningsgreen_travisTim Smith2018-03-061-8/+8
* Rescue exception in DMI plugindmi_explosionTim Smith2017-04-031-77/+81
* autofixing new chefstyle issueslcg/chefstyleLamont Granquist2017-02-091-4/+4
* Better debug loggingTim Smith2016-12-221-5/+5
* fix more IdToCaptureLamont Granquist2016-08-191-1/+1
* chefstyle catchup for ohaiLamont Granquist2016-02-111-6/+6
* Correctly ignore unwanted DMI datatm/ignore_unwanted_dmiThom May2015-05-201-1/+4
* Removing trailing space and '\r' for windowsJeremy MAURO2015-03-271-0/+1
* move dmi require into collect_dataClaire McQuin2013-10-171-2/+1
* move dmi_common.rb to common folderClaire McQuin2013-10-171-5/+5
* update plugin filesClaire McQuin2013-10-171-3/+3
* Converted plugins/dmi to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-74/+71
* randomize plugin class namesClaire McQuin2013-08-131-1/+1
* convert plugins to new dsl.Claire McQuin2013-08-071-101/+105
* OHAI-260: only collect a subset of a dmi typesBryan McLellan2011-04-121-0/+3
* OHAI-184: fix up new dmi spec testsBryan McLellan2011-04-071-1/+1
* Reducing too-verbose loggingKurt Yoder2011-04-071-5/+5
* [OHAI-184] Pull maximal information from dmidecode, and fall back to smbiosKurt Yoder2011-04-071-94/+13
* OHAI-204: use debug log level over warn for expected/regular errorsBryan McLellan2011-04-061-6/+6
* [OHAI-204] use run_command instead of popen4 (for windows support)Doug MacEachern2011-04-061-3/+2
* [OHAI-204] Pull all available information from dmidecodeKurt Yoder2011-04-061-37/+182
* ohai-91, fix spec for dmi[version], we fail silently if /dev/mem isn't writab...jtimberman2009-06-161-40/+37
* ohai-91, check if /dev/mem is readable, the dmidecode version, and for versio...jtimberman2009-06-161-35/+40
* add note about /dev/mem access for DMIBryan McLellan2009-04-291-1/+1
* collect system DMI information (ohai-85)Bryan McLellan2009-04-291-0/+57