Respond URL broken

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Respond URL broken

Post by arnab.roy »

Hi Guys,

I think this is broken as the url sent out by %respondurl variable is https://xiserver/rr.php?uid=72-1625-b8a ... 4713ab0076 instead of https://xiserver/nagiosxi/rr.php?uid=72-1625-b8a5d9f4434c768c103e164713ab0076.

Can one of you guys look at this.

Cheers
Arnab
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Respond URL broken

Post by scottwilkerson »

Arnab,

What version of XI are you running?
Do you have the full path set at
Admin -> Manage System Config -> Program URL: ?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Re: Respond URL broken

Post by arnab.roy »

Yes, I do have the correct path set. I am running r2.2 . This is only happening to the respond url within notifications. All other links seem to be fine.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Respond URL broken

Post by scottwilkerson »

Strange, this is the value the script pulls...

Can you run the following from the command line to see if it has your full path to nagiosxi

Code: Select all

echo "select value from xi_options where name='url';" | psql nagiosxi nagiosxi
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Re: Respond URL broken

Post by arnab.roy »

Hi Scott,

Thanks for pointing towards that I found the path was set to https://server.khipu-networks.com under system config I have changed this to https://server/nagiosxi

Cheers
Arnab
Locked