Dashboard disappering - Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
InesDiLorenzo89
Posts: 14
Joined: Mon Jun 06, 2016 9:36 am

Dashboard disappering - Nagios XI

Post by InesDiLorenzo89 »

Good morning,
I would like to alert you about a problem with dashboard Nagios. In two occurrencies all custom dashboard disappear and me and my team are forced to recreate them.
I read the following topic about this problem but I don’t understand the root cause of problem.

https://support.nagios.com/forum/viewto ... 16&t=38695

https://support.nagios.com/forum/viewto ... 37&t=39447


In the attachment there are the information about xi_metadata and the error_log and ssl_error_log of httpd.

It’s possible verify and help me to fix this problem? This is very critical for the customer.

Thanks
Ines
You do not have the required permissions to view the files attached to this post.
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Dashboard disappering - Nagios XI

Post by avandemore »

Post the value of memory_limit = in /etc/php.ini. Make a backup of this file eg cp -p /etc/php.ini /etc/php.ini.orig. Now double the value, save the file and restart apache with service httpd restart. Test your dashboards. Did this help?
Previous Nagios employee
InesDiLorenzo89
Posts: 14
Joined: Mon Jun 06, 2016 9:36 am

Re: Dashboard disappering - Nagios XI

Post by InesDiLorenzo89 »

Unfortunately, this solution does not solve the problem
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Dashboard disappering - Nagios XI

Post by avandemore »

Can you please submit the current content of the same files again?
Previous Nagios employee
InesDiLorenzo89
Posts: 14
Joined: Mon Jun 06, 2016 9:36 am

Re: Dashboard disappering - Nagios XI

Post by InesDiLorenzo89 »

Hi,
i send you a file with our configuration.
Thank you
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Dashboard disappering - Nagios XI

Post by rkennedy »

The zip does not include your php.ini file, please post your /etc/php.ini file for us to review.
Former Nagios Employee
nietonoshana
Posts: 26
Joined: Thu Jul 04, 2013 1:05 pm

Re: Dashboard disappering - Nagios XI

Post by nietonoshana »

Disappeared for all users or just for some,

In the case that it is only to some the following command can help you

echo "alter table xi_usermeta modify keyvalue LONGTEXT;" | mysql -uroot -pnagiosxi nagiosxi

That does not recover the dashboards that already had but allows you to have a greater number of elements in the dashboards without disappearing per user

If your problem is similar

You have checked this post
https://support.nagios.com/forum/viewto ... =6&t=39490

In the comment how to recover the lost data
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Dashboard disappering - Nagios XI

Post by bwallace »

Thanks nietonoshana - OP, lets us know if that works for you or not. If not, please post your /etc/php.ini file for us to review as it was not within the zip file you sent earlier, thanks.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked