27 Jun 2019 06:43 PM
I would like to ask if anybody has done ATM Transaction monitoring with DynaTrace OneAgent. Are we able to get transaction data enriched enough to provide details such as cash flow, balance enquiry, Error messages on failed transactions i.e , authentication errors.
27 Jun 2019 06:56 PM
Such devices are hard to monitor by OneAgent because of licensing for example. Each of device has some amount of ram. Applications are native. What you can do is create custom application in Dynatrace. Than you should instrument ATM software with Dynatrace OpenKit.
https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/openkit/
You should be able to create user actions that will match most of your needs. You can configured it to start session after putting card and end it after transaction. As user tag you can use then code of ATM; you wil be able to make statistics for each of them using USQL.
But this needs software modification.
Sebastian
10 Oct 2019 09:29 AM
Hello @sebastian k.
Currently, the customer is interested in monitoring the availability of the ATMs.
What should be the approach toward this requirement?
Regards,
Babar
14 Oct 2019 08:42 AM
14 Oct 2019 09:31 AM
Regards,
Babar
14 Oct 2019 09:56 AM
If you will install there agent in infra mode, you will see all ATM's in dynatrace (if network is available), but this will tell you if host is running and has access to DT, not if ATM is available. One agent plugin may be good idea here if there are local performance counters that may tell you if ATM is working or not. But license cost for such huge amount of ATMS may be high.
Sebastian
27 Apr 2020 03:33 AM
Hi Sebastian
Did you implement o know ATM monitoring with OpenKit. I looking forward to monitoring 750 ATM and I analyzing if user activate plugins because permit metrics o OpenKit, your comments please?
27 Apr 2020 03:32 AM
Hi Sebastian
Did you implement o know ATM monitoring with OpenKit. I looking forward to monitoring 750 ATM and I analyzing if user activate plugins because permit metrics o OpenKit, your comments please?
27 Apr 2020 06:26 AM
Not in ATM but in several reach clients, yes.
Sebastian
27 Apr 2020 06:32 AM
Thanks, with is better OpenKit or Activegate plug-in for something like atm, I think maybe active plugin in order to include metrics
27 Apr 2020 08:26 AM
It all depends of your need. If you need metrics as well you can always use both. But you will have to create script that will Collector metrics nas expose them for ActiveGate in secure way.
Sebastian