HA! That did it, I switched Selinux from Enforcing to Permissive and it is now resolving properly! :) The other questions you asked also return their proper values.

[r...@nag1 conf.d]# lsof -i:3000
COMMAND     PID   USER   FD   TYPE DEVICE SIZE NODE NAME
opsview_w 31007 nagios   10u  IPv4  80295       TCP *:hbci (LISTEN)

[r...@nag1 conf.d]# netstat -na | grep 3000
tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN

I am still pretty new to all things Opsview and Nagios related so I am still discovering things as I proceed. Since initially submitting this I found /usr/local/nagios/var/nagios.log which of course has a lot more specific information. Mentioned throughout the log are the following two lines that I am curious about.


[1275061083] Warning: Return code of 255 for check of service 'MySQL DB Connections' on host 'opsview' was out of bounds.

[1275057468] Warning: Return code of 255 for check of service 'Opsview Application Status' on host 'opsview' was out of bounds.

I am sure I should be concerned about these. I am just starting to research about it online but haven't found anything yet. Any suggestions?

Thanks a bunch for the assistance so far! :)

-Patrick


On 5/28/2010 11:31 AM, Duncan Ferguson wrote:
On 28 May 2010, at 16:21, Patrick Mayo wrote:

Hello Everyone,

I am working on getting Opsview up and running for configuration and testing 
for my work environment. However, I am running into some difficulties with my 
CentOS5 installation. I believe that I have the majority of the configuration 
completed but I am unable to access the web interface properly. I can use 
'elinks 127.0.0.1:3000 to verify that it is serving, but I can't access it from 
port 80. The followign error is what I receive when I attempt a regular port 80 
connection.

Opsview Error

The Opsview Web Server is not running or is not responding to requests!


I have searched around and found that most FAQs specify that opsview-web needs 
to be started, but it already is started. /var/log/messages doesn't show 
anything errors at all. /var/log/messages did previous indicate that the 
database was unable to be connect to, but I ran all 4 of the dn_install command 
again and it appears to b connecting properly. I have performed the apache 
section of the install guide again but with no change.

Any suggestions?
Can you run 'lsof -i:3000' to prove it is opsview-web that is listening on port 
3000 and not something else?

What IP's does 'netstat -na | grep 3000' show are being listened on?  It should 
be similar to
   tcp        0      0 0.0.0.0:3000            0.0.0.0:*               LISTEN

Do you have SELINUX disabled or in permissive mode?

   Duncs





Opsera Limited | Unit 69 Suttons Business Park
Reading | Berkshire | RG6 1AZ | UK

Phone:   +44 (0) 845 057 7887
Mobile:   +44 (0) 7968 148 748
Skype:   duncan_j_ferguson     Email:   duncan.fergu...@opsera.com
www.opsera.com

Opsera Limited is registered in the UK under Company Number 5396532. Our 
registered office is Gorse View, Horsell Rise, Woking, Surrey, GU21 4RB.


_______________________________________________
Opsview-users mailing list
Opsview-users@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-users

_______________________________________________
Opsview-users mailing list
Opsview-users@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to