RE: [Nagios-devel] service definitions

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

RE: [Nagios-devel] service definitions

Post by Guest »

I'll volunteer a real-world example:

If I'm monitoring Oracle and Oracle decides to face-plant, I don't want to
be paged at 2:30am because of it; I'd rather the on-call DBA were paged.

Now, if Oracle died because of faulty memory or a disk fault and you didn't
get paged on that, well... you should be checking for those, shouldn't
you...? ;)

jc


> -----Original Message-----
> From: Matt McKinnon [mailto:[email protected]]
> Sent: Friday, March 21, 2003 4:26 PM
> To: [email protected]
> Cc: [email protected]
> Subject: [Nagios-devel] service definitions
>
>
> i'm curious why service definitions require contact groups.
> for example:
>
> define service{
> use basic-service
> host *
> service_description SERVICE
> check_command check-host-alive
> }
>
> let's assume the "basic-service" definition i use has all required
> directives except "contact_groups".
>
> if a SERVICE goes down on a host, shouldn't nagios see that:
>
> . that host is part of a host group
> . that host group has a contact group
> . that contact group has a contact
> . that contact should receive mail if SERVICE on that host goes down
>
> if i have 20 contracts, each with a different contract email
> address, my
> global service check that should save me time isn't so cool
> anymore. am i
> missing something here?
>
> -matt
>
> _________________________________________________________________
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:Crypto Challenge is now open!
> Get cracking and register here for some mind boggling fun and
> the chance of winning an Apple iPod:
> http://ads.sourceforge.net/cgi-bin/redi ... thaw0031en
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked