Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have a set of servers to host my web application, I want to monitor those server, if any failure, modification has happened, I want a notification sent to my mobile number for example.

My question as I'm a beginner, is there any application can help me to monitor my servers and notify me if there is any failure? And in general what is the best practice concerning this issue.

share|improve this question

migrated from superuser.com Jun 13 '11 at 5:48

2 Answers

up vote 3 down vote accepted

There are lots of applications depending on your requirements. If you know your way around UNIX/Linux, get something like Nagios/Zabbix. Not only will they be able to monitor remote services (HTTP, DNS, POP etc.) but they can also monitor a machines stats, things like CPU load, disk usage, disk health and pretty much anything you can think off.
Both Zabbix and Nagios can be a bit of a fuss to configure, if all you want to do is monitor a few public facing web servers check out something like Pingdom (A hosted service).

It really comes down to how advanced you want your system to be. If you go the Nagios/Zabbix/Self-hosted route you can get it to do pretty much whatever you want, they come with a decent number of plugins to monitor most things you'd need but you can write your own plugins too. You can also write custom output plugins for alerts (When one of our servers goes down, it sends us an email, phones us and uses TTS to tell us what's going on).
Pingdom/ScoutApp are great if you don't need anything too advanced and want a nice simple point-and-click interface to configure it.

share|improve this answer

2nd vote for Nagios. Just have to configure, or pay for XI, which is easier, but you can actually use that with up to 7 servers/machines for free.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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