Skip to content

Commit b5fd414

Browse files
authored
Merge pull request #6013 from SkylineCommunications/RN-44779
RN 44779
2 parents 6bed13b + ddb64cf commit b5fd414

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

dataminer/Getting_started/The_DataMiner_User_Interface/DataMiner_Cube/Opening_DataMiner_Cube/Options_for_opening_DataMiner_Cube.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,27 @@ element="My element|My other element"
237237
> [!NOTE]
238238
> To open an SLA element, also use the *element=* option.
239239
240+
### EnableAlarmSubscriptions=
241+
242+
Available from DataMiner 10.5.0 [CU13]/10.6.0 [CU1]/10.6.4 onwards<!--RN 44779-->. Use this option to enable or disable alarm subscriptions.
243+
244+
In extreme scenarios, a very large number of alarm events can flood the connection between DataMiner Cube and the DataMiner System, which may cause the connection to be dropped. Disabling alarm subscriptions allows DataMiner Cube to start without subscribing to alarm events, so that Cube remains usable (in a degraded state). This makes it possible to access the system and reconfigure the alarm monitoring setup to resolve the issue.
245+
246+
- To enable alarm subscriptions (default behavior):
247+
248+
```txt
249+
EnableAlarmSubscriptions=true
250+
```
251+
252+
- To disable alarm subscriptions:
253+
254+
```txt
255+
EnableAlarmSubscriptions=false
256+
```
257+
258+
> [!CAUTION]
259+
> This option is intended only for troubleshooting in exceptional situations. When alarm subscriptions are disabled, DataMiner Cube will not receive alarm updates, which significantly limits normal monitoring functionality.
260+
240261
### host=
241262

242263
Use this option to specify the IP address or hostname of the DMA to which you want to connect.

0 commit comments

Comments
 (0)