Regex for condition monitoring

Hi Joel, Based on DataMiner Docs (Using conditions in an alarm template), regular expressions are not supported. From DataMiner 9.5.13 onwards, if you configure a condition based on the value …

user list export

Jeroen, you view the user’s details via the client-test tool, GetInfoMessage –> Type = SecurityInfo. Exporting I’m not aware off, unless you do it via automation script to write them …

RegexReplace into a new line

Hi Hugo, I checked and simply putting \n won’t work. Instead, you will need to get the new line in the Visio shape data or the text field of the …

Clean IDP install procedure

Hi Randy, Just want to double-check that most of the elements created by IDP are hidden as you can see in the GIF below. Can you please check this? In …

Script to trigger false alarm

Hi Hugo, You mention that you would not like to modify the alarm template. Is there any reason why this is not an option? Instead of assigning the alarm template …

Problems accessing Localhost

I managed to solve the error. It was a problem with the cluster because the ip addresses were conflicting with each other. Thanks to everyone that tried to help!

Visio Grid Layout Issues

Hi David, from the earlier information it doesn’t look like a grid layout issue, but something with the child shapes in the children panel. Can you share the details of …

Dashboards global themes

Hi Gerwin, In Dashboard settings you have an option to define a theme that can be used by your dashboards: More information in DataMiner Docs: Customizing the dashboard theme

Open Weather Map overlay

I think it only works in DataMiner Maps in combination with OpenStreetMap, so your maps\serverconfig.xml will look like this: <MapsServerConfig> <VirtualHosts> <VirtualHost hostname=”*”> <AppVersion>1</AppVersion> <MapsProvider>osm</MapsProvider> <MapQuest key=””/> <OWM key=””/> </VirtualHost> …