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
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.