Christophe,

I would suggest not using Puppet or Chef to pass data around
constantly that isn't going to be used by your actual code. Instead,
you might want to set up a proper SNMP infrastructure such that you
can get all of the information that you want and poll your network
devices, etc... with the same mechanisms.

AFAIK, all of the information that you've asked about is natively
hooked into SNMP in most modern operating systems and relatively
easily enabled for collection.

Thanks,

Trevor

On Fri, May 11, 2012 at 2:38 PM, Christophe L <cl.subscript...@gmail.com> wrote:
> Hello Gary,
>
> Thank you for your answer.
>
> First, I should have written about "raw meaningful data" rather than "raw
> useful data" because you are right that a lot of the extra information are
> not actually useful :)
>
> For information, the aim is not to use the information in modules, but to
> fill a CMDB system from the information extracted from Puppet or Chef.
>
> But there are still some information not provided by puppet that we would
> need, for example:
> - IPv6 of the server (we got only the IPv4)
> - release date of the bios ( that can give an idea about the date of
> manufacturing of the server)
> - family, vendor, speed of the CPU cores
> - on linux, mounting points with size allocated and filesystem type
>
> Actually, there may be others but I have not looked yet in details in the
> Chef file because there is too much in it ;)
>
> About the module forge, I went there and found only two modules which looks
> related to facter
> http://forge.puppetlabs.com/tags/facter
>
> are there more modules that I have not seen ?
>
> Thanks in advance for your feedback.
>
>
> Best regards,
> Christophe
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/bC_gIzeP8PAJ.
>
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.



-- 
Trevor Vaughan
Vice President, Onyx Point, Inc
(410) 541-6699
tvaug...@onyxpoint.com

-- This account not approved for unencrypted proprietary information --

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to