Sql error when searhing by domain suffix on main page

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Sql error when searhing by domain suffix on main page

Post by krobertson71 »

Weird issues.

I tried to search for all hosts that end with dhe.duke.edu and got the error below:
Selection_083.png
If I search another domain it returns a result just fine:
Selection_084.png
I'm at a loss.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Sql error when searhing by domain suffix on main page

Post by tgriep »

What version of NagiosXI are you running?
Be sure to check out our Knowledgebase for helpful articles and solutions!
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: Sql error when searhing by domain suffix on main page

Post by krobertson71 »

Sorry, latest and greatest. 2014r2.3
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Sql error when searhing by domain suffix on main page

Post by tgriep »

You could have a corrupt SQL database table, let's run a repair on the databases.
From a command prompt on the NagiosXI server, run this

Code: Select all

/usr/local/nagiosxi/scripts/repair_databases.sh
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked