Search found 21 matches

by linuxnewbie
Tue Jul 30, 2013 12:17 pm
Forum: Open Source Nagios Projects
Topic: Issues with the Web Interface
Replies: 5
Views: 1979

Re: Issues with the Web Interface

Sorry for the long delay, been out of the office for a bit. Were runnig Ubuntu 12.10 Attempting to restart apache has it throwing errors at me like crazy. Attepting to research whats going on, but with a limited knowlage of linux im getting lost. I know nagios is still running because im getting ema...
by linuxnewbie
Tue Jul 23, 2013 1:02 pm
Forum: Open Source Nagios Projects
Topic: Issues with the Web Interface
Replies: 5
Views: 1979

Re: Issues with the Web Interface

Thanks for the help with this. Attempting to restart httpd: gives me this error - httpd: unrecognized service Running sestatus - The program 'sestatus' is currently not installed. You can install it by typing: sudo apt-get install policycoreutils (i will be looking up policycoreutils after i finish ...
by linuxnewbie
Mon Jul 22, 2013 6:35 pm
Forum: Open Source Nagios Projects
Topic: Issues with the Web Interface
Replies: 5
Views: 1979

Issues with the Web Interface

Hey Everyone! So over the weekend my nagios server has stopped displaying the Web Interface stating it cannot connect. I get this error if i attempt: http//localhost/nagios, http//127.0.0.1/nagios, and the web address we would normally use. Nothing has been changed since the date of installation a f...
by linuxnewbie
Thu May 09, 2013 4:12 pm
Forum: Open Source Nagios Projects
Topic: Check_nt failing for only one server
Replies: 3
Views: 3018

Re: Check_nt failing for only one server

lmiltchev- First off, thanks for the help! Second, I'm still trying to teach my self nagios and linux so if I'm making a simple mistake thats prob why. Currently we are using a password for Rsync backups but not for nagios, now that I know about the password I will go about setting that up as well. ...
by linuxnewbie
Thu May 09, 2013 1:28 pm
Forum: Open Source Nagios Projects
Topic: Check_nt failing for only one server
Replies: 3
Views: 3018

Check_nt failing for only one server

Hello everyone! I was wondering if anyone could help me troubleshoot why only one of the servers I setup is giving me a socket time out error. CRITICAL - Socket timeout after 10 seconds I've been using the same code for all of my servers, just changing the needed info for each. define service{ use g...
by linuxnewbie
Tue Apr 09, 2013 12:12 pm
Forum: Open Source Nagios Projects
Topic: Check_nt
Replies: 1
Views: 1245

Check_nt

Hey guys! After setting up a new server with nagios monitoring I'm getting a 'Socket timeout after 10 seconds' for a my Check_nt check on this one host. In my attempt to troubleshoot the issue I used this command in a terminal window: cd /usr/local/nagios/libexec ./check_nt -H ***.***.***.*** -p 124...
by linuxnewbie
Mon Apr 01, 2013 11:38 am
Forum: Open Source Nagios Projects
Topic: Web interface/apache2 questions
Replies: 11
Views: 8712

Re: Web interface/apache2 questions

You would need to have some sort of apache\other web proxy in place to understand that when it is for yourdomain.com\normalwebpage it goes to the standard server, and when yourdomain.com\nagios comes it it needs needs to be routed to the nagios machine. This is not terribly difficult and there are ...
by linuxnewbie
Thu Mar 21, 2013 2:04 pm
Forum: Open Source Nagios Projects
Topic: Web interface/apache2 questions
Replies: 11
Views: 8712

Re: Web interface/apache2 questions

Sorry its taken me so long to respond, I cannot access my web interface from an outside source. The website is hosted on another linux box here in the office. Do you mean you can access from in the office but cannot from outside? What address are you trying to access the Nagios install at, from outs...
by linuxnewbie
Thu Mar 14, 2013 5:42 pm
Forum: Open Source Nagios Projects
Topic: Web interface/apache2 questions
Replies: 11
Views: 8712

Re: Web interface/apache2 questions

Here is what i get when i use "iptables -L" root@PITA:/home/tmc# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
by linuxnewbie
Thu Mar 14, 2013 5:39 pm
Forum: Open Source Nagios Projects
Topic: Web interface/apache2 questions
Replies: 11
Views: 8712

Re: Web interface/apache2 questions

Ok I did find "Listen 80" in my ports.conf I can access the web interface from the nagios server, but when trying to connect via a computer on the same subnet I get "failed to connect" I ran: tail -f /var/log/apache2/error.log root@PITA:/home/tmc# tail -f /var/log/apache2/error.l...