Assigning Alarm template based on service name

Hi Ryan, After the service is created you need to edit then and for each element set the ‘Maximum severity on included element’ to ‘Normal’, that way the element alarm …

Scheduling Alarm Templates

I’m not sure if there’s an easier way now but I used to do this with automation scripts. You can very easily create a simple automation script to Assign Template …

execute qaction only once after element start

Hi peng, Bram is absolutely right — the correct flow to use is: After startup trigger -> Action -> group -> Action -> dummy param -> QAction If you’d like …

execute qaction only once after element start

Hi, The following sequence can be used to trigger a QAction after element startup. Note: this will be executed every time the element is (re)started. After startup trigger -> Action …

Find stuck service in a cluster

Hello Stefan, You could run the following script to identify which DMA’s didn’t handle/receive/processe the service delete properly: Sync Check | DataMiner Docs Regards, Davy

GetActiveAlarms filtering on a custom property

Hi Benjamin, I performed a small test using a modified version of this ad-hoc data source SLC-GQIDS-ActiveAlarmsUsingFilter, and I was able to successfully retrieve an active alarm that matches the …