DMZ Cloud Gateway and multiple DMS

Hi Chris, At the moment, a DMZ Cloud Gateway is configured to connect to a specific DataMiner Agent/DMS. The DMZ configuration contains a single DataMinerAgentName and Domain setting, and the …

Rotate Shape in Visual Overview by value of a parameter

Yes — for this use case, use the Range variant of the ROTATE action instead of trying to pass a [param:…] placeholder as the angle. Configure the shape like this: Element = Tesla Parameter = 68|ROTATE;range,0-359 …

Conditional alarm exclude on Not Initialized

Hi Mieke, I believe this should be supported. You should be able to find the option ‘Not Initialized’ when configuring the value for the condition. Update: String Parameter: Hope it …

Low Code App Error

Hi Daniel, It is very hard to debug what might be going wrong in your LCA without more information. I suggest you get in touch with tech support (support@dataminer.services) so …

DOM Module import

Hello Daniel, importing a DOM module on a DMS should be done from one agent. Everything related to DOM gets stored in the indexing database, which should be available to …

Alarm colour not populated for baseline alarming

Hi Lisa, I believe this is the expected behavior when a baseline is configured in the alarm template, but insufficient time has passed for the configured time window to be …

Finding Users with Dashboard Edit Permissions

Hi Nejra, The most straightforward way to map the group ID from the Dashboard Security configuration to the corresponding DataMiner user group and its users is by sending a GetInfoMessage with the Type set …

CloudGateway .NET 10

Hi Stefan, There are no specific requirements about the exact versions of the .NET 10 hosting bundles. All DataMiner components requiring .NET 10 should work with any version of the …

How to use the community of the element in Automation Scripts

Hi Romain, Yes, this is possible, but not via dummy.ElementInfo.SnmpReadCommunityString / SnmpWriteCommunityString (those often come back empty). For Automation scripts, the reliable approach is to read the SNMP credentials from the element port configuration (ElementPortInfo) …