[VOTE NOW] What custom chatbot command do you need?
22nd June 2023
Create a dataminer dashboard (based on a template) that will be shared with the people that I specify in the command (via tagging) and will include the dataminer objects that …
Answer
22nd June 2023
Create a dataminer dashboard (based on a template) that will be shared with the people that I specify in the command (via tagging) and will include the dataminer objects that …
22nd June 2023
Hi, As Robin mentioned, the DELT export will be the best approach. In this case, you could create a DELT export from an element using a specific protocol. In the …
22nd June 2023
In case you were looking to make your DataMiner System cloud-connected, here’s already the link to the documentation: Connecting to dataminer.services | DataMiner Docs
22nd June 2023
Hi Laszlo * If this is about a specific element using a trend/alarm template, then I would opt for a DELT export: Exporting elements, services, etc. to a .dmimport file …
22nd June 2023
Hi Yvan, The GetLiteElementInfo SLNet message contains 2 boolean properties that you need to set to true in order to be able to retrieve stopped (IncludeStopped) or paused (IncludePaused) elements. …
22nd June 2023
Just out of curiosity, the common way of handling this would be to put the elements in one or more existing views, depending on which user groups you want to …
22nd June 2023
We’re using the WMI driver to monitor windows machines. We have a few where we alarm on a missing process, you do need to make sure “Auto Clear Task Manager” …
22nd June 2023
Hi Alberto, This seems to be a quirk of both Windows, and the driver. Namely, when polling the OIDs for services on the host, Windows only replies with the active …
22nd June 2023
Hi Martin – you are correct, and the work around that you identified is indeed probably the quickest way to accomplish the same outcome. In general: if you feel that …
22nd June 2023
You can go to C:\Skyline DataMiner\Protocols\<Protocol_Name>\<Protocol_Version> and locate the alarm/trend template and rename it carefully. After that, you need to do a DataMiner restart. I believe this should change the …
22nd June 2023
Hi Bing, I believe that option should work fine but if you want something that involves slightly less manual work and could be reused, you could consider creating a script …
22nd June 2023
Hi Gina, Below a sample about how to create a profile instance. var parentProfileInstance = srmHelpers.ProfileHelper.GetProfileInstanceByName(serviceProfileData.Name); var profileInstance = new Skyline.DataMiner.Net.Profiles.ProfileInstance { Name = name, AppliesToID = parentProfileInstance.AppliesToID, }; profileInstance.BasedOnIDs.Add(parentProfileInstance.ID); …
22nd June 2023
Reducing the number of site visits for your technicians You can structure your equipment into views that represent a location/region, so you can validate all the alarms within that view/region …
22nd June 2023
You can also directly go to the Protocols and Templates module from System Center and click on the Upload button at the bottom right corner to upload a protocol (.dmprotocol) …
21st June 2023
As suggested by Ward Heack, I post a suggestion on Dataminer Community, Feel free to upvote the post, this is the name: Expand capability to costumize LowCode component