Export/Import Dashboard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Export/Import Dashboard

Post by dbcummings »

Hello,

Is there a way to export a dashboard from Nagios XI and import it to another Nagios XI instance?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Export/Import Dashboard

Post by benjaminsmith »

Hello @dbcummings,

The dashboard information is stored in the database and XI currently does not have the option to import/export specific dashboards. You can view the information in the database by running the following query.

Code: Select all

echo "select * from xi_usermeta where keyname = 'dashboards';" | mysql -uroot -pnagiosxi nagiosxi
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Re: Export/Import Dashboard

Post by dbcummings »

Enhancement Request, please.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Export/Import Dashboard

Post by benjaminsmith »

Enhancement Request, please.
Looks like it's been submitted before but I will add your input to the request,

Thanks
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Re: Export/Import Dashboard

Post by dbcummings »

Please close.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Export/Import Dashboard

Post by scottwilkerson »

dbcummings wrote:Please close.
Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked