Created
November 22, 2010 20:43
-
-
Save glarizza/710638 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## The /etc/mcollective/facts.yaml File | |
bash-3.2# cat /etc/mcollective/facts.yaml | |
--- | |
sp_number_processors: "2" | |
kernelmajversion: "10.5" | |
clientversion: &id001 2.6.2 | |
macosx_productversion_major: "10.6" | |
sp_machine_name: MacBook Pro | |
fcupdate: firstclass10.013.dmg | |
sp_mmm_entry: MMM_stateMMM_enabled | |
sp_platform_uuid: 24DBA332-412B-5E01-93BA-5238584C1DFF | |
sp_boot_volume: Macintosh | |
ps: ps auxwww | |
netmask: 255.255.255.0 | |
firstclass: Firstclass20100621.dmg | |
sp_secure_vm: secure_vm_enabled | |
ipaddress_vmnet1: 172.16.10.1 | |
network_vmnet1: 172.16.10.0 | |
sp_packages: "1" | |
title: mcollective | |
sp_boot_rom_version: MBP41.00C1.B03 | |
sp_machine_model: "MacBookPro4,1" | |
hostname: larizza-garyclass-boe | |
sp_smc_version_system: 1.27f3 | |
kernelrelease: &id002 10.5.0 | |
kernel: &id003 Darwin | |
sp_current_processor_speed: 2.5 GHz | |
sophos: sophos72810.dmg | |
facterversion: 1.5.8 | |
pkg_base: http://testing.huronhs.com/pkgs/general_image | |
sp_local_host_name: larizza-garyclass-boe | |
sp_boot_mode: normal_boot | |
timezone: EST | |
sp_serial_number: W88291E3YK0 | |
warranty_out: "no" | |
dnealian: dnealian.dmg | |
serverip: 10.13.0.7 | |
hardwaremodel: i386 | |
mcollective: mcollective-0.4.10.dmg | |
macaddress_vmnet1: 00:50:56:c0:00:01 | |
sp_64bit_kernel_and_kexts: "no" | |
servername: testing.huronhs.com | |
uptime: 4 days | |
sp_cpu_type: Intel Core 2 Duo | |
uptime_seconds: "366406" | |
puppetversion: *id001 | |
rubyversion: 1.8.7 | |
ipaddress_lo0: 127.0.0.1 | |
netmask_vmnet1: 255.255.255.0 | |
!ruby/sym _timestamp: Mon Nov 22 15:39:35 -0500 2010 | |
name: mcollective | |
puppetcurrent: puppet-2.6.2.dmg | |
interfaces: "lo0,gif0,stf0,fw0,en0,en1,vmnet1,vmnet8,utun0" | |
macaddress_en0: 00:21:e9:e3:1d:52 | |
warranty_end: 2011-07-18 | |
operatingsystemrelease: *id002 | |
environment: production | |
macaddress_en1: 00:1f:f3:d5:f2:5c | |
macosx_productversion_minor: "5" | |
sp_physical_memory: 4 GB | |
ipaddress_vmnet8: 172.16.240.1 | |
network_vmnet8: 172.16.240.0 | |
netmask_lo0: 255.0.0.0 | |
facter: facter-1.5.8.dmg | |
path: /usr/sbin:/usr/bin:/bin:/sbin | |
sp_user_name: System Administrator (root) | |
purchase_date: 2008-07-19 | |
sp_os_version: Mac OS X 10.6.5 (10H574) | |
ipaddress: 10.13.0.191 | |
flash: Flash10.1.dmg | |
uptime_days: "4" | |
network_lo0: 127.0.0.0 | |
ipaddress_en1: 10.13.0.191 | |
sp_bus_speed: 800 MHz | |
macaddress_vmnet8: 00:50:56:c0:00:08 | |
sp_uptime: up 4:5:47:12 | |
macosx_productversion: 10.6.5 | |
netmask_en1: 255.255.255.0 | |
macosx_productname: Mac OS X | |
firefox: firefox3.6.11.dmg | |
textwrangler: TextWrangler_3.0.dmg | |
sp_l2_cache: 6 MB | |
macosx_buildversion: 10H574 | |
macaddress_fw0: 00:22:41:ff:fe:45 | |
kernelversion: 10.5.0 | |
netmask_vmnet8: 255.255.255.0 | |
network_en1: 10.13.0.0 | |
domain: local | |
uptime_hours: "101" | |
sp_kernel_version: Darwin 10.5.0 | |
serverversion: 2.6.2 | |
operatingsystem: *id003 | |
location: SHEL | |
## Running mc-inventory on this client | |
bash-3.2# mc-inventory boe | |
Inventory for boe: | |
Server Statistics: | |
Version: @DEVELOPMENT_VERSION@ | |
Start Time: Mon Nov 22 15:19:29 -0500 2010 | |
Config File: /etc/mcollective/server.cfg | |
Process ID: 6804 | |
Total Messages: 12 | |
Messages Passed Filters: 10 | |
Messages Filtered: 2 | |
Replies Sent: 9 | |
Total Processor Time: 0.63 seconds | |
System Time: 1.66 seconds | |
Agents: | |
discovery rpcutil | |
Configuration Management Classes: | |
Facts: | |
Could not show inventory for node boe: comparison of String with :_timestamp failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment