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,
Rapid response URL has expired
Rapid response URL has expired
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
Hello @Johnsmit
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
In Nagios 5.5 this was set to expire in 30 minutes, but we are planning to make this time adjustable for 5.6.whats the default time period for the Nagios response url?
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Rapid response URL has expired
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
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:
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!