scaning n/w and finding puppet agent

24 views
Skip to first unread message

kaustubh chaudhari

unread,
Sep 26, 2014, 10:35:46 AM9/26/14
to puppet...@googlegroups.com
Hi,

Just had a though if this is possible. I have seen this feature in HPSA.

Is there a way to scan the n/w and find the nodes who dont have puppet installed on them ?

-Kaustubh

Jason Antman

unread,
Sep 27, 2014, 1:48:01 PM9/27/14
to puppet...@googlegroups.com
Not built-in to puppet, but this should be trivial to do with nmap or a similar tool and a list of the nodes that *are* running puppet.

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1fb69b4a-1ab8-49d5-b556-1541e2ac7e97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

jcbollinger

unread,
Sep 29, 2014, 9:07:38 AM9/29/14
to puppet...@googlegroups.com


On Saturday, September 27, 2014 12:48:01 PM UTC-5, Jason Antman wrote:
Not built-in to puppet, but this should be trivial to do with nmap or a similar tool and a list of the nodes that *are* running puppet.



No, not at all.  With nmap you could probably identify nodes running the puppet *master*, but you cannot reliably identitfy whether nodes are running the agent because the agent does not necessarily accept network requests.  You could find only those that do, which at many sites (mine, for example) would be none.

The most you could do would be to monitor all network traffic to see which nodes talk to the puppetmaster, but that's not guaranteed to identify all agents, and collecting the data would take a longish time.


John

Reply all
Reply to author
Forward
0 new messages