28 Apr 2022
06:22 AM
- last edited on
10 May 2022
12:55 AM
by
MaciejNeumann
Hi ,
We get this notifications on the top( in yellow color bar) regarding OneAgent Updates (Insufficient free space available on host or Host is misconfigured, etc) .
I would like to know how we can get the list of host and corresponding agent updates, so that we can take necessary action on it. I did not find any Dynatrace API to pull such information in bulk.
Can somebody suggest best way to pull out this agent update information. It will be big task to check manually in bigger environment.
Thanks in Advance
Solved! Go to Solution.
Please help on this with your inputs\thoughts.
Hi @heramb_sawant,
there is an endpoint (Environment v1 OneAgnet on a host) that can tell you if a problem occurred during an update e.g.:
In case this is not what you are looking for, those error logs are also recorded in the server log folder in the file called feature.agent.autoupdate.problems.#.#.log
Best,
Mark
Hi Mark,
Thank for your response. I am not looking for the problems occurred during agent update.
I am looking for the notification comes at the top in yellow bar , display agent update notification for example ,
"Agent Update - Please check disk space on servername: Insufficient free space available on "/opt/dynatrace/oneagent/downloads" Required space: 1564 MiB, available: 1058 MiB. <1/13>
Here yellow bar display 13 notifictions ,we need to export\fetch these 13 notification in bulks , so we cna track and take required actions.
Hi @heramb_sawant, did you by chance manage to figure out the best way to fetch those notifications? It would be really helpful if you shared it here, in case anyone else if facing the same problem 😉 cheers!
Hi @Ana_Kuzmenchuk, the banner notifications have been deprecated with an update to Dynatrace SaaS 1.243. They are now called System notifications and you, as well as anybody interested, can read more about it here: https://www.dynatrace.com/support/help/shortlink/release-notes-saas-sprint-243#system-notifications
Hi @haris, thank you very much for sharing!