Clarification on SNMP Trap metrics and logging in DataMiner
22nd May 2025
Hi, The info about the number of traps per second is not being logged out. The number of SNMP traps per second received on a DMA continuously is the constant …
Answer
22nd May 2025
Hi, The info about the number of traps per second is not being logged out. The number of SNMP traps per second received on a DMA continuously is the constant …
22nd May 2025
Hi Felix, The Grid, Node-edge, Maps & Timeline components have a ‘Highlight’ option in their layout settings. When this is enabled (default), the items not matching the filter from the …
22nd May 2025
I realize this might not answer your question but can help you with testing and showcase the traps received with the Generic Trap Processor connector. It has counters for each source …
21st May 2025
Hi Mieke, Maybe you can do something like I did in the past: How to retrieve rows/primary keys from a table with a certain alarm severity? – DataMiner Dojo Kind …
21st May 2025
Based on the symptoms you’re describing, it seems likely that there is a difference in the proxy configuration between the production and staging server. To troubleshoot this step by step, …
21st May 2025
Hi Felix, You could link a search input, numeric input or a text input to filter a specific column: Hope it helps.
21st May 2025
Hi Robin, All interactive script should be supported in the IAS component. If you are seeing this error with a script that does execute fine in Cube and using an …
21st May 2025
Hi Alexis, The alarm storm protection feature in Cube is a pure client side feature. It takes the settings from the user settings, which allows to behave different from one …
21st May 2025
Hi, Unfortunately, that is not currently possible. The Scripted Connectors currently limit you to pushing data but not removing it. It is something that is on our future goals but …
20th May 2025
Hi German, Code seems fine as Tom mentioned but I would recommend putting together all watchers of the same type, for example in your case, you would only need one …
20th May 2025
Hi Mark, I see that you are using ‘1’ as index to point to a specific row. Can you double check that ‘1’ is actually the index of the table? …
20th May 2025
Hi Mohan, Can you please try the troubleshooting steps detailed here?
20th May 2025
Hi Nils, This seems to be caused by “Test rule” only testing the rule on the DMA you are connected to. An active correlation rule will however be processed by …
19th May 2025
Hi Apurva, The GQI Monitor app from the catalog only counts query executions. The ad hoc scripts that define the implementation of the data sources do not count towards the …
19th May 2025
In case the card is constantly open and we don’t want to open multiple instances of it, a globally scoped session variable will also work. In that case you can …