We've checked the videos here.
While the features and customizations seems really awesome at first, it seems to lack some basic customization features that turns them pretty disapointing.
Are we missing something?
A couple examples:
1-Whenever we want to edit a dashlet/graph already added to a dashboard, there doesn't seem to be a edit function and it looks like we need to recreate the dashlet/graph from scratch then add it again/resize/reposition to the existing dashboard(s).
2-We would like to create dashboards for different products/services we develop, which shows standard metrics (cpu/ram/disk/network usage, response time, and other relevant service checks) for hosts involved in these products/services (and then make the dashboards available to team members developing and supporting these different products/services).
We can create a Server Status dashlet for a host group without problem, but it doesn't seem to be possible to create performance graphs based on host groups (that and #1 will make dashboards management a real pain on the long term).
3-Multistacked performance graph: it would make more sense, for example, to name a graph "CPU Usage" (unit appear on side) and only show the host names in the legend (bottom of graph), rather than naming each line "CPU Usage (hostname) [percent]" in the legend:
(I'm also not sure why the scaling shows > 100%)
vs
4-Gauge dashlets would be nice to use for cpu, ram, bandwidth usage, but it only seem to work properly with percentage values, which it doesn't seem to be able to read from NCPA's memory usage standard results:
Code: Select all
OK: Memory usage was 79.40 % (Available: 1.65 GiB, Total: 8.00 GiB, Free: 1.65 GiB, Used: 6.35 GiB)
5-Performance graphs (memory, cpu and disk usage) would be great out of the box, if we could remove redundant values (or at least unselect them by default). If we deselect "available" and "free" values on memory usage graph, and then add the graph to dashboard, the graph is added to the dashboard with all four values (enabled) anyway. 6-using Metrics dashlets we can show stuff like Disk Usage for host groups, but it doesn't seem possible to sort them other than top/bottom % utilization: 7-While not as fancy as performance graphs, metrics could also be used for memory usage (and works with host groups), but it seems to look for % utilization values which it doesn't seem to be able to find from rrd (NCPA) results.