Export Dashboard
Export Dashboard
Is it possible to export Dashboard in nagios XI 5.7.2 ?
Re: Export Dashboard
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.
Regards,
Vinh
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
Vinh