Search found 9 matches

by chr1s
Thu Sep 01, 2016 9:25 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

yes thank you
by chr1s
Mon Aug 22, 2016 6:01 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

found the solution:

i made this commands again and instead of nagios, i used my nagiosadmin user

sudo useradd nagios
sudo groupadd nagcmd
sudo usermod -a -G nagcmd nagios
by chr1s
Mon Aug 22, 2016 1:21 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

no, unfortunately the same error message.

Apache2 log file says : nagios client denied by server configuration /usr/local/nagios/sbinstatus.cgi
by chr1s
Fri Aug 19, 2016 2:18 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

yes i'm using the nagiosadmin

a2enmod rewrite and a2enmod cgi already enabled
by chr1s
Thu Aug 18, 2016 8:26 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

I made the Installation again and now it works so far - but now i have another permission issue ;) when i try to access the Website and switch to "hosts" or "Services" i receive : You don't have permission to access /nagios/cgi-bin/status.cgi on this server. permission on /usr/lo...
by chr1s
Wed Aug 17, 2016 3:09 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

attached the "cat nagios" output
by chr1s
Wed Aug 17, 2016 3:02 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

grep nagios Output: nagios@nagios:~$ ps -ef | grep `nagios/|apache2` -bash: nagios/: Datei oder Verzeichnis nicht gefunden [Wed Aug 17 10:01:40.713118 2016] [core:warn] [pid 10031] AH00111: Config variable ${APACHE_LOCK_DIR} is not defined [Wed Aug 17 10:01:40.713568 2016] [core:warn] [pid 10031] AH...
by chr1s
Tue Aug 16, 2016 1:26 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

Re: nagios webinterace - site not found

I ran the command and uploaded the error.log. After i got the error message´: /usr/bin/install -c -m 644 sample-config/httpd.conf /etc/httpd/conf.d/nagios.conf /usr/bin/install: cannot create regular file ‘/etc/httpd/conf.d/nagios.conf': No such file or directory Makefile:296: recipe for target ‘ins...
by chr1s
Fri Aug 12, 2016 2:40 am
Forum: Open Source Nagios Projects
Topic: nagios webinterace - site not found
Replies: 16
Views: 6606

nagios webinterace - site not found

Hey, i installed nagios 4.1.1 on a vmserver ubuntu 16 without without any Errors. i followed this guide http://www.ubuntugeek.com/install-nagios-core-4-1-1-on-ubuntu-16-04-xenial-xerus-server.html and everything was fine. but when i try to check out the webinterface http://localhost/nagios i`m able ...