all nagiosadmin dashboards disappeared
Posted: Tue Feb 13, 2018 5:03 am
Hello.
After running the upgrade from nagiosxi to version 5.4.12, all nagios xi dashboards have disappeared.
I attached the file with the dashboards extracted from the database with the following query: echo "select * from xi_usermeta where keyname like '%dash%';" | mysql ...
the problem is that literally all disappeared and only shows me the dashboard "home" that always appears with nagios by default, but the rest do not appear.
I have also tried this query that I had previously provided, because this property would have been lost when I upgraded nagios:
echo "alter table xi_usermeta modify keyvalue LONGTEXT;" | mysql -uroot -pnagiosxi nagiosxi
Can you tell me what the problem is and how can I recover the data from all the dashboards?
Thank you very much
After running the upgrade from nagiosxi to version 5.4.12, all nagios xi dashboards have disappeared.
I attached the file with the dashboards extracted from the database with the following query: echo "select * from xi_usermeta where keyname like '%dash%';" | mysql ...
the problem is that literally all disappeared and only shows me the dashboard "home" that always appears with nagios by default, but the rest do not appear.
I have also tried this query that I had previously provided, because this property would have been lost when I upgraded nagios:
echo "alter table xi_usermeta modify keyvalue LONGTEXT;" | mysql -uroot -pnagiosxi nagiosxi
Can you tell me what the problem is and how can I recover the data from all the dashboards?
Thank you very much