http://dev.zenoss.org/trac/wiki/HowToSimpleDashboard

   1. Make "Custom" copies of the files below by going to 
/zport/portal_skins/zenmodel in the ZMI (you need to get zenevents.css from 
/zport/portal_skins/zenevents).:
          * dashboard.js
          * logo.gif
          * simpleDashbard
          * subtitle_bkgrd.gif
          * zenevents.css
          * zenoss.css 

Question: Does this mean take a copy of these files and place them in the 
'custom' portal skins folder. This should be performed in the ZMI not on the 
file system - correct?

   2. Add "View" permission to role Anonymous for these files on their 
"Security" tab under /zport/portal_skins/custom.
   3. Add "View" permissoin to role Anonymous to /zport/js
   4. Finally, add a python script object called getSimpleDashboardInfo to 
/zport/dmd.
         1. Add "View" permission to Anonymous
         2. Under the "Proxy" tab set its proxy role to "Manager" (for some 
reason this can't be set to ZenUser)
         3. In the "Edit" tab enter the following code.

            return container.ZenEventManager.getDashboardInfo(simple=True)

Now try the read-only dashboard using the following url:

http://yourserver:8080/zport/dmd/simpleDashboard

------------------------
 Mathew Ericson




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=5953#5953

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to