up vote 5 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

75% accept rate
belongs on serverfault? – Alec Smart Oct 4 '09 at 11:25
feedback

5 Answers

up vote 2 down vote accepted

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 New Relic does this but it seems like a huge hole in the monitoring offering

Chris

link|improve this answer
Did you compare this to NewRelic RPM at all? These are the two I am considering. – chrishomer Oct 2 '09 at 23:59
feedback

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|improve this answer
Do you have a link for this? I did some googling and can't find what you are referring to. – Mike Buckbee Sep 28 '09 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/wa/… And FWIW, I'm not the developer of either, just a satisfied user. – Shawn Craver Sep 29 '09 at 15:21
feedback

Nagios or Cacti.

cacti.net/

nagios.org/

link|improve this answer
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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