Retrieve alarm information in Automation script
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 …
Question
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 …
15th April 2024
I’m looking at migrating a drawing with alarmed elements from one DMA to another. Is this possible to do without having to individually migrate each of the elements, re-do the …
15th April 2024
Hello guys, We have been informed that will be possible to cloud connect our 6 Dataminer cluster’s with one single server using docker. We are interested to use the DMZ …
15th April 2024
Hello, How can I generate an Alarm within a QAction? I used this documentation (https://docs.dataminer.services/develop/devguide/Connector/LogicQActionsExamples.html#creating-an-alarm-in-a-qaction), but I did not find the SLProtocolScripts.dll library. Thanks in advance
15th April 2024
I’m quite new to creating visios for DM, so forgive me as I think this is probably very simple, but I’ve tried every syntax I could find in the docs, …