draw on the dashboard
26th June 2024
I’ve seen somebody accomplish that with dynamic grids. For very complex illustrations, you can also still rely on Visual Overview and there’s a component in the dashboards to display a …
Answer
26th June 2024
I’ve seen somebody accomplish that with dynamic grids. For very complex illustrations, you can also still rely on Visual Overview and there’s a component in the dashboards to display a …
26th June 2024
Hi Jonas, To work around an upgrade that has gotten stuck you can navigate to the C:\Skyline DataMiner\Upgrades\Packages directory on the system where your DMA is installed and delete the …
26th June 2024
Hi Tim, You can do the same action as you did with the grouping, but now for the filter. Using the filter, you can select only the relevant columns that …
26th June 2024
Hi Tim, When you want to hide columns in your table, but still need them returned from your query, you can use the ‘filter’ (orange funnel icon) input on the …
26th June 2024
Just to be complete, next to IDP as mentioned by Sebastian, you could also do your own automation and e.g. create elements from automation scripts or connectors: Examples | DataMiner …
26th June 2024
Hi Amer, The easiest way to achieve this is by triggering your QAction from a parameter. You can then set this parameter from your automation script (which will trigger the …
26th June 2024
Hi Amer, You could set parameter from automation which in turn will trigger QAction. Hope this helps, Cheers
26th June 2024
Hi Miguel, This option is hidden in DaaS systems (see DataMiner Docs – DataMiner Cube Feature Release 10.4.6) Checking DaaS – Data resilience and backups, data is backed up with …
25th June 2024
Hi Ladan, DataMiner Infrastructure Discovery Provisioning (IDP) might be what you are looking for. There is a tutorial in the docs: Getting started with IDP and onboarding new equipment | …
25th June 2024
Hi Dan, I believe what you are looking for is sending an email from a correlation: https://docs.dataminer.services/user-guide/Advanced_Modules/Correlation/Adding_rule_actions/Sending_an_email.html In the Add Action section, when you select Send Email the following page …
25th June 2024
Hello Manuel, I am not sure if you can mask specific alarms ahead of time, but you can mask the element ahead of time. You can use the scheduler module …
25th June 2024
Hi Jana, There is quite a lot to explain here and depending on your use-case and expertise, I could come up with many different answer 🙂 but let me try …
25th June 2024
Hi Alexander, In the correlation rule, you can pass info to an automation script. See https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/FAQ/How_do_I_parse_Correlation_Alarm_Info_data.html. In the script, you can get the info with this code snippet. public CorrelationAlarmInfo(ScriptParam …
25th June 2024
Hi Jeroen, This has nothing to do with the ‘mobile gateway’ module in DataMiner but this is connector work… This is not about notifying users or getting instructions from users, …
25th June 2024
Hi Manuel, Instead of masking alarms, a possible option is to schedule when an alarm template can be applied. Hope it helps.