Visio Change parameter on device based on combobox
11th April 2022
Hi Gerwin, You could use a combination of Sum and RegexReplace placeholders to achieve the index number you want: You can also use the above expression within an Execute shape …
Answer
11th April 2022
Hi Gerwin, You could use a combination of Sum and RegexReplace placeholders to achieve the index number you want: You can also use the above expression within an Execute shape …
11th April 2022
Hi Bruno, For DB applications (e.g. Cassandra or Elastic) disk speed is important as it can be the bottleneck for the throughput of your DB. In our DataMiner Compute Requirements …
11th April 2022
Hey Bruno, Requirements set by cassandra recommend to avoid shared storage such as SAN for performance reasons. It is better to give each server their own disks. https://cassandra.apache.org/doc/trunk/cassandra/operating/hardware.html#disks
11th April 2022
Hi, If you have DIS then you can create the automation script solution through DIS and make use of the class library. The start point for the class library help …
10th April 2022
Hi Sebastian, As Sebastiaan mentioned GQI will be the best option, however currently it is not possible to retrieve the alarm state of a service. I believe that the answer …
10th April 2022
Hi Sebastian, Sounds like a classic use case for GQI. We don’t have all pieces for this puzzle just yet, but we’re already able to list all services in a …
9th April 2022
Sebastian – Things you could try: Use a service protocol on your services and have a parameter with the name of the service parent view Name your services in a …
8th April 2022
Hi Sebastian, I once created a quick dashboard with the standard components available, so just a matter of dragging and dropping. It will give you a dropdown of possible views. …
8th April 2022
The TableRowFilter can have multiple filters by using the following syntax: TableRowFilter:*PID*=*value to filter*;*PID2*=*value to filter* (PID : parameter ID) if PID == PID2: the filters are combined through an …
8th April 2022
Hi Dominik, As far as I know in a service template you could only filter rows based on the display key or primary key. The latter is a feature introduced …
8th April 2022
Hi Alex, When linking a shape to a CPE object, you have 3 possibilities for the alarm level: Instance: Instance alarm level of the CPE object (default) BubbleUp: Bubble up …
8th April 2022
You can take advantage of the following placeholders to do some Math in a Visio as well: Average | DataMiner Docs Max | DataMiner Docs Min | DataMiner Docs Subtract …
8th April 2022
As far as I know, there are no straightforward ways to divide or multiply values in a Visual Overview. There’s however a new feature available with dynamic units, Add the …
8th April 2022
Hi Jamie, Basic mathematic operations are available such as: Avg Max Min Subtract Sum Multiplying and dividing is not yet possible but can easily be added. Also note that these …
8th April 2022
Hi Jamie, It is possible to use the shape data ParametersSummary to perform some calculations involving multiple parameters (min, max, sum, and avg) Regarding the option to scale the units, …