Re: [Puppet Users] Script to find potential puppet clients

2011-04-19 Thread Steven Acres
On Tue, Apr 19, 2011 at 5:44 PM, Corey Osman wrote: > Has anybody written a script that will scan the network to find systems not > running puppet and ultimately send an email with the findings? > > > > > > I was thinking I can do this by just scanning for port 8141 or is it 8139? > This would

Re: [Puppet Users] Script to find potential puppet clients

2011-04-19 Thread Mohamed Lrhazi
How about scan the network and collect IPs that are UP... then check puppets facts db for missing IPs ? On Tue, Apr 19, 2011 at 5:44 PM, Corey Osman wrote: > Has anybody written a script that will scan the network to find systems not > running puppet and ultimately send an email with the finding