I am trying to reposition my question which just got closed. Hopefully, by taking out a few choices, it would seem less 'argument inducing' to the admins.

My question is - What is the quickest way to setup a self-hosted resource & app monitoring for a work-in-progress PHP app on Slicehost?

I am learning more and more about launching web applications and there seems to be a ton of things to take care of. One of the things that I recently found out I needed was a monitoring tool.

I researched on the web and looked up answers here obviously, but seems that there isn't a well-documented answer on here. For valid reasons. Things seem to be changing very quickly in this space and there are a whole bunch of issues to deal with. Issues that I listed down for myself are

  • Time to setup
  • Resources to run
  • One time cost or monthly cost
  • Depth/breadth of monitoring
  • 'Actionability'
  • Notifications
  • Resource monitoring only or Application centric Event monitoring as well?

With those in mind, here's what I came up with as the possible options

  • Monit
  • Nagios
  • Cacti
  • Splunk

I hope you guys can help me out on this. If I get some much needed feedback here, I will try to evaluate the SaaS solutions myself, else will try asking that as a question as well.

Thank you.

Note to Admin - Seriously hope that you guys let this question be, cause there are tons of startup n00bs like me (at least a chunk of my friends seem to agree) that this needs to be better outlined and no better place than SO.

link|improve this question

55% accept rate
What kind of hosting does slicehost offer? As far as I know, you're not going to be able to run any of those on a shared hosting package. What kind of things do you want to monitor in the first place, can you add more detail? Because essentially, you seem to be asking about server monitoring – Pekka Jun 13 '11 at 16:37
1  
If you're asking about what it takes to get a site up and running on a particular provider then I suggest you ask that provider for details. – jcolebrand Jun 13 '11 at 16:42
@pekka - I am looking at something like NewRelic or Scout for the server. Slicehost does offer shared hosting but with quite a bit of admin control, its like a lower tier dedicated server farm imho. I want to analyze a whole gamut of things - server resources, troublesome app events with the most expensive resource calls and such. – iUsable Jun 13 '11 at 16:42
@jcolebrand - funny people think that. nope, not at all. Not looking for any help setting up my app on Slicehost. Am looking to figure out which is the best resource monitoring tool for a LAMP app on Ubuntu/Slicehost? – iUsable Jun 13 '11 at 16:49
show 9 more comments
feedback

closed as off topic by Pekka, jcolebrand, Fosco, a'b'c'd'e'f'g'h', Kev Jun 13 '11 at 16:47

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

I use and highly recommend Zabbix, it is a bit awkward in some usability aspects but has a lot of things under the hood. There are plenty of standard checks and you can highly customize it and add your own custom ones.

And yes, it's free.

link|improve this answer
feedback

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