Disabling the modification of columns based on another columns value
30th April 2025
Hi Ryan, You can disable the write of a column base on the value of another column. options attribute | DataMiner Docs Let me know if this helps.
Answer
30th April 2025
Hi Ryan, You can disable the write of a column base on the value of another column. options attribute | DataMiner Docs Let me know if this helps.
30th April 2025
Is there a specific reason you want to achieve this? On DataMiner startup, the next alarm ID to use for that agent is determined by looking at the highest alarm …
30th April 2025
Hi Eric, If you would need the IP address of a specific DMA in a cluster, you can use the ‘GetDataMinerByIDMessage’ SLNet message as follows: var agentId = 123; var …
30th April 2025
Hi Daniela, You should be able to configure this as follows: Alarm Filter: Element X Critical OR Element Y Critical Alarm Condition Filter Condition – Element X Critical AND Filter …
30th April 2025
Hi Laszlo, I had a quick look and I could find this connector in the catalog: Dell MXL 10-40 GBE Switch This connector implements a few OIDs from Dell’s MIB …
29th April 2025
Hi Daniela, A possible option is to use a script condition to take into account the value of the parameter from the second element. For example: Hope it helps.
29th April 2025
Thanks @ben.vandenberghe I will replicate and create alarm template to monitor different parameters along with different correlation rule to send alerts to Slack on different channels. I had originally attempted …
29th April 2025
Hi Juan, You could create two elements that point to the same device, and if the device / its API allows it, it will be polled twice, and you will …
29th April 2025
Hi Eric, This question was already asked, which the short answer is there is a property which you can access from the script that contains the value for the IP …
29th April 2025
Hi Mohan The format of the initial value, that gets assigned to the calendar block definition, doesn’t influence the format of the control, I’m afraid. The calendar control will use …
29th April 2025
Hi Alija, Yes, that should be perfectly fine. You could indeed have your DOM setup/provisioning code inside a protocol. Just keep in mind that a long-running C# code block could …
29th April 2025
Hi Amber The templates are only visible when working on a public repository or when using a paid GitHub subscription. More info: Setting up complete quality control in CI/CD for …
29th April 2025
Hi Joel, The easiest way to achieve such a filter is using the time range component, as you mentioned. This means that the component will be present on the dashboard, …
29th April 2025
Hi Deema, This can be achieved but it will require some custom logic. The basic principle is to leverage a “regular” fixed timer and a counter. You would: Create a …
28th April 2025
Hi Samita, Looking at the tags of your parameters the reason why you don’t see the togglebutton is because you have the RTDisplay set to false for the write parameter …