Search found 3 matches

by CaptSpify
Wed Jan 13, 2016 12:21 pm
Forum: Open Source Nagios Projects
Topic: [solved] Not showing configuration error
Replies: 6
Views: 4140

Re: Not showing configuration error

For those playing along at home, it ended up being 2 things: 1) empty hostgroups in hosts.cfg define host { use server address 192.168.1.1 host_name servername hostgroups <blank> } and hostgroups defined in services.cfg, but not in hostgroups.cfg: define hostgroup{ hostgroup_name hostgroup1 members ...
by CaptSpify
Tue Jan 12, 2016 1:24 pm
Forum: Open Source Nagios Projects
Topic: [solved] Not showing configuration error
Replies: 6
Views: 4140

Re: Not showing configuration error

Sure, but I think that's a red-herring. $ cat /etc/nagios3/conf.d/timeperiods.cfg define timeperiod { timeperiod_name 24x7 alias 24 Hours A Day, 7 Days A Week sunday 00:00-24:00 monday 00:00-24:00 tuesday 00:00-24:00 wednesday 00:00-24:00 thursday 00:00-24:00 friday 00:00-24:00 saturday 00:00-24:00 ...
by CaptSpify
Mon Jan 11, 2016 10:30 pm
Forum: Open Source Nagios Projects
Topic: [solved] Not showing configuration error
Replies: 6
Views: 4140

[solved] Not showing configuration error

Hello I have a nagios instance that seems to be misconfigured. Here's the message I get: kyelw@nagios1 ~ $ sudo /usr/sbin/nagios3 -v /etc/nagios3/nagios.cfg Nagios Core 3.5.1 Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Mo...