vote up 3 vote down star
1

I am new to server administration and I am looking for some options for monitoring my slice (ruby on rails site) on slicehost. Ideally, a live view of status and loads would be great.

Any suggestions?

flag

belongs on serverfault? – Alec Smart Oct 4 at 11:25

5 Answers

vote up 1 vote down check

Slicehost & Scout

We've been using scout to monitor our Rails apps and their slices on slicehost. Works pretty well and is very, very easy to install. Key features for me are the (reasonably) wide set of monitoring agents and the low cost.

Scout and NewRelic

To answer ChrisH's comment I did a comparison with NewRelic after having used Scout for a few months.

NewRelic presents the same information as Scout but in a nicer format.

NewRelic is able to monitor an application which has been split over multiple hosts - not something that Scout can do. However you probably don't need to scale Slicehost horizontally when it is so easy to scale vertically.

Scout gives more monitoring options for free and the first tier commercial offering is cheaper ($15 v $40) but they limit the amount of historical data you can store.

Scout seems to have a wider set of monitoring options - they have an open agent api which makes it simple to develop new agents - so you can get things like memcache monitoring.

One thing I don't like about Scout is that they don't manage exceptions. Not sure if NR does this but it seems like a huge whole in the monitoring offering

Chris

link|flag
Did you compare this to NewRelic RPM at all? These are the two I am considering. – ChrisH Oct 2 at 23:59
vote up -1 vote down

The easiest thing to do is SSH into your slice and run htop and mysql top, these two applications will give you detailed views into what's happening with your system.

link|flag
vote up 0 vote down

If you have an iPhone, you should take a look at iStat. There's an open source version of the monitoring daemon that runs nicely on Ubuntu.

link|flag
Do you have a link for this? I did some googling and can't find what you are referring to. – Mike Buckbee Sep 28 at 3:54
Here's the google code link for the UNIX daemon: code.google.com/p/istatd And the iTunes link for the iPhone app: itunes.apple.com/WebObjects/MZStore.woa/… And FWIW, I'm not the developer of either, just a satisfied user. – Shawn Craver Sep 29 at 15:21
vote up 0 vote down

Nagios or Cacti.

cacti.net/

nagios.org/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.