On 13 December 2013 15:07, Stuart Cracraft <smcracr...@me.com> wrote:

> Our Security Group would like to  have complete visibility to logs in
> simple formats they can parse
> and understand and socialize it to the C-suite with. Also, it can be used
> to analyze Puppet's proposed
> operations in noop mode prior to an eventual turnup in full 7x24x365 mode
> for selected subsets of
> our cloud.
>

Are you using puppet dashboard? You can get the same information in CSV
format from http://localhost:3000/nodes.csv. It has the same information as
the yaml reports, but in "easier" (familiar) to manage CSV format, and
always up to date when you suck it from the dashboard. Here's a line of an
out of sync resource:

hostname,pending,736,34,0,702,File,/etc/sudoers,0.483092,XXXX/modules/sudoers/manifests/init.pp,22,2013-12-11
23:16 UTC,0,1,false,false

You don't get everything (like a diff on the file),and it is a good idea to
omit in sync resources (!~ /,0,0,[a-z]*,false/)

And why hasn't someone written exactly what you want? Because probably
no-one has the exact requirements of your organisation. So, at some stage
you're going to have to do some custom work.

Or even better, engage puppet labs to do what you want, and ensure it gets
rolled back into the product for the community. That's where the totting up
the # resources and states and the CSV dump of the dashboard came from...

John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAAJLFxVfb8A9TwsEng%2B2VK_eFarRa7a%3DkRMMGYu9hu%2BTvmBUGw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to