Trending – should exception values count in the average trend line?
23rd June 2020
Exception values should never be taken into account for calculation of average trend entries. It’s currently under investigation why this is occurring.
Answer
23rd June 2020
Exception values should never be taken into account for calculation of average trend entries. It’s currently under investigation why this is occurring.
23rd June 2020
As far as I know, there’s no magic keyword to exclude values that are ‘Not Initialized’ (empty). You could use a trick with wildcards: value=2003 == ?* Be aware that …
23rd June 2020
Another option could be to create a separate section into your job configuration, specifically to enter one or multiple decoding profiles. That allows the end user who is entering the …
22nd June 2020
This is possible by specifying a full filter: fullFilter=(2003 != ”) AND (2003 != ‘Not Initialized’)
22nd June 2020
DataMiner can run on one of two local databases, MySQL & Cassandra. Both are included in the DataMiner installer, but Cassandra is installed by default. They are installed and created …
22nd June 2020
A smart serial driver can reply to a client that has sent something by using a trigger “after response”. All groups executed as a result of a trigger “after response” …
22nd June 2020
The latest driver does not yet support the new commands. An update of the driver is scheduled and should be available soon. We’ll post an update to this topic once …
19th June 2020
I’ll leave it up to the technical experts to get back to you Bruno on this one, but I wanted to take the opportunity to highlight some important design principles …
19th June 2020
Hi Bruno, Currently this is not possible in the Jobs application. Kind regards
18th June 2020
Hi Rene, For Cassandra there are two important ways of communication between nodes: Internode communications (gossip) This is needed to provide information between nodes on the Cassandra cluster in a …
18th June 2020
Adding to that, there’s lot of other activities and configuration options for the DataMiner failover. This is a good reference to learn all the ins and outs : DataMiner Failover
18th June 2020
Specific to alarm information, DataMiner Web Services APIs expose methods (SOAP, JSON) to request alarm data. HTTP POST endpoints: http(s)://[DMAIP]/API/v1/Json.asmx/GetAlarms http(s)://[DMAIP]/API/v1/Json.asmx/GetAlarmDetails On top of that there’s also a possibility to …
18th June 2020
Hi Joao, It’s correct that when your dataminer server is part of a domain, but you wish to authenticate users which are part of a different domain, a trust needs …
18th June 2020
Please share your DataMiner version where you have encountered this.(via the About) More info on slow poll and how to integrate this can be found in: 1. DataMiner Help (available …
18th June 2020
Just for sake of completeness, there’s also an option in DataMiner to activate a TCP-IP socket where you can get the alarms in plain text format. More information about this …