Visual Overview – Use variables from a page in a group
25th February 2022
Hi Yvan, The problem is that you have a group with no connection to a component in DataMiner. You can solve this by adding “Element == [var:MyVar]” on your group.
Answer
25th February 2022
Hi Yvan, The problem is that you have a group with no connection to a component in DataMiner. You can solve this by adding “Element == [var:MyVar]” on your group.
25th February 2022
Hi Bethany, There are of course different types of IP interfaces, SSH being one of them. But in general, if credentials are required, you’ll indeed have to provide a username …
24th February 2022
Hi Ryan, Are you connected to another agent than the one the element is located on? You can verify where the element is located in the element list by checking …
24th February 2022
Hi John, What version of DataMiner are you using? Can you also check what level is defined on your user group? The level should be equal to or higher than …
24th February 2022
Hi Bruno, Next to the options listed by Koen, you can also choose to offload the alarms towards an external database or in offload files. You could also rely on …
24th February 2022
In case it’s purely a matter of visualization, you could launch an automation script in the background whenever the Visio drawing is opened. The script calculates the weighted SLA average …
24th February 2022
Hi Bruno, You can also forward (push) alarm events to third-party applications via TCP/IP socket messages. The TCP socket is one of the standard public interfaces. It’s also possible to …
24th February 2022
Hi Jens, Would it be possible to use the following placeholder in the shape: “[Avg:X,Y,Z]” Available from DataMiner 9.5.8 onwards. Average of a list of entries, e.g. X, Y, Z …
24th February 2022
Hi Christine – to my knowledge this is not a lack of capabilities of DataMiner, but a bug in the SNMP stack of the device that needs to be managed, …
24th February 2022
Hi Jeroen, Restarting IIS should resolve this.
24th February 2022
Hi Jeroen, Can you share the configuration of the redirect? Do you still have an HTTP binding in IIS? If so, have you tried using a rewrite instead of redirect?
23rd February 2022
Hi Daniel, Great to hear that you managed to get it working. The separator has to be replaced because the software is using the ‘-‘ character to split the string …
23rd February 2022
Hi Ryan, I tried the CreateProperty method and I am not able to get the error that you are experiencing: // Create a DMS object IDms dms = engine.GetDms(); // …
23rd February 2022
Hi Bernard, Alarm template conditions can be configured through the UI, so you don’t need to worry about the syntax. Element Properties can be accessed via the ‘generic’ table parameter …
23rd February 2022
Hi Jens, The SelectedTimeRange variable can be used in Visual Overview, starting from 10.2.1.0. Documentation: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/SRM/Embedding_a_Resource_Manager_component.html Internal release note: 31770 A small enhancement is done in 10.2.3.0, see internal release …