Displaying 20 results from an estimated 10000 matches similar to: "Simple application monitoring"
2010 Jun 11
2
Service monitoring/"Monit"?
Has anybody here tried the "Monit" utility (http://mmonit.com/monit/)? I
need to set up some kind of "watchdog" functionality for a custom
service otherwise started via init (i.e. via a script in /etc/init.d +
rc*.d links managed by chkconfig) and it seems like this system may give
me nearly what I want. However, something that concerns me about it, is
that it appears to
2012 Jun 14
3
What is the difference between Soap API and REST API?
Regards,
Seeni Rafiyullah Khan A,
*
*
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more
2008 Jan 03
23
deployment survey
Hello Mongrels,
Building on the last messages about Fastthread, can we get a detailed
survey of the different ways people are deploying their applications?
It will help with near-future Mongrel development.
Please include the following things:
* Framework, if any (Camping, Merb, Rails, Nitro, Ramaze, IOWA, Rack...)
* Mongrel version
* Mongrel handlers used (rails, dirhandler, camping,
2009 Sep 08
1
variables on files
I have this configuration:
class monit {
# Installing packages.
package { "monit":
ensure => latest;
}
file {
"/etc/default/monit":
owner => "root",
group => "root",
mode => "0644",
source => "puppet:///monit/etc/default/monit",
}
file {
"/etc/monit/monitrc":
owner => "root",
group =>
2012 Oct 23
7
Not updating the updated_at field
This is for Rails 3.1.1
I have a field called last_seen in a model. This field will be updated
when the something about the record is seen in the real world (don''t
worry about this part)
So I go x.update_attribute(:last_seen, Time.now) and the following happens is
UPDATE "blah" SET "last_seen" = ''2012-10-23 08:57:46.179288'',
"updated_at"
2007 Jan 24
4
Rails App on Mongrel+Apache Stops Listening
Howdy,
I''m trying to debug a situation where a Rails app running on Mongrel
+Apache stops listening to requests. Restarting Mongrel and Apache
brings it back to life.
First off, here''s some info on versions, etc...:
Red Hat Enterprise Linux ES release 3 (Taroon Update 8)
ruby 1.8.5 (2006-12-04 patchlevel 2) [x86_64-linux]
Mongrel 1.0.1
Rails 1.2.1
fastthread (0.6.2)
2008 Dec 10
2
mongrel_cluster : up to 500 MiB memory
Hi everyone,
I''ve got some trouble with my RoR application running with apache
(2.2.9) and mongrel (1.1.5).
The site i manage has about 20''000 visits a day, and we run 14 mongrel
instances switched with mongrel_cluster (1.0.5). The fact is, sometime,
half of my mongrel instances are raising something like 500MiB memory
and don''t seem to work anymore.
The server itself
2012 Jul 08
2
Icecast 2.3.3 + Debian
Le 08/07/2012 19:50, R?cker Thomas a ?crit :
> It sees far less testing and review than mainline.
> The other day we had someone for whom Icecast suddenly started crashing.
> Turned out it was a kh build.
I'll pipe in.
The company I work for has 1000+ audio (and some video) streams, serving
tens of thousands of listeners per stream, running on both icecast and
icecast-kh and _both_
2015 Jan 11
1
Design changes are done in Fedora
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11.01.2015 19:05, Valeri Galtsev wrote:
> That sounds like you have collected and counted "votes" pro and
> against systemd.
How could it sound like I collected "votes"? I don't care about votes
when it comes to technical superiority.
> As far as "advantages" are concerned: I didn't see any compared
2011 Jan 24
2
Seeing what has changed in ActiveRecord
I have a callback (before_save) that I want to trigger only when
certain fields within a record have changed. For example given a user
record with ''username'', ''password'' and ''date_of_birth'' I would like
the callback to do something only when the ''username'' or ''password''
changes or when the
2006 Nov 01
5
(simple) Server Monitoring Package like ServerStats
Hi,
was wondering if there exists an RPM somewhere to a system monitoring
package which I can use to install on a centos server. I'm using
serverstats for my other gentoo boxes and it works great(and simple)
I can't seem to locate RPMS for serverstats for Centos.
Thanks
2011 Feb 02
3
Connectivity Code
Hi.
I am connecting from Console to SQL Server with ruby on rails on windows XP
but while executing the following code, only the coloured code is executing,
i want the exact procedure, how to connect from database step by step
procedure..
require "dbi"
begin
# connect to the SQL server
dbh = DBI.connect("DBI:ODBC:TESTDB:localhost",
"testuser",
2013 Jan 16
6
Highload project on RoR
I need advice about What is the best practice to scale RoR project ?
My current stack is:
- Ruby 1.9.3
- RoR 3.2.8
- Redis DB for caching and some hot data
- PostgreSQL
- Resque for background jobs
I am expecting a highload for my project for several month. And I need to
change my architecture.
Primarily, I want to change my backend architecture. I read about highload
2007 May 06
28
mongrel becoming unresponsive
Hello,
I''m running mongrel behind apache via proxypass. Every now and then, a spammer
tries to proxy traffic through apache, and for some reason, apache forwards
the request to mongrel, even though it''s not a site being hosted by me.
At times this seems to cause mongrel to become unresponsive, and all requests
to the site then fail with a proxy error until mongrel is
2013 Jan 03
6
Dom0 log and disk space management
We''re running a handful of XCP 1.1 pools and have run in to situations wherein the local filesystem on the Dom0 control domain hits 100% capacity due to error logging in /var/log (daemon.log, messages, xensource.log, etc) thereby taking that host offline. Twice recently we''ve run in to this, on two different pools, first due to the primary SR hitting capacity and secondly when
2004 Dec 17
2
question about Webtraffic monitoring
Does anyone know a good open source and free webmonitoring software
which I can use to monitor some websites and build simple
uptime/downtine statistics for my customers (conform SLA's) ?
Any help/hitns would be very apperciated :)
--
Michiel
2010 May 17
14
noob questinon: is dev in rails underwindows a good idea
Hey guys, thx for talking your time to answer this post, i much
appreciate it.
1. is dev in rails under windows a great idea.i can think of 10000
reasons, i know, bu i can;t install linux on my PC, for now at least.
the compamy that i am working for wants me to install all of the
programs i need to develop a free lancer site, like this one
http://www.bestjobs.ro/(if u look at the right upper
2007 Feb 15
7
Mongrel Monitoring...
I have a website that is running Mongrel that is CONSTANTLY going down.
There seems to be no rhyme or reason... There must be something in the
way the site was written.
Is there a recommended Mongrel monitoring tool that will monitor our
sites mongrel services and restart mongrel when the site goes down?
The server is a UNIX machine...
Thanks!!
Roy
-------------- next part
2009 Mar 24
3
mmonit - Permission denied errot
Greetings,
I just downloaded the mmonit from mmonit.com site on my CentOS box
untarred-unizipped it.
As per the documentation, I dutifully typed
./bin/mmonit
and it is refusing to run. I am running this as root and SELinux is disabled.
running it with strace spews the following (in entireity):
[begin]
# strace ./bin/mmonit
execve("./bin/mmonit", ["./bin/mmonit"], [/* 28
2012 Sep 11
4
Should i buy Ruby on Rails 3 Essential Training with Kevin Skoglund from Lynda.com
hello people, i m new to rails and i m thinking of buying Ruby on Rails 3
Essential Training with Kevin Skoglund tutorial
http://www.lynda.com/Ruby-on-Rails-3-tutorials/essential-training/55960-2.html
but problem is the tutorial is created on 2010 oct => so its 2 yrs old
so my question it is fine to Buy these Tutorial in the changing rails world?
Please Help me
--
You received this