similar to: New Relic & RightScale - Ruby on Rails Life Cycle Tools

Displaying 20 results from an estimated 1100 matches similar to: "New Relic & RightScale - Ruby on Rails Life Cycle Tools"

2013 Mar 04
4
Problem while Installing software (agent) from puppetmaster to clients
I had installed puppet master and client on two different machines. machine A has puppet master and machine B has client. both are centos6 64 bit machines. Machine B (client) is successfully connected to master (machine A). My aim is to install New Relic agent (server monitorinig tool) on different clients. I had installed new relic agent on machine A and trying to build a module so that I
2012 Oct 08
3
Shorewall 4.5.8 IPSEC in a multi-ISP configuration
Hi, I'm using IPSEC in a multi-ISP configuration, lsm 0.131, Kernel 2.6.32, ipsec-tools 0.8.0 This worked fine with Shorewall/Shorewall-Lite 4.5.7. After updating Shorewall to 4.5.8 the routing of ESP packets doesn't work. If I change the Providers.pm file and add connmark => "! --mark 0/$mask" like before in Shorewall 4.5.7 than everything works fine. add_ijump
2012 Oct 14
1
Trouble with Apache2 ProxyPass
This problem probably has a simple solution, so I''m hoping the experienced shorewall users can help me. I''ve got a 3-interface (net,dmz, & loc) firewall and have several apache2 virtual web sites in the dmz. They come into 1 apache server in the dmz, and are redirected with the directive "ProxyPass" and "ProxyPassReverse" in my Apache
2012 Oct 16
1
Trouble with tftp
I''m trying to enable tftp traffic initiated from our dmz network to our internal network. I have: TFTP(ACCEPT) dmz loc:10.10.10.1 in /etc/shorewall/rules, and: oadmodule nf_conntrack_tftp in /etc/shorewall/modules. The module is loaded and I do see some entries come and go, e.g.: udp 17 10 src=4.28.99.164 dst=10.10.10.1 sport=2071 dport=69 [UNREPLIED]
2012 Aug 07
0
hooking NewRelic into Puppet agent
Hello everyone, I''m trying to hook NewRelic into the Puppet agent. Why? Because I''m pretty positive at this point that the metrics Dashboard reports are not accurate / incomplete and I can''t really split out those metrics in stuff like ''which commands take too long'' or ''how long am I waiting on the network'' and so forth. Now,
2015 May 12
2
appdynamics php agent prevented by SELinux
Well, I was having a heck of a time with the rpm install in terms of customizing the install directory. So I thought the easy way out might be to go for a source install. Which I tried and this was the output from the install: [root at web1:/opt/AppDynamics/appdynamics-php-agent] #./install.sh appd.jokefire.com 443 beta.jokefire.com "Web Front End" web1.jokefire.com Install script for
2010 Nov 01
0
Vimeo API Error.
I am working on an Application which requires Vimeo API. I have done that on separate application but when i am trying to get that thing on actual project it doesn''t work. I have followed this . http://github.com/matthooks/vimeo for getting this up. The error comes when I add config.gem "vimeo" into environment.rb. where as [Awijeet@localhost loc]$ gem list -l vimeo (1.2.2)
2009 Jun 03
1
Adding an 'official' CentOS image to the Amazon EC2(Electronic Compute Cloud)
Sorry for not replying to this earlier, I just saw this thread because of the newsletter. We have had CentOS Images running in the cloud since 09/06/2007, and there have had a public script out for it, you can check us out in the Amazon catalog here: http://developer.amazonwebservices.com/connect/entry!default.jspa?categoryID=208&externalID=1901&fromSearchPage=true. This also has a build
2011 Jul 25
0
CentOS6 on EC2
Anyone successfully got CentOS6 running on EC2. We have bundled a pvgrub image but get to "Initialising Xen virtual ethernet driver." and the system stops outputting? -- Thanks, Richard Shade Integration Engineer RightScale - http://www.rightscale.com/ phone: 8055004164x1018 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 May 21
3
Adding ndpi-netfilter rules
Hi Is there any way to insert L7 rules by using the ndpi-netfilter module? /GH ------------------------------------------------------------------------------ Try New Relic Now & We''ll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers
2011 Feb 11
1
Real-time web traffic alert notifications (email or SMS) on the cheap?
I''m a big fan of New Relic. One of the services they provide is alerts when your traffic goes up unexpectedly above a predetermined level. Does anyone have a favorite, inexpensive "traffic alert" tool that can be used on a small site--a site that''s not yet big enough for monthly payments of $150 for New Relic Silver (or even the $36 price tag for New Relic Silver on
2015 Oct 15
1
selinux commands fail on low memory box
> > How about adding some swap into system? Not a bad idea, Eero! That worked. [root at ops3:~] #cat /proc/swaps Filename Type Size Used Priority /swapfile file 1048572 712 -1 [root at ops3:~] #semodule -i newrelic.pp [root at ops3:~] # Thanks! Tim On Thu, Oct 15, 2015 at 12:19 AM, Eero Volotinen
2010 Jun 07
2
amazon ec2 and centos?
Searching through the archives, it seems this topic has come up several times in the past 2.5 years. Did anyone ever take on the tasks of creating an official CentOS AMI? We're currently using the RightScale ones, but I think it'd be ideal to have a clean CentOS AMI with the current kernels. Karanbir, you seem to have been the one on CentOS side who has had the most conversations with
2013 May 21
3
Redirect incoming port to another port internal.
Hi all, I have tried to figure out how to do this one but I think I have just confused myself more. My firewall is a 2 interface setup, the same box is my router to my uplink. I''m not using nat at all and have a public IP range behind this machine. net = eth0 loc = eth1 Most of my rules are mainly the basic HTTP(ACCEPT) net loc:111.111.111.112 SMTP(ACCEPT) net
2013 Apr 26
0
TPROXY/IPv6: Documentation bugs?
In working through an IPv6/TPROXY issue I had, I believe I found a documentation bug: http://www.shorewall.net/manpages6/shorewall6-tcrules.html In the ACTION section, for part 12. SAME: The documentation lists: #ACTION SOURCE DEST PROTO DEST # PORT(S) SAME:P 192.168.1.0/24 0.0.0.0/0 tcp
2005 Aug 29
1
rsync process life cycle
I'm working with my ODBC database logging patch again, and I need some information on how rsync process management works. Essentially I need to close the database connection on a daemon process right before the last process (be it receiver or generator) exits. My question is, which process kills which process? Does the receiver kill the generator, or vice versa? Do they each die
2006 Feb 01
3
Test data life cycle confusion
Hi, It states on page 140 of Agile Web Development with Rails: Here?s the bottom line: even if a test method updates the test database, the database is put back to its default state before the next test method is run. This is important because we don?t want tests to become dependent on the results of previous tests. Well, I''ve been running into a brick wall with some functional tests
2015 Jun 04
2
[LLVMdev] a life-cycle question for MCJIT
Context: We use MCJIT to generate machine code in our LLVM based JIT compiler. The code generation process has roughly 5 steps: 0. Generate and optimize LLVM IR. 1. Call generateCodeForModule on the output of (0) to translate LLVM IR to machine code. 2. Figure out the final locations for the code and data generated by MCJIT using an allocator specific to our runtime. Make
2011 Jul 25
3
Life Cycle Assessment with R.
Hello everyone,  There's something really important about climate change and how many institutions around the globe are looking for softwares solutions in order to achieve they (and everyone) needs to improve life conditions in all the planet. Currently, they're many comercial softwares working with this important topic named as: "Life Cycle Assesment", monitoring carbon emition,
2005 Oct 17
2
Insightful Announces: "R and S-PLUS- Panel Discussion" at 9th Annual 2005 User Conference
Event: 2005 Insightful User Conference Dates: Oct 26-27, 2005 Location: Princeton, NJ URL: http://www.insightful.com/news_events/2005uc/ for details on pricing, hotel accommodations and to register for this event. The Insightful 2005 User Conference is being held October 26th-27th in Princeton, NJ. This year's conference focuses on the techniques and methodologies pivotal to the