Page 1 of 1

Rapid response URL has expired

Posted: Fri Dec 21, 2018 9:47 am
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,

Re: Rapid response URL has expired

Posted: Fri Dec 21, 2018 10:52 am
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

Re: Rapid response URL has expired

Posted: Mon Dec 24, 2018 12:44 pm
by Johnsmit
I got root cause of the issue, May i know in which table, database the value of program url is stored?

Re: Rapid response URL has expired

Posted: Wed Dec 26, 2018 10:51 am
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