summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Maintainers file for ohaitm/maintainersThom May2015-12-165-0/+322
|
* Merge pull request #640 from tas50/masterTim Smith2015-11-052-22/+74
|\ | | | | Fix and extend CPU detection on FreeBSD
| * Convert hex CPU data to intsTim Smith2015-11-032-4/+7
| | | | | | | | | | Make sure to keep the data as a string so that the format matches the format we use on Linux.
| * Don't match the initial whitespace in dmesg.bootTim Smith2015-10-301-1/+1
| |
| * Fix detection on FreeBSD <=10.1Tim Smith2015-10-292-2/+36
| |
| * Fix and extend CPU detection on FreeBSDTim Smith2015-10-292-21/+36
| | | | | | | | | | | | | | | | | | The comment block and the tests had an incorrect sample of what dmesg.boot looked like. I got 67 different people to send me samples of what the output looks like, with about 100 samples total. The Origin line is always indented and there are never spaces around the equals symbol. I updated the regex to properly detect the existing fields and also added family/model, which we gather on Linux.
* | Merge pull request #638 from chef/if/aix-bittinessIsa Farnik2015-10-262-1/+7
|\ \ | | | | | | Provide AIX kernel bittiness
| * | provide aix kernel bitinessif/aix-bittinessIsa Farnik2015-10-262-1/+7
| | | | | | | | | | | | | | | | | | specs test for bits not for machine
* | | Merge pull request #637 from chef/mcquin/ohai-636Claire McQuin2015-10-265-58/+112
|\ \ \ | |/ / |/| | Escape plugin directories for globbing
| * | Escape plugin directories for globbingmcquin/ohai-636Claire McQuin2015-10-205-58/+112
|/ /
* | Merge pull request #633 from chef/mcquin/changelogClaire McQuin2015-10-091-0/+12
|\ \ | | | | | | Update changelog
| * | Update changelogmcquin/changelogClaire McQuin2015-10-091-0/+12
| | |
* | | Merge pull request #483 from werkt/proc-state-exceptionClaire McQuin2015-10-091-0/+5
|\ \ \ | |/ / |/| | Workaround for hyperic/sigar#48, throw on 0 pid
| * | Workaround for hyperic/sigar#48, throw on 0 pidGeorge Gensure2015-02-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | When proc_state is called for the second and all future times on a single sigar instance, it fails to throw an exception, resulting in invalid memory access during ohai reporting of process names. This workaround causes an invalid pid (0) to be caught and prevent the invalid access. Closes #423 and will be unnecessary and should be reverted when hyperic/sigar#48 is resolved.
* | | Merge pull request #630 from chef/mcquin/ohai-629Claire McQuin2015-10-092-1/+93
|\ \ \ | | | | | | | | Configurable filesystem properties collected for Solaris2.x
| * | | Support String values.mcquin/ohai-629Claire McQuin2015-10-092-11/+27
| | | |
| * | | Configurable filesystem properties collected for Solaris2.xClaire McQuin2015-10-052-1/+77
| | | |
* | | | Merge pull request #616 from clewis/OHAI-615Claire McQuin2015-10-091-1/+1
|\ \ \ \ | | | | | | | | | | Tell ps to stop constraining the width of it's output
| * | | | Tell ps to stop constraining the width of it's outputCraig Lewis2015-09-031-1/+1
| | | | |
* | | | | Merge pull request #632 from chef/ksubrama/gemspecKartik Null Cating-Subramanian2015-10-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Add gemspec files to allow bundler to run from the gem
| * | | | | Add gemspec files to allow bundler to run from the gemKartik Null Cating-Subramanian2015-10-091-1/+1
|/ / / / /
* | | | | Merge branch 'sh9189-windows_cpu_changes'Claire McQuin2015-10-082-28/+29
|\ \ \ \ \
| * \ \ \ \ Merge branch 'windows_cpu_changes' of https://github.com/sh9189/ohai into ↵Claire McQuin2015-10-082-28/+29
| |\ \ \ \ \ |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sh9189-windows_cpu_changes Conflicts: lib/ohai/plugins/windows/cpu.rb spec/unit/plugins/windows/cpu_spec.rb
| * | | | | Get stepping from description if stepping is nilShahul Hameed2015-08-311-1/+3
| | | | | |
| * | | | | Change windows cpu plugin to be consistent with other plaforms, add spec testShahul Hameed2015-08-202-25/+131
| | | | | |
* | | | | | Bump revision to 8.7.0v8.7.0stablejk/8.7.0John Keiser2015-10-051-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #628 from chef/salam/wrong-cpuSalim Alam2015-10-022-1/+113
|\ \ \ \ \ | | | | | | | | | | | | Fix Windows cpu enumeration, add tests
| * | | | | Fix Windows cpu enumeration, add testsSalim Alam2015-10-022-1/+113
|/ / / / /
* | | | | Ship our Gemfile so people can run our tests from the gemJohn Keiser2015-09-301-1/+1
| | | | |
* | | | | update changelogThom May2015-09-281-0/+2
| | | | |
* | | | | Merge pull request #612 from sh9189/linux_cpu_add_coresThom May2015-09-282-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Add total cores to linux cpu plugin
| * | | | | Add total cores to linux cpu pluginShahul Hameed2015-08-202-0/+6
| |/ / / /
* | | | | Merge pull request #625 from chef/salam/plugin-fixSalim Alam2015-09-243-0/+74
|\ \ \ \ \ | | | | | | | | | | | | Fix behavior of Ohai plug-in abort
| * | | | | Fix behavior of Ohai plug-in abortSalim Alam2015-09-243-0/+74
|/ / / / /
* | | | | Merge pull request #618 from adamleff/wrlinux7Matt Ray2015-09-172-9/+117
|\ \ \ \ \ | | | | | | | | | | | | Adding support for Wind River Linux 7.
| * | | | | Fixed typo in Cisco ID_LIKE exception messageAdam Leff2015-09-111-1/+1
| | | | | |
| * | | | | Added additional linux/platform tests and tightened up WRL testsAdam Leff2015-09-102-17/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tests for #os_release_info and #read_os_release_info as they appear to be untested. Testing these allowed the tests for WRL5 and WRL7 to be tightened up and slimmed down to only test the functionality for those two OS variants.
| * | | | | Adding support for Wind River Linux 7.Adam Leff2015-09-102-4/+26
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | WRL7 is used by Cisco on the IOS-XR platform. This PR adds additional checks to the os-release and cisco-release files to properly detect this new platform.
* | | | | Merge pull request #620 from chef/if/aix-networkingIsa Farnik2015-09-143-85/+113
|\ \ \ \ \ | |/ / / / |/| | | | Properly detect WPAR networking
| * | | | properly detect wpar networkingif/aix-networkingIsa Farnik2015-09-113-85/+113
|/ / / / | | | | | | | | | | | | make tests happy
* | | | Fix formatting of changelogThom May2015-09-021-22/+22
| | | |
* | | | Update Changelogv8.6.0Thom May2015-09-021-4/+8
| | | |
* | | | Merge pull request #610 from cachamber/masterThom May2015-09-022-127/+2902
|\ \ \ \ | | | | | | | | | | Convert Solaris OHAI CPU detection to kstat from psrinfo
| * | | | Distill gsub.split to split on \s+Chris Chambers2015-08-251-1/+1
| | | | |
| * | | | ruby style changesChris Chambers2015-08-211-2/+2
| | | | |
| * | | | Make CPU state detection more specific, as it also matched cstateChris Chambers2015-08-201-1/+1
| | | | |
| * | | | Update to use new cpustates counters instead of total_Chris Chambers2015-08-201-4/+4
| | | | |
| * | | | Update to include CPU state counts for on-line,off-line,spare,nointChris Chambers2015-08-201-26/+25
| | | | |
| * | | | Correct some spacingChris Chambers2015-08-191-7/+4
| | | | |
| * | | | Convert to kstat and gather more info on Solaris CPUsChris Chambers2015-08-192-126/+2905
| |/ / /