summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins
Commit message (Collapse)AuthorAgeFilesLines
* consolidate hostname pluginClaire McQuin2013-10-1711-307/+81
|
* OHAI-501 / OHAI-502: Switch to using shell_out.Bryan McLellan2013-10-102-4/+4
|
* Add cpu check for solaris2Blake Irvin & Eric Saxby2013-10-101-33/+41
|
* Add memory check for solaris2Blake Irvin & Eric Saxby2013-10-101-0/+24
|
* Merge pull request #203 from opscode/tn/languagesDan DeLeo2013-10-011-53/+74
|\ | | | | Added cross-platform tests for the rest of the language plugins
| * wipTheodore Nordsieck2013-09-241-53/+74
| |
* | [OHAI-492] - IP address detection fails if there is an interface with noDouglas Thrift2013-09-251-0/+1
| | | | | | | | | | | | addresses * skip interfaces that have no addresses when sorting IP addresses
* | simplify check for rackspace[:public_ip]Joseph Anthony Pasquale Holsten2013-09-251-3/+1
| |
* | [OHAI-499] If the public IP is nil, don't attempt to set a ↵Graham Christensen2013-09-251-1/+5
| | | | | | | | cloud-ips.com-based hostname.
* | [OHAI-503] Fix typo in ip_scopes pluginEric Saxby2013-09-241-1/+1
|/
* Fix windows line termination issues.Theodore Nordsieck2013-09-173-3/+3
|
* Converted plugins/linux/virtualization to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-22/+18
|
* Converted plugins/linux/network to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-226/+205
|
* Converted plugins/linux/lsb to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-17/+13
|
* Converted plugins/linux/kernel converted to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-7/+6
|
* Converted plugins/linux/hostname to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+4
|
* Converted plugins/linux/filesystem to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-49/+39
|
* Converted plugins/freebsd/virtualization to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-42/+40
|
* Converted plugins/freebsd/uptime to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-8/+5
|
* Converted plugins/freebsd/platform to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+4
|
* Converted plugins/freebsd/network to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-70/+65
|
* Converted plugins/freebsd/memory to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-21/+28
|
* Converted plugins/freebsd/kernel to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-9/+9
|
* Converted plugins/freebsd/hostname to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+4
|
* Converted plugins/freebsd/filesystem to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-25/+21
|
* Converted plugins/freebsd/cpu to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-1/+2
|
* Converted plugins/openbsd/virtualization to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-29/+27
|
* Converted plugins/openbsd/uptime to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-7/+5
|
* Converted plugins/openbsd/platformt o Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+4
|
* Converted plugins/openbsd/network to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-69/+63
|
* Converted plugins/openbsd/memory to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-31/+27
|
* Converted plugins/openbsd/kernel to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-8/+9
|
* Converted plugins/openbsd/hostname to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+4
|
* Converted plugins/openbsd/filesystem to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-25/+21
|
* Converted plugins/openbsd/cpu to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-3/+4
|
* Converted plugins/netbsd/virtualization to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-28/+27
|
* Converted plugins/netbsd/uptime to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-7/+5
|
* Converted plugins/netbsd/platform to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+4
|
* Converted plugins/netbsd/network to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-70/+64
|
* Converted plugins/netbsd/memory to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-31/+27
|
* Converted plugins/netbsd/kernel to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-8/+8
|
* Converted plugins/netbsd/hostname to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-2/+4
|
* Converted plugins/netbsd/filesystem to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-25/+21
|
* Converted plugins/netbsd/cpu to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-6/+4
|
* Converted plugins/solaris2/zpools to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-26/+22
|
* Converted plugins/solaris2/virtualization to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-48/+39
|
* Converted plugins/solaris2/uptime to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-8/+6
|
* Converted plugins/solaris2/platform to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-9/+7
|
* Converted plugins/solaris2/network to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-44/+40
|
* Converted plugins/solaris2/kernel to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-12/+10
|