summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/linux
Commit message (Expand)AuthorAgeFilesLines
* Update network plugin to use ipaddr not ipaddress gemfix_requireTim Smith2020-08-101-2/+2
* Avoid creating more shellout objects we don't needTim Smith2020-08-093-6/+3
* Avoid setting the mid value to nil and then setting it againTim Smith2020-08-091-2/+2
* Avoid a constant we don't actually needTim Smith2020-08-091-17/+14
* Gate more of the external requiresTim Smith2020-08-091-1/+1
* Merge pull request #1485 from cooperlees/route_is_valid_default_route_afTim Smith2020-08-031-1/+9
|\
| * Add Address Family Check to route_is_valid_default_route?Cooper Lees2020-07-291-1/+9
* | Use .find instead of .select.firstrubocop_Performance_DetectTim Smith2020-08-031-1/+1
|/
* Use .match? when we don't need the resultTim Smith2020-07-064-22/+22
* Merge pull request #1475 from cooperlees/ipv4_v6_nhTim Smith2020-06-301-0/+2
|\
| * Add a Rubular PermalinkCooper Lees2020-06-301-0/+1
| * Remove white space to please linterCooper Lees2020-06-301-1/+1
| * Move regex out of the loop Cooper Lees2020-06-301-4/+1
| * Change to double quotes for impactCooper Lees2020-06-241-1/+1
| * Linux network plugin: Handle IPv6 next hops for IPv4 routesCooper Lees2020-06-241-0/+4
* | Fix docker detection in ohai virtualizationPhil Dibowitz2020-06-301-2/+5
* | Fix a few typosTim Smith2020-06-231-1/+1
|/
* selinux: use debug instead of traceDavide Cavalca2020-05-061-1/+1
* selinux: fix rubocop issuesDavide Cavalca2020-04-221-1/+2
* selinux: add plugin to expose SELinux statusDavide Cavalca2020-04-221-0/+67
* Use correct DMI attribute name for product nameLance Albertson2020-04-171-2/+2
* Merge pull request #1441 from davide125/ipcTim Smith2020-03-131-0/+51
|\
| * ipc: make plugin optional and update bylinesDavide Cavalca2020-03-131-1/+3
| * ipc: fix rubocop issuesDavide Cavalca2020-03-131-11/+11
| * ipc: add new plugin to expose SysV IPCDavide Cavalca2020-03-111-0/+49
* | Merge pull request #1440 from davide125/irqTim Smith2020-03-131-0/+83
|\ \
| * | interrupts: set as an optional pluginDavide Cavalca2020-03-111-0/+1
| * | interrupts: address review commentsDavide Cavalca2020-03-111-7/+3
| * | interrupts: fix some rubocop issuesDavide Cavalca2020-03-111-9/+13
| * | interrupts: address code review feedbackDavide Cavalca2020-03-111-5/+2
| * | interrupts: also parse default_smp_affinityDavide Cavalca2020-03-111-1/+2
| * | irq: rename to interrupts and rescopeDavide Cavalca2020-03-111-10/+11
| * | irq: factor smp_affinity parsing to its own functionDavide Cavalca2020-03-111-18/+23
| * | add some commentsDavide Cavalca2020-03-111-0/+9
| * | irq: also read smp_affinityDavide Cavalca2020-03-111-1/+19
| * | add irq pluginDavide Cavalca2020-03-111-0/+51
| |/
* | Merge pull request #1439 from matt-c-clark/matt-c-clark-NIC-infoTim Smith2020-03-131-0/+90
|\ \ | |/ |/|
| * Expose NIC channel params, coalesce params, and driver info in the network pl...Matt Clark2020-03-091-0/+90
* | Combine Linux / Windows fips plugins into a single pluginfipsTim Smith2020-03-021-38/+0
|/
* Fix detection of the Openstack virtualization hypervisorTim Smith2019-09-041-10/+11
* Make sysctl optionalTim Smith2019-09-041-0/+1
* Add sysctl ohai pluginJoshua Miller2019-08-261-0/+37
* fix platform_version on fedora rawhideRitesh Khadgaray2019-08-081-8/+2
* Translating platform "archarm" to "arch"Nitzan Raz2019-07-191-0/+1
* Merge pull request #1382 from josephmilla/feature/make-state-regex-less-restr...Tim Smith2019-07-111-1/+2
|\
| * Add rubular linkJoseph Milla2019-06-271-0/+1
| * Make state regex less restrictiveJoseph Milla2019-06-261-1/+1
* | new chefstyle rules for 0.13.2Lamont Granquist2019-07-083-8/+20
|/
* Simplify how we create empty mashes in the pluginsmash_newTim Smith2019-06-113-20/+20
* Use ||= instead of unless defined? for constantsCONVERSION_STATUSTim Smith2019-06-032-4/+2