How to best handle large SNMP tables?

Hi Tamara, There are a few strategies you could look into for such large tables depending on your requirements. If you do not require all of those rows and are …

LCA Timeline – Reschedule Items

Hi Nejra, I think your best guess is to make sure the jobs have a column that contain the transmission and apply grouping on transmission on the timeline: If you …

Windows login activity

Hi Laszlo, As discussed, this feature is currently not available in the Microsoft Platform connector. A new driver feature request will be required. Regards,

How to filter OUT unnecesary alarms

Hi Ermanno, I believe there is an example in DataMiner Docs for this use case: If you want to configure a table to have all rows monitored, except certain specific …

How to see WMI responses via action?

Hi, The value is 2.5 billion, which seems to be pointing to an int32 overflow when seeing a negative value (which has a max of 2.1 billion). My best guess …

Dashboard – Using Table Count Data in a Gauge

Hi Thomas, as Wout mentioned, you could customize e.g. the grid component with your own code. Even it is not optimized, here an example using the grid component: Cheers, Felix