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

Possible Duplicate:
What tool do you use to monitor your servers?

I am looking for a monitoring solution for a server farm. It should resolve following issues:

  1. Detect if the host has failed or alive and if possible detect whether the host really failed or if it is not reachable due to networking failure

  2. If host fails, run a script (which does nothing but run some commands on other host(s) in the farm)

share|improve this question

marked as duplicate by EEAA, Iain, Scott Pack, sysadmin1138 Jul 18 '11 at 15:55

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

Nagios does what you want. Network failures can be handled by the dependency system, scripts on other hosts by the event infrastructure.

share|improve this answer

Although it sounds like what you want to do would be covered by Nagios, as SvenW mentioned, given that your tags include "high-availability" and "clustering", you might want to look into Pacemaker, which is a full-featured and extremely complex solution for clustering and high-availability that is capable of doing just about anything (once you work out how).

share|improve this answer

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