Share or Create default dashboard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
symm2112
Posts: 9
Joined: Thu Oct 28, 2010 2:24 pm

Share or Create default dashboard

Post by symm2112 »

Is it possible for an admin to create dashboards that he can then "share" to specific users to make maintenance easy? For instance, I have clients that will need access to their own hosts. If I give them their access through the notifications, i've created a dashboard that I want to grant to members of a specific contact group. They may add people and I don't want to have to login as each user to configure the same dashboard if possible. I'd rather create it once through the admin user, save it, and then assign it to each member as I add their accounts to the server.

If not, is there a way to "save" the dashboard somewhere so that I can grant permissions to it so that they can grab it and add it to their views?
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Share or Create default dashboard

Post by tonyyarusso »

I believe this feature is a current work in progress actually. I'm not sure of an ETA, but probably "soon".
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
rredmond
Posts: 48
Joined: Mon Feb 28, 2011 10:17 am
Location: New Hartford, NY

Re: Share or Create default dashboard

Post by rredmond »

Oh yes, I was gonna post my own and then I spotted this one! We all have a boss that wants "YOUR" dashboard! The ability to clone to another user or share out a dashboard would be VERY helpful! If this is in devlopment please let me know when it is available!
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: Share or Create default dashboard

Post by rdedon »

We have had several variations on this request and appears it would be an extremely useful feature. We will definitely make a post once completed :-)
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
nwieland
Posts: 16
Joined: Wed Feb 23, 2011 2:31 pm

Re: Share or Create default dashboard

Post by nwieland »

rdedon wrote:We have had several variations on this request and appears it would be an extremely useful feature. We will definitely make a post once completed :-)
Indeed it would be extremely useful, any ETA on this? :)
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Share or Create default dashboard

Post by mguthrie »

I'll mention it again in staff meeting today. There is definite interest in this feature.
nwieland
Posts: 16
Joined: Wed Feb 23, 2011 2:31 pm

Re: Share or Create default dashboard

Post by nwieland »

mguthrie wrote:I'll mention it again in staff meeting today. There is definite interest in this feature.
cheers!
Michalux
Posts: 10
Joined: Wed Jun 01, 2011 3:36 am

Re: Share or Create default dashboard

Post by Michalux »

Until the awaited feature is available, You can use a workaround -> copy all dashboards directly in the postgres database :D
To do this connect to postgres nagiosxi database. Then in the table xi_users locate the user_id of the users You want to copy dashboards between.
Next go to the table xi_usermeta and look for the rows that have user_id equal to what You've found in xi_users and the keyname='dashboards'.
Then You can simply copy the keyvalue data from one user to another (using SQL update or phpPgAdmin) - this will duplicate all dashboards between users (be careful while coping - You cannot add data from one user's keyvalue to another. Have to overwrite it, so the destination user will loose all his current dashboards).

Of course an alternative to copying all dashboards is to copy just the dashboards You need, but it requires more effort to understand the data structure (not enough just to copy sections - have to change some values too) and is a little bit tricky, since all this data is actually one veeeery long line - so it is easy to make a mistake).

To do all of this I recommend using phpPgAdmin :) It simplifies the whole operation :)

Michalux
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Share or Create default dashboard

Post by mguthrie »

We this component just about ready, but it will be released as a customer-only download. I'm guessing it should be available in the next month or so.
cloberjewels
Posts: 23
Joined: Wed Sep 21, 2011 10:59 am

Re: Share or Create default dashboard

Post by cloberjewels »

Was this released yet? Thx.
Locked