Has anyone come up with a way to copy a dashboard from one Nagios XI instance to another instance?
Any little tools hanging around to grab that SQL data and prepare it to import on a different system?
Any suggestions would be nice. Recreating from scratch can get tedious.
Just asking.
Thanks
Steve B
Dashboard x-fer
-
SteveBeauchemin
- Posts: 524
- Joined: Mon Oct 14, 2013 7:19 pm
Dashboard x-fer
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Dashboard x-fer
Hi Steve,
That's a good suggestion. Currently, there isn't a built-in import/export dashboard option in Nagios XI. That said, the dashboards are located in the database, you can view them with the following query ( might be possible to import this to another database but I haven't tested it).
Regards,
Benjamin
That's a good suggestion. Currently, there isn't a built-in import/export dashboard option in Nagios XI. That said, the dashboards are located in the database, you can view them with the following query ( might be possible to import this to another database but I haven't tested it).
Code: Select all
mysql -u root -p
SELECT * FROM xi_usermeta WHERE keyname = 'dashboards';
Benjamin
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!