Can I monitor individual cards on an Appear TV device
11th December 2024
Are you able to monitor ATV throughput on the individual cards, i’m not interested in specific services more just the cards on the device itself.
Question
11th December 2024
Are you able to monitor ATV throughput on the individual cards, i’m not interested in specific services more just the cards on the device itself.
11th December 2024
Hi, I have a request to toggle all indices in a table at once from “On” to “Off”. I was thinking of just using * to call for all indexes …
11th December 2024
I would like to listen to a complete subnet ranging form (10.10.12.1 – 10.10.12.225) <TrapOID setBindings=”allBindingInfo” type=”wildcard” ipid=”100″>*</TrapOID> Will setting the parameter 100 with a wild card(10.10.12.*) works?
11th December 2024
This request is about throwing impression on after login page or at login page of dataminer. Here the user would like to show an impressive video of around 20 secs. …
10th December 2024
Hi All. Is there an easy way to export all elements in the system using an automated process? We do something similar with all of the VISIO pages, but the …
10th December 2024
User> Do you have in your driver portfolio a driver that can monitor TCP connections ? I am interested on monitoring ports: 443, 5094, 61007 and 8443. Me> I’m not …
10th December 2024
Hello Dojo, I’m encountering a timezone issue with my extranet application. When I use it in France, it correctly displays French time, and I’ve added local time for example for …
10th December 2024
foreach (var parameter in paramsNeeded) { var msg = new GetParameterMessage(childInfo.DataMinerID, childInfo.ElementID, parameter.ParameterID, parameter.FilterValue, true); reqParam.Add(msg); } try { _logger.Information(“Send DMA request”); var responseMsg = _dms.SendMessages(reqParam.ToArray()); var response = responseMsg.OfType<GetParameterResponseMessage>().ToList(); …
10th December 2024
Hello Dojo, DMA version: 10.4 CU6 I have the backup network path configured for failover agent as shown below: The number of backup to keep is configured as 7. As …
10th December 2024
Hi All, I have a single element with a large table (1300) where each row represents a different service I would like to visually display. I have managed to dynamically …
9th December 2024
I’m writing a default script that is used to send an email from alarm(s) triggered by a correlation rule. I want to make a table in the mail with the …
9th December 2024
I’m trying to set up a TreeControl sorted by date in descending order (newest to oldest). From what I understand in the documentation, adding the pipe | in OverrideDisplayColumns lets …
9th December 2024
Hi, For some of our automation scripts we use some custom created dll’s, so functions can be shared over all automation scripts. On an on-premise system, we place these in …
9th December 2024
Hello everyone, I am currently trying to create a Visio that lists all Elements in a View with their respective alarm colors. Nothing too difficult. However the generated shapes should …
9th December 2024
Hi Dojo, Currently we are using the Generic Trap Receiver to collect traps. In our example we get the following Trap: In the trap receiver we see the following: So …