summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix XLC compiler detection to support 3 part version numbersxlcTim Smith2020-11-231-3/+3
* Misc RuboCop cleanup of the codebaseTim Smith2020-11-2315-49/+43
* Fix lpar name detectionlpar_detectionTim Smith2020-11-181-3/+1
* Merge pull request #1578 from chef/simplify_stripsTim Smith2020-11-1813-41/+39
|\
| * 1 line from_cmd in vmware as wellTim Smith2020-11-181-2/+1
| * Use strip instead of split($/) to cleanup shelloutTim Smith2020-11-1813-40/+39
* | Merge pull request #1577 from chef/simplify_kernelTim Smith2020-11-181-5/+5
|\ \ | |/ |/|
| * Simplify the aix kernel pluginTim Smith2020-11-181-5/+5
* | Gather wpar stateTim Smith2020-11-181-1/+4
* | Simplify shellout and chompsTim Smith2020-11-181-3/+2
|/
* Just set the aix platform / platform_family directlyTim Smith2020-11-181-2/+2
* Avoid calling uname 4 times on aixTim Smith2020-11-181-4/+6
* Avoid running the regex for each lineTim Smith2020-11-181-6/+4
* Convert shellouts to grep to use regexes in Ruby insteadTim Smith2020-11-181-1/+1
* Don't try to create the arp mash once each lineTim Smith2020-11-181-1/+1
* Simplify how we gather memory on AIXTim Smith2020-11-181-3/+3
* Use each_slice to further simplify key/value parsingTim Smith2020-11-181-3/+2
* lin -> line variableTim Smith2020-11-181-8/+8
* Collapse down some shellout uses to avoid setting variablesTim Smith2020-11-181-4/+2
* Update the provides for this plugin to match other network pluginsTim Smith2020-11-181-1/+1
* Update lib/ohai/plugins/aix/network.rb Tim Smith2020-11-181-1/+1
* Avoid setting the addresses mash twiceTim Smith2020-11-181-2/+1
* Refactor how we parse ifconfig in AIXTim Smith2020-11-181-28/+27
* Remove the :Joyent plugin as Joyent cloud went EOL 11/2019joyentTim Smith2020-11-171-78/+0
* Simplify all our splitsTim Smith2020-11-176-10/+10
* Update lib/ohai/plugins/aix/network.rb Tim Smith2020-11-171-1/+1
* Further optimize the netstat -rn parsingTim Smith2020-11-171-9/+7
* Fixes for test failuresTim Smith2020-11-171-2/+3
* Use .each_line vs. .lines.eachTim Smith2020-11-171-6/+6
* Use pure ruby vs. shelling out to grep to parse netstat dataTim Smith2020-11-171-7/+7
* Don't set network[:interfaces] to an empty mash when we set it laterTim Smith2020-11-171-1/+0
* Merge pull request #1561 from chef/lsbTim Smith2020-11-061-4/+4
|\
| * Remove the line anchor from the LSB plugin matcheslsbTim Smith2020-11-061-4/+4
* | Merge pull request #1562 from chef/remove_legacy_lsbTim Smith2020-11-061-15/+1
|\ \
| * | Remove Linux LSB support for systems with lsb-release CLIremove_legacy_lsbTim Smith2020-11-061-15/+1
| |/
* | Remove regex anchors in the Linux Memory pluginmore_anchorsTim Smith2020-11-061-36/+36
|/
* Update lib/ohai/plugins/linux/hostnamectl.rb Tim Smith2020-11-061-1/+1
* Update lib/ohai/plugins/linux/hostnamectl.rb Tim Smith2020-11-061-1/+1
* Fix parsing of hostnamectl to support values with colonsfix_hostnamectlTim Smith2020-11-061-2/+2
* Collapse duplicate branches in case statementsTim Smith2020-11-062-6/+2
* pop_os is a derivative of ubuntuChase Bolt2020-11-041-1/+1
* Check for the Rackspace kernel 3x fastermemoryTim Smith2020-10-311-1/+1
* Use an array vs. appending a string in RubyTim Smith2020-10-311-2/+3
* Minor memory optimizationsTim Smith2020-10-3114-14/+16
* Merge branch 'master' into frozen_strings_v2Tim Smith2020-10-303-4/+4
|\
| * Merge pull request #1549 from chef/zpoolTim Smith2020-10-301-1/+1
| |\
| | * Detect XVD disks as wellTim Smith2020-10-301-1/+1
| | * Properly detect NVME devices in ZFS zpoolsTim Smith2020-10-301-1/+1
| * | Split on strings intead of regex for 3x speedupTim Smith2020-10-302-3/+3
| |/
* | Freeze the strings we're not later modifyingTim Smith2020-10-3099-0/+99
|/