Nagios License

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Maxwellb99
Posts: 97
Joined: Tue Jan 26, 2016 5:29 pm

Nagios License

Post by Maxwellb99 »

Hi Nagios,

We just renewed our Nagios License. On all but one of them we're good. It says "Maintenance Status: Current (Expires in 398 days on 2021-12-15)" But on one of the Nagios instances it won't update it says "Maintenance Status: Current (Expires in 33 days on 2020-12-15)". Is there a way to kick an update on this?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios License

Post by benjaminsmith »

Hi,

Does this server have access to the internet? It might not be able to contact our license server. You can test this with the following command.

Code: Select all

nslookup api.nagios.com
If that's not the issue, please send us the system profile and I can check the license information on our end. Thanks, Benjamin

To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Save the profile.zip file and share in a private message or upload it to the post/ticket, and then reply to this post to bring it up in the queue.
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!
Maxwellb99
Posts: 97
Joined: Tue Jan 26, 2016 5:29 pm

Re: Nagios License

Post by Maxwellb99 »

I think it's good. I PM'd the System Profile.
api_nagios_com.PNG
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: Nagios License

Post by benjaminsmith »

Hi Maxwellb99,

Appreciate the profile and look like we can successfully connect to the Nagios license server and the license status is good. So looking in the logs, I'm seeing a number for timeout messages across both the PHP and Nagios XI system logs.

Code: Select all

[client 10.14.6.177:52440] Connection timed out after 15000 milliseconds, referer: https://gcxsp0004.ent.corp.bcbsm.com/nagiosxi/admin/license.php

PROCESSED 0 COMMANDS
..............Connection timed out after 15001 milliseconds
These errors are not tied to single cause, so please run through the following items to help troubleshoot this.

1. Are you using a proxy? Do you have a proxy set in Admin > Proxy Configuration?

2. Check Nagios user account ( has not expired)

Code: Select all

chage -l nagios
And post the output to the following command:

Code: Select all

grep nag /etc/group
3. Make sure the cron service is running.

Code: Select all

systemctl status crond
4. Make sure you have the correct Program URL and External URL settings. Go to Admin >System Config > System Settings > General to verify.

Thanks, Benjamin
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!
Maxwellb99
Posts: 97
Joined: Tue Jan 26, 2016 5:29 pm

Re: Nagios License

Post by Maxwellb99 »

Hi Nagios,

Thank you! It was number 1. Proxy configuration wasn't set in the GUI. Hence my confusion as to why this single instance wasn't working & all the rest of them were.

Thanks,
Maxwell Ramirez
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Nagios License

Post by benjaminsmith »

HI Maxwell,

Great! Glad we got it worked out.

We'll go ahead and close this topic but feel free to open another if you have any new questions.

Regards,
Benjamin
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