> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Izotov Igor > Sent: Wednesday, November 23, 2005 8:21 AM > To: [email protected] > Subject: [Nagios-users] distributed and redundant monitoring > > Some time ago I asked the same question. Maybe something has changed ever > since. > I need to create the following monitoring process: > A,B,C are monitoring servers, distributed all over the world, seeing each > other. > D is the monitored host. > notifications should be sent only in case when D is not responding to all > of > them (A && B && C). > Can it be done by means of Nagios?
I can think of a couple ways this would be easily possible -- Easiest - A,B,C use a database backend and all monitor host D normally but without notification. Whichever is your notification machine has an additional service check for the device that queries each database for current status and sets its status appropriately. You would need to write this plugin but it should be very straightforward. Less Easy - Have A, B and C send their check results to a central host then use check_cluster2 to notify based on your criteria. http://nagios.sourceforge.net/docs/2_0/clusters.html -- Marc ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id845&op=click _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
