> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Ton Voon
> Sent: Thursday, June 22, 2006 10:39 AM
> To: nagios-users@lists.sourceforge.net Users
> Subject: [Nagios-users] Notifications in a distributed setup
> 
> Hi!
> 
> I'm interested in what people have designed for notifications in a
> distributed setup. The official line is the master server should
> handle all notifications. However, in a geographically disbursed
> environment, there are two big advantages of slave notifications:
> 
>    - the slave is autonomous - if you lose connection to the master
> (whether scheduled or not), you will still get alerts
>    - pager notifications are routed locally, thus cost less
> 
> However, we're hitting problems because some notifications should be
> handled from the master, such as RSS or helpdesk integration. The
> only comms we allow from the slave to the master is NSCA.

I use the standard model myself but my thoughts are that you could build
some simple logic into your notification script on the slave that
determines if it should send a notification or not. For example, part of
the notification routine on the slave could be to check the status of
the master. If the master is available, don't notify. If it isn't
reachable, do send the notification. The same could be done for the
pager notifications. If the number is local (should be an easy
=~/NPA-NXX/ test with perl) send the page locally. For this last test
you'd need to have corresponding test on your master server.

Just off the cuff thoughts but maybe it'll help you think about the
problem differently.

--
Marc

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

Reply via email to