Displaying 3 results from an estimated 3 matches for "ipsocket".
Did you mean:
psocket
2006 Apr 30
4
Server IP
...39;'d like the application to grab the corresponding ip for that url.
Someone had previously suggested using @request.remote_ip, but that
obtains the ip from the requesting address, not the address of the url.
I''m thinking of using this method:
domain_name = @request.domain
ipaddr = IPSocket.getaddress( domain_name )
Is this my best bet?
--
Posted via http://www.ruby-forum.com/.
2012 Sep 19
1
Puppet on Windows 2003 Server > wrong IP via facter?
Hello!
I''m just getting started working with Puppet and testing on a Windows 2003
server. When I run facter on this server it returns a wrong value for the
ipaddress (should be 10.10.0.203, but facter sets ipaddress=10.0.0.203). As
you can see from the following ipconfig output, facter is looking at the
TELECOM Ethernet adapter instead of the adapter used for the local domain
2011 Feb 15
8
Trigger an event after a puppet run
Hi,
We''d like to run puppet regularly in noop then trigger an event after
the run depending on the results, namely to hook puppet in to our
Nagios implementation so that if anything changes for any reason we
receive an alert.
We already have puppet configured to send out puppet reports via email
but don''t want to completely rely on that.
Is it possible to craft a trigger of