Visual Overview: Set SNMP write parameter
29th November 2022
Hi Robin, Parameters that are used in visual overviews need to have RTDisplay set to “True”. You can find a full list of parameters that need RTDisplay true in the …
Answer
29th November 2022
Hi Robin, Parameters that are used in visual overviews need to have RTDisplay set to “True”. You can find a full list of parameters that need RTDisplay true in the …
29th November 2022
As far as I can tell from the code, I don’t think the ServiceContext will apply to the ParametersSummary. A solution to this could be to add a subscription filter …
29th November 2022
Yes, the documentation is correct. As it stands now DataMiner does not support Elastic 7 or 8. Not sure if there are plans for this yet.
29th November 2022
Hi Karel, The Is active column does not yet take the masked alarms into account. This means that with the current query you’re also retrieving masked alarms. We acknowledge this as a …
29th November 2022
Hi Marco, I see that this parameter doesn’t have alarming configured in the latest version. You can request Skyline to adapt this or make the change yourself. In the latter …
29th November 2022
Hi Alberto, The possibility to export a table is default DataMiner behavior. The possibility to add new row(s) is something that is custom defined in the protocol.xml, for more info …
28th November 2022
Not familiar with the drop-down menu shown in the above screenshot, but I agree with Wouter that it seems to mix up values from the possible “Alarm State” of an …
28th November 2022
‘Property:’ is a placeholder used in the conditional shape manipulation . You can use a Regex expression as alternative: Regex=.*VFCZ.*
28th November 2022
“Hidden” and “Masked” are not used as “State” for an element as far as I know. The element will be “Active” in these cases while the “Hidden” option has a …
28th November 2022
Hi Max, I forgot to tick this when creating a new service template the other week, which only allowed me to create a single service with the same element in, …
28th November 2022
Hi Michiel, but if you are using it in a parameter what is the correct way? I tried these 2 solutions without success. Any idea?
28th November 2022
Hi Max, Can you double check your service template configuration? More specifically the part where you define your child elements and do the selection of included parameters (where you also …
28th November 2022
Hi Stefan, In your current configuration, you are setting the pageVariable, but referring to a session variable in your second shape. If you also add the “pageVariable” option in your …
28th November 2022
Hello, I just came across this topic and wanted to point out that I noticed similar behavior with Dataminer 10.2.0.0-12184-CU6. Sometimes alarms are stuck within a service without there being …
28th November 2022
Hi Philip, as far as I know there is no way to execute CheckTrigger from outside the protocol itself. As a temporary solution, until a better fix is available, you …