Trigger for active alarm severity changes per DMA/DMS
17th April 2024
Hi Community, I’m looking for a way to trigger to the highest active severity level per DMA/DMS. Scripts should be triggered by correlation rules when, there is a change: [RED] …
Question
17th April 2024
Hi Community, I’m looking for a way to trigger to the highest active severity level per DMA/DMS. Scripts should be triggered by correlation rules when, there is a change: [RED] …
17th April 2024
We have a dataminer protocol for a UPS that reports it’s expected run time in minutes. In the protocol we multiple that by a factor of 60 to display this …
16th April 2024
Hi Dojo, Posting here to attempt to retrieve a comprehensive list of all the possible configurations that can be deployed to relay live alarm information from a DataMiner cluster towards …
16th April 2024
We’re removing some DMAs from an existing cluster and will be deleting or migrating all elements and services from these DMAs. I have some concerns about some views that were …
16th April 2024
I’m trying to write a standard automation script that sends an email from a correlation rules or from a hyperlink. I provide the RootKey and the AlarmID as parameters. What …
16th April 2024
Hi Dojo Could someone assist me in displaying the count of alarms, grouped by alarm types, for a particular view or saved alarm filter on a dashboard? Now, this has …
16th April 2024
Hello Dojo team, I read the discussion of this old post and I would like to suggest rethinking the current approach to the default security level of dashboards. In the …
16th April 2024
Dear Dojo, I am getting a ‘The selected elements cannot be combined into a service’ error when trying to create a service through a template. Could someone tell me where …
16th April 2024
Since dms.Notify is set to be (or already) obsolete, what is the current suggested method to send a trap from a DMA to a device? I’ve looked through the Class …
16th April 2024
It often happens that a shape in our Visual is not selectable when the cursor is on it. If you move the cursor slowly outside of the shapes borders and …
16th April 2024
I have DM installed on my laptop for which the IP changes regularly, this is why I use hostnames to avoid having to reconfigure my DM on every startup. However, …
16th April 2024
Hey, Scripted Connectors already provide the capability to automatically add a FK to a table, when using nested arrays. (https://docs.dataminer.services/user-guide/Advanced_Modules/Data_Sources/Data_API.html#support-for-tables) Are multiple FKs into a single table also supported, and …
16th April 2024
Hi, In the past years, I created multiple trend groups in Cube that include many parameters. Is there any chance that I can reuse those as a source in low-code …
16th April 2024
Trying to send an SNMP trap to a device from a QAction: IDMS dms = new DMS(); string ip = “172.30.149.242”; object[] general = { protocol.ElementID, -1, pollingIp, “public”, “” }; …
16th April 2024
I’m having some trouble finding the correct method for alarming on entries in a table from an SNMP get request. The problem I’ve got is the table entries are OID’s …