|
From: Yohann D. (D. NOISIEL) <yoh...@an...> - 2004-03-31 15:53:18
|
Thanks,
In fact I would like to known the best practice to have the less =
escalation definition as possible
Regards,
-----Message d'origine-----
De=A0: Spencer L Horn [mailto:sh...@ls...]=20
Envoy=E9=A0: mercredi 31 mars 2004 16:01
=C0=A0: Yohann DESQUERRE (DSI NOISIEL)
Cc=A0: nag...@li...
Objet=A0: Re: [Nagios-users] Global escalation service problem
My setup is the following..
define serviceescalation{
name production-escalation0
first_notification 4
last_notification 5
notification_interval 15
register 0
}
Then it varies on group ie networks, sysadmin, devel, etc defined like
this,
define serviceescalation{
name servers_production-escalation0
use production-escalation0
contact_groups sysadmins
register 0
}
this would change slightly for networks devel etc.
Make sense?
Spencer
On Wed, 2004-03-31 at 07:13, Yohann DESQUERRE (DSI NOISIEL) wrote:
> Hi all,
>=20
> I'd like to declare a global service definition as that:
>=20
>=20
> define serviceescalation{
> host_name wings
> service_description *
> first_notification 3
> last_notification 4
> contact_groups redcon-0
> notification_interval 0
> }
>=20
> Or that :
>=20
>=20
> define serviceescalation{
> host_name *=20
> service_description *
> first_notification 3
> last_notification 4
> contact_groups redcon-0
> notification_interval 0
> }
>=20
> Running configuration check.../etc/init.d/nagios: line 167: 17741
> Segmentation fault $NagiosBin -v $NagiosCfg >/dev/null 2>&1
>=20
> Nagios 1.1
> Copyright (c) 1999-2003 Ethan Galstad (na...@na...)
> Last Modified: 06-02-2003
> License: GPL
>=20
> Reading configuration data...
>=20
> /etc/init.d/nagios: line 167: 17742 Segmentation fault $NagiosBin
> -v $NagiosCfg
> Failed - aborting restart.
> ...and I've got this message :
> "
>=20
>=20
> Any ideas????
>=20
>=20
> Thanks for help!!!
>=20
> -----------------------------------------------
> Yohann Desquerre
> "Plateforme ANPE.FR"
> S/Direction de la production
> Gestion des Ressources
> -----------------------------------------------
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&opk
> _______________________________________________
> Nagios-users mailing list
> Nag...@li...
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when =
reporting any issue.=20
> ::: Messages without supporting info will risk being sent to /dev/null
|