Export Dashboard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rjmon
Posts: 106
Joined: Wed Dec 06, 2017 11:39 am

Export Dashboard

Post by rjmon »

Is it possible to export Dashboard in nagios XI 5.7.2 ?
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Export Dashboard

Post 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
Locked