Re: [icinga-users] Newbie setup question (syntax error on line 17 icing.cfg)

2012-09-04 Thread David Krumm
Thank you, In the httpd.conf, I had Include etc/icinga.cfg instead of Include etc/icinga.conf On Sep 4, 2012, at 12:22 PM, Stephane Bortzmeyer wrote: > On Tue, Sep 04, 2012 at 12:15:12PM -0700, > David Krumm wrote > a message of 27 lines which said: > >> [root@host icinga-1.7.2]# apachec

Re: [icinga-users] Newbie setup question

2012-09-04 Thread Stephane Bortzmeyer
On Tue, Sep 04, 2012 at 12:15:12PM -0700, David Krumm wrote a message of 27 lines which said: > [root@host icinga-1.7.2]# apachectl start > Syntax error on line 17 of /opt/icinga/etc/icinga.cfg: > Invalid command 'log_file=/opt/icinga/var/icinga.log', perhaps misspelled or > defined by a modu

Re: [icinga-users] Newbie setup question

2012-09-04 Thread Stephane Bortzmeyer
On Tue, Sep 04, 2012 at 03:22:08PM -0400, Héctor Herrera wrote a message of 144 lines which said: > The error means Icinga doesn't find the log archive No, absolutely not. Read the error message (it comes from Apache, not from Icinga).

Re: [icinga-users] Newbie setup question

2012-09-04 Thread Werner Flamme
[04.09.2012 21:15] [David Krumm]: > Resending now that I'm a registered user. > > Thanks for the help. > > -David > > > On Aug 31, 2012, at 4:42 PM, David Krumm wrote: > >> I'm trying to set up icinga. When I try to start apache, I get the >> following error. Any suggestions? >> >> [root@h

Re: [icinga-users] Newbie setup question

2012-09-04 Thread Héctor Herrera
Did you try "touch /opt/icinga/var/icinga.log && chmod a+rw /opt/icinga/var/icinga.log"? The error means Icinga doesn't find the log archive, so you must create it and set rw flags to the file 2012/9/4 David Krumm > Resending now that I'm a registered user. > > Thanks for the help. > > -David >

[icinga-users] Newbie setup question

2012-09-04 Thread David Krumm
Resending now that I'm a registered user. Thanks for the help. -David On Aug 31, 2012, at 4:42 PM, David Krumm wrote: > I'm trying to set up icinga. When I try to start apache, I get the following > error. Any suggestions? > > [root@host icinga-1.7.2]# apachectl start > Syntax error on lin