Forwarding alarm notifications via SNMP trap

Yes, this is possible via SNMP Managers where you can configure the notifications you want to forward to third-party systems. More details can be found in Dataminer docs: SNMP Managers

GQI Resource Usage-Max Capacity

Hi Sion, Resources store capacities as a combination of the ID of the capacity profile parameter, and the configured max value. So in order to retrieve the configured max bandwidth …

Special characters inside variable – Visio

Following up on the comments, note that you can use the “[sep:]” placeholder in practically every location where we use a separator. This also goes for the InitVar you mentioned. …

How to configure data for gauge?

Hi Apurva, as you already have the values in a table, you could also use e.g. the table or grid component and some CSS code for a ring or gauge …

How to configure data for gauge?

Hi Apurva, It is not possible to configure a dynamic amount of Gauge components directly from a query result. If all these rows represent parameters and they have parameter metadata, …

LCA : Web component image

Hi Wale, Both image & video sources using the DataMiner VideoThumbnails should already take the full available space and update when resizing. If this is not the case here, I …

Low-Code Apps – Default Timezone Error

Hi Riccardo, The value ‘7’ is indeed not a valid value for the DefaultTimeZone in these settings. There are 2 options to fix this: Remove that setting from the file. …

LCA – line animation from alarms

Hi Géry, Unfortunately, this is currently not possible. Lines on a maps component can only be configured with static colors. You could work around this by using different queries that …

Generate Alarms with an Automation Script

Hi Maxime, Assuming that you are retrieving the license information through a connector, I believe the best approach here is to update the connector and implement extra parameters that can …

Generate Alarms with an Automation Script

Hi Maxime, The answer (from Tobe Deprez) on the following DOJO post is probably what you are looking for: Show message in active alarms using automation script Hope this helps. …