Search found 15 matches

by averlon
Tue Apr 15, 2014 12:08 am
Forum: Open Source Nagios Projects
Topic: nagios 4.0.5 website cannot write to file
Replies: 5
Views: 1995

Re: nagios 4.0.5 website cannot write to file

Hi,
yes, www-data is part of nagios group.
by averlon
Mon Apr 14, 2014 11:07 am
Forum: Open Source Nagios Projects
Topic: nagios 4.0.5 website cannot write to file
Replies: 5
Views: 1995

Re: nagios 4.0.5 website cannot write to file

Hi, prw-rw---- 1 nagios nagios 0 Apr 14 07:27 /usr/local/nagios/var/rw/nagios.cmd No, it is not only after restart of nagios. But it is only a home-installation - just to get knowledge on nagios. 3 Servers to monitor. 3 Clients, Printers, Switches, ... Nagios Server is a XEN Guest. It probably is a ...
by averlon
Sun Apr 13, 2014 6:08 am
Forum: Open Source Nagios Projects
Topic: nagios 4.0.5 website cannot write to file
Replies: 5
Views: 1995

nagios 4.0.5 website cannot write to file

Hi, I got the message on my nagios website: Could not open command file '/usr/local/nagios/var/rw/nagios.cmd' for update! This happens by chance. Sometimes, sometimes not. What could be the reason for this. Was the same behaviour in 4.0.4. I had to reinstall my complete server (due to other reasons)...
by averlon
Tue Dec 10, 2013 1:01 pm
Forum: Open Source Nagios Projects
Topic: .configure parameter --with-mail not accepted
Replies: 7
Views: 4867

Re: .configure parameter --with-mail not accepted

Hi,
I can't believe it.

The whole configure is a longer string with several "--" but this one was somehow corupt.

I usually copy/paste between editor and shell - but never seen such a behaviour.

Thanks for help.
by averlon
Tue Dec 10, 2013 1:47 am
Forum: Open Source Nagios Projects
Topic: .configure parameter --with-mail not accepted
Replies: 7
Views: 4867

Re: .configure parameter --with-mail not accepted

Hi. your grep did not bring any output. ./configure --help `configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the ...
by averlon
Mon Dec 09, 2013 11:38 am
Forum: Open Source Nagios Projects
Topic: .configure parameter --with-mail not accepted
Replies: 7
Views: 4867

Re: .configure parameter --with-mail not accepted

thats the reason why

Code: Select all

./configure -–with-mail=/usr/bin/sendmail
configure: error: unrecognized option: -–with-mail=/usr/bin/sendmail
Try `./configure --help' for more information.
by averlon
Sun Dec 08, 2013 1:38 pm
Forum: Open Source Nagios Projects
Topic: .configure parameter --with-mail not accepted
Replies: 7
Views: 4867

.configure parameter --with-mail not accepted

Hi,

Nagios 4.0.2

can anyone confirm the parameter "--with-mail=" ist not accepted with ./configure ?
by averlon
Sun Dec 08, 2013 12:14 pm
Forum: Open Source Nagios Projects
Topic: nagios 4 core website does not work
Replies: 10
Views: 11625

Re: nagios 4 core website does not work

Hi all, issue solved. I compiled nagios new with additional parameters to adjust the various destination directories I wanted to have different then standard. This helped. To be honest - I don't know why. My understanding was, erverything is set by .cfg-files. But it looks like it is not completely ...
by averlon
Sun Dec 08, 2013 4:03 am
Forum: Open Source Nagios Projects
Topic: nagios 4 core website does not work
Replies: 10
Views: 11625

Re: nagios 4 core website does not work

Hi,
anyone running a Nagios Core Website either on 3.5.x or better on 4.0.x and could post
  • the directory the file "jquery-1.7.1.min.js" is in and
  • probably his apache conf
by averlon
Sat Dec 07, 2013 12:15 pm
Forum: Open Source Nagios Projects
Topic: nagios 4 core website does not work
Replies: 10
Views: 11625

Re: nagios 4 core website does not work

by downloading older nagios sources I was able to find out

nagios 3.0.x the jquery file did not exist

nagios 3.5.x it already existed.

The sample configurations for httpd are the same.

To be honest - I am lost!