Page 1 of 1

Respond URL broken

Posted: Sun Apr 08, 2012 8:09 am
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

Re: Respond URL broken

Posted: Sun Apr 08, 2012 8:36 pm
by scottwilkerson
Arnab,

What version of XI are you running?
Do you have the full path set at
Admin -> Manage System Config -> Program URL: ?

Re: Respond URL broken

Posted: Tue Apr 10, 2012 2:20 am
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.

Re: Respond URL broken

Posted: Tue Apr 10, 2012 9:47 am
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

Re: Respond URL broken

Posted: Tue Apr 10, 2012 10:57 am
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