Rapid response URL has expired

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Johnsmit
Posts: 95
Joined: Thu Apr 19, 2018 2:03 pm

Rapid response URL has expired

Post by Johnsmit »

Hi,
i am using Nagios 5.5.6, when i hit the Rapid response url, its throwing an error. whats the default time period for the Nagios response url? is the possible to change the default time period to what we wish? if so please let me know how to achieve that.

Thanks,
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Rapid response URL has expired

Post by benjaminsmith »

Hello @Johnsmit
whats the default time period for the Nagios response url?
In Nagios 5.5 this was set to expire in 30 minutes, but we are planning to make this time adjustable for 5.6.

In the meantime, please take a look at the following forum topic if you'd like to alter the time settings in the database:
https://support.nagios.com/forum/viewto ... 3&p=267926
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Johnsmit
Posts: 95
Joined: Thu Apr 19, 2018 2:03 pm

Re: Rapid response URL has expired

Post by Johnsmit »

I got root cause of the issue, May i know in which table, database the value of program url is stored?
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Rapid response URL has expired

Post by benjaminsmith »

Hi @Johnsmit,

Before making any changes to your database, please make a backup or take a VM snapshot.

Backing Up And Restoring Your Nagios XI System
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

You can adjust the time with the following command to increase the value to 1 week:

For MySQL databases:

Code: Select all

echo "INSERT INTO xi_options (name, value) VALUES ('rr_valid_link_timeout', '604800');"|mysql -pnagiosxi nagiosxi
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked