Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Professional Edition
-
None
-
W10, latest Chromium
Description
Some collectd data sources can contain thousands or tens of thousands of metrics. Example:
find /opt/collectd/rrd/c01/ceph-* -type f |wc -l
8143
Currently displaying "Collectd" -> "Ceph" on this host produces an absolutely massive page with >32k graphs which brings browsers to their knees even on a modern computer. The page is currently totally unusable and cannot even be scrolled down.
There should be a configurable paging on Collectd graphs, similar to how Obesrvium "native metrics" are paginated.
A good default might be 100 metrics (400 graphs) per page?
General questions and device support can be discussed in our Discord channel, click here to join.
Please make and attach additional information about the device:
snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk
snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk
If device not support SNMP version 2c, replace -v2c with -v1.
./discovery.php -d -h <device>
./poller.php -d -h <device>
This comment is added automatically.