Hello Duncan,

well i tried from different Browser, and yes i allready cleared cache.
But i made some changes to my apache2-opsview conf. because off 
Namedvirtuallhosts.

Here is my conf

<VirtualHost *>
ServerName my.server.com
#ServerAdmin ton.v...@opsera.com

# Any files in here will be served by Apache
DocumentRoot /usr/local/nagios/share

# This alias required so that Apache serves NMIS' static files
Alias /static/nmis/ "/usr/local/nagios/nmis/htdocs/"

ProxyRequests Off
<Proxy *>
        Order deny,allow
        Allow from all
</Proxy>

# Don't proxy error pages as these are served statically
ProxyPass /error_pages !
ProxyPass /javascript !
ProxyPass /stylesheets !
ProxyPass /help !
ProxyPass /images !
#ProxyPass /xml !
ProxyPass /favicon.ico !
ProxyPass /graphs !
ProxyPass /static !
ProxyPass /media !

# Enables Nagvis - requires php5
# Ensure the apache user is a member of the nagcmd group.
Alias /nagvis /usr/local/nagios/nagvis
ProxyPass /nagvis !
# Have two authentication options for Nagvis.
# Authtkt requires the AuthTkt apache module and allows single-sign-on 
with Opsview
# Set this to the same as the shared secret in opsview.conf
TKTAuthSecret "shared-secret-please-change"
<Location /nagvis>
   AuthType None
   TKTAuthLoginURL /login?app=nagvis
   TKTAuthTimeout 86400s
   # Set below if you are getting "ticket is invalid" messages and you 
have multiple proxies in front of Opsview
#   # You also need to set Opsview Web to ignore ip: 
http://docs.opsview.org/doku.php?id=opsview3.0:webauthentication
#   #TKTAuthIgnoreIP on
   require valid-user
</Location>
# Alternatively use Basic auth. Point to Nagios' htpasswd file
#<Location /nagvis>
#   AuthType Basic
#   AuthName "Opsview"
#   AuthUserFile /usr/local/nagios/etc/htpasswd.users
#   require valid-user
#</Location>

# Enables websvn for RANCID integration - requires php5
#Alias /websvn /opt/opsview/repository
#ProxyPass /websvn !
# See above section for nagvis to set 'TKTAuthSecret' and other comments
#<Location /websvn>
#   AuthType None
#   TKTAuthLoginURL /login?app=websvn
#   TKTAuthTimeout 86400s
#   #TKTAuthIgnoreIP on
#   require valid-user
#</Location>
# Alternatively use Basic auth. Point to Nagios' htpasswd file
#<Location /websvn>
#   AuthType Basic
#   AuthName "Opsview"
#   AuthUserFile /usr/local/nagios/etc/htpasswd.users
#   require valid-user
#</Location>

# Our own upstream proxy error page
ErrorDocument 502 /error_pages/http502.html
# Remove line below for apache < 2.2
ErrorDocument 503 /error_pages/http502.html

# Remove retry=5 for apache < 2.2 as not available in older versions
ProxyPass / http://127.0.0.1:3000/ retry=5
ProxyPassReverse / http://127.0.0.1:3000/
#ProxyPreserveHost On

</VirtualHost>

but thats all

Thanks Duncan



Duncan Ferguson <duncan.fergu...@opsera.com> 
Sent by: opsview-users-boun...@lists.opsview.org
16.11.2009 16:12
Please respond to
Opsview Users <opsview-users@lists.opsview.org>


To
Opsview Users <opsview-users@lists.opsview.org>
cc

Subject
Re: [opsview-users] Problem with Links on Opsviewagent







On 16 Nov 2009, at 13:57, monitor...@artelis.net wrote:


Hello, 

i can not display the configuration anymore. Also the "Alarm", "Modules", 
"Reports", "Advanced", "Server", "Help" and "User". 
It seems to me that the link to the "configuration" (and all the others 
to) is wrong. 
If i choose in status "hostgroup" then all the other links to, for example 
"configuration" uses the link "http://my.server.com/status/hostgroup#"; 
The only sight that works is the "Status" 

Have you made any changes to Opsview recently?  Have you cleared out the 
cache on your browser and restarted it?

  Duncs
 
-- 
Duncan Ferguson
Senior Developer




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

<<image/gif>>

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

Reply via email to