5

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?

chrishomer
  • 4,900
  • 5
  • 38
  • 52

4 Answers4

2

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

GiH
  • 14,006
  • 13
  • 43
  • 56
Chris McCauley
  • 25,824
  • 8
  • 48
  • 65
0

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.

Shawn Craver
  • 1,986
  • 1
  • 15
  • 16
  • 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 03:54
  • Here's the google code link for the UNIX daemon: http://code.google.com/p/istatd/ And the iTunes link for the iPhone app: http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=303034517 And FWIW, I'm not the developer of either, just a satisfied user. – Shawn Craver Sep 29 '09 at 15:21
0

Nagios or Cacti.

cacti.net/

nagios.org/