TECHZEN Zenoss User Community ARCHIVE  

Device Chart / Graph with more than 10 Devices?

Subject: Device Chart / Graph with more than 10 Devices?
Author: [Not Specified]
Posted: 2015-12-03 13:04

We are running a Zenoss Enterprise trialVersion 5.0.7, and I am trying to figure out if there is currently ANY method to display a graph / chart with more than 10 devices

It would be nice to configure the Dashboard -> Device Chart Portlet, but I do not see any customization options and my google searches are coming up empty.

Thanks!



Subject: Found it by digging through
Author: [Not Specified]
Posted: 2015-12-03 15:36

Found it by digging through the ZenPacks.zenoss.Dashboard source btw.

https://github.com/zenoss/ZenPacks.zenoss.Dashboard/blob/develop/ZenPacks/zenoss/Dashboard/facades.py

Line 222 - just need to change 10 to the number of devices we want to show.

devices = deviceClass.devices()[:10]



< Previous
Integration with telegram
  Next
Zenoss Core 5 - Disabling discovery for new devices
>