Hello,
Is there a way to export a dashboard from Nagios XI and import it to another Nagios XI instance?
Export/Import Dashboard
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Export/Import Dashboard
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.
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!
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
Enhancement Request, please.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Export/Import Dashboard
Looks like it's been submitted before but I will add your input to the request,Enhancement Request, please.
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!
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
Please close.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Export/Import Dashboard
Locking threaddbcummings wrote:Please close.