Hello Jorge, If the http service on your www2 host down, I believe all of contacts will get the notification?
Is it possible only let your fernando & steria get the notification, but we can use less define in .cfg file? 2010/7/28, Jorge Gil <[email protected]>: > Dear, > > I copy you a working example of my Nagios, just define two times the service > with different contacts -it will make it work different for warning > different administrators of different servers: > > define service{ > use generic-service > host_name www2 > service_description HTTP > check_command check_http > is_volatile 0 > check_period 24x7 > max_check_attempts 2 > normal_check_interval 5 > retry_check_interval 5 > contacts nagiosadmin,nagiosadmin2,nagiosadmin3,nagiosadmin4 > notification_interval 0 > notification_period 24x7 > notification_options c,r,w,u,f > notifications_enabled 1 > } > > define service{ > use generic-service > host_name www2 > service_description HTTP > check_command check_http > is_volatile 0 > check_period 24x7 > max_check_attempts 2 > normal_check_interval 5 > retry_check_interval 5 > contacts fernando,steria > notification_interval 0 > notification_period 24x7 > notification_options c,r,w,u,f > notifications_enabled 1 > } > > Kind regards, > Jorge > > On Wed, Jul 28, 2010 at 9:51 AM, Mika Chu <[email protected]> wrote: > >> Dear, >> >> I am a beginning user of nagios, and trying to find a convenient way >> to define different service contacts. For example this, >> >> define service{ >> name check_ssh >> use generic-service >> service_description SSH >> host_name mail,file,backup >> check_command check_ssh >> } >> >> if the mail server ssh has problem, I want to notify user A. If file >> server ssh has prolem, I want to notify user B, and etc. >> >> Please advice how to do that? >> Thanks a lot! >> -- >> --- >> Mika Chu >> >> >> ------------------------------------------------------------------------------ >> The Palm PDK Hot Apps Program offers developers who use the >> Plug-In Development Kit to bring their C/C++ apps to Palm for a share >> of $1 Million in cash or HP Products. Visit us here for more details: >> http://ad.doubleclick.net/clk;226879339;13503038;l? >> http://clk.atdmt.com/CRS/go/247765532/direct/01/ >> _______________________________________________ >> 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 >> > -- --- Mika Chu ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ _______________________________________________ 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
