Src IP for SNMP Manager
3rd June 2024
This is a more advanced setting, and making a mistake could result in serious communication issues, but there is a ‘SkipAsSource’ flag in Windows on the NICs and IPs. This …
Answer
3rd June 2024
This is a more advanced setting, and making a mistake could result in serious communication issues, but there is a ‘SkipAsSource’ flag in Windows on the NICs and IPs. This …
3rd June 2024
Currently, there is no recommendation on configuring the virtualization layer, which virtualization SW, or how to scale up/down. Every machine (virtualized or physical) is expected to meet at least the …
3rd June 2024
To the best of my knowledge, this is not configurable. It currently supports following the virtual IP of the failover configuration, but not a user configured address. Otherwise it just …
3rd June 2024
Thanks, I will try that out. In the meanwhile I used as workaround object interesections or substractions. Regards Cedric
3rd June 2024
You can remove that column (and any other undesired column) from your result with the Select operator.
3rd June 2024
About the alarm template you show: keep in mind that a condition will exclude a line in the alarm template if that condition evaluates to true. Hence, in your example …
3rd June 2024
Hi This seems more an issue with permissions within Windows than within Dataminer. The stencils are loaded on the system so it seems more that Windows/Visio did not have permission …
3rd June 2024
Hi Leander, Aggregation parameters apply on one or more views. You can find them under the Parameters data section (and by selecting your desired view): From there onwards you can …
3rd June 2024
Hi Leander, As you have noticed, there is indeed a limitation on the length of a DOM field when using Elasticsearch or OpenSearch. Due to the way the data is …
3rd June 2024
As Ben mentioned above, it is indeed advisable to avoid situations like this all together as these limits are typically put in place for a reason. However, if you need …
3rd June 2024
Hi Edib, I do not know what the root cause could be, based on the information you gave. However, I did a lookup in that codebase on the issue you …
3rd June 2024
Hi, Is it possible to verify if ResourceManagement.Sections.ResourceInternalProperties is of type SectionDefinitionID? If this is from the MediaOps solution, then you need to use Resourcemanagement.Sections.ResourceInternalProperties.Id to make it work. I …
3rd June 2024
Hi Joshua, Since the device can only send traps, I believe there are a limited number of choices. A possible option could be using SNMP Inform instead of traps. SNMP …
3rd June 2024
Hi Joshua, You could use the shape data Info (see Make a shape display information about the item is linked to). For example, if you would like to display the …
2nd June 2024
Hi James, You will have to use C# for this, but luckily there are already plenty of things to support you with to make it as easy as possible! 🚤 …