Page 1 of 1

Export Dashboard

Posted: Fri Jan 15, 2021 10:47 am
by rjmon
Is it possible to export Dashboard in nagios XI 5.7.2 ?

Re: Export Dashboard

Posted: Mon Jan 18, 2021 2:32 pm
by vtrac
Hi rjmon,
Currently Nagios XI do not have the option to import/export specific dashboards.
The dashboard information is stored in the "nagiosxi" database.
You can view the information by running the following query.

Code: Select all

echo "select * from xi_usermeta where keyname = 'dashboards';" | mysql -uroot -pnagiosxi nagiosxi
Regards,
Vinh