driver monitoring TCP Ports
10th December 2024
Hi Jeroen, Did you give this one a try? Generic Port Monitoring. (link to catalog) Or this one: Generic Network Services Monitor. (link to catalog)
Answer
10th December 2024
Hi Jeroen, Did you give this one a try? Generic Port Monitoring. (link to catalog) Or this one: Generic Network Services Monitor. (link to catalog)
10th December 2024
Hi Gerrit, From your element object, that you get from engine.FindElement, you can use the following: var parameterInfo = element.Protocol.FindParameter(paramId); var parameterDescription = parameterInfo.Description; Probably what you want is the …
10th December 2024
Hi Koen, Wanted to let you know this feature will be included in the release of 10.5.2. You should be able to access the dmaip value by using {URL.DMAIP.Value}. With …
10th December 2024
Hi Alexandre, The server can force the timezone of the clients if you set this up in the ClientSettings.json file, see more info in the documentation. Note that this will …
10th December 2024
Hi Frederic, The filter field is optional, and allows to select which rows should be included/excluded in the service in case of a table parameter. The filter can be applied …
10th December 2024
From the network stream that you shared, it looks like you are trying to integrate a Zixi Broadcaster in DataMiner. Are you aware that we have a ready to use connector …
10th December 2024
Hi Michiel As mentioned by Jens, an internal NuGet would be a lot better as it’s easier to use and has proper versioning. If you still want to use a …
10th December 2024
Hey David, You’re on the right track. In order to also display more parameters of the same row into the children object, you can create a group at the ‘lowest’ …
10th December 2024
Hi Gerrit, I found similar questions: Parameter name from a parameter ID – DataMiner Dojo pass parameter to automation script from correlation rule – DataMiner Dojo Hope it helps.
9th December 2024
Hi Roger, Based on your description, it seems you are needing one of the deployments methods without Automatic updates. You can find the various options here: DataMiner Cube deployment methods …
9th December 2024
Hi Stacey, since you are already working with the trapInfo object (allBindingInfo), you could use the TrapInfo.FromTrapData(trapInfo) method to parse the data. Then the ‘object name’ should be available in …
9th December 2024
Hi Santiago, I’m not aware of a way to sort descending instead of ascending. A possible workaround is to add an additional (hidden) column with the values in opposite order …
9th December 2024
Hi, as I don’t know your exact setup, I will list some interesting options that could be usefull to create this setup. Forcepropertyfromshape and its variants will allow you to …
9th December 2024
Hi Michiel, Would it be possible to make use of internal NuGets instead? In that case you can just push your automation scripts, with the NuGets included, to the DaaS …
9th December 2024
Hi peng fei, As far as I know this is not possible. For this case you will need to create parameters for each specific measurement. However, it is possible to …