Page 1 of 1

Re: [Nagios-devel] Re: hostgroup.cfg error with Nagios 2.0-very-pre-alpha

Posted: Wed Dec 17, 2003 9:02 am
by Guest
yes contact_groups is no longer in hostgroups...

* HOSTGROUP structure */
typedef struct hostgroup_struct{
char *group_name;
char *alias;
hostgroupmember *members;
struct hostgroup_struct *next;
struct hostgroup_struct *nexthash;
}hostgroup;


-sg

On Wed, 19 Nov 2003, Oliver Haake wrote:

> Same Problem here.
>
> I tried the cvs version several times on different machines.
> Is there nobody else with this problem ?
>
>
> Oliver
>
>
> > Error: Invalid hostgroup object directive 'contact_groups'.
> >
> > Error: Could not add object property in file
> > '/usr/local/nagios/etc/hostgroups.cfg' on line 10.
> >
> > My entry looks like:
> >
> >
> > define hostgroup {
> > hostgroup_name as400
> > alias AS400
> > contact_groups unassigned
> > members as400
> > }
> >
> > Line ten falls on contact_groups
> >
> > What is the issue? Did that option get changed or go away with the Nagios
> > 2.0-very-pre-alpha?
> >
> > P.S. I gave up on the mysql builds. I just couldn't get past all the bumps
> > in the builds.
> >
> > David
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> 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]