-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove requirement to uninstall standalone agents #74
base: master
Are you sure you want to change the base?
Conversation
One concern that drove the original implementation was to prevent users from:
This might happen if:
Any chance we could check whether the Ops agent config has enabled system log / host metrics, and use that to decide whether to error out or let it through? For Linux, this might require implementing something similar to the Windows side instead of relying on package conflicts settings. How much effort is that? |
@davidbtucker for visibility |
I am concerned about implementing that, since we have the default config baked in to the package. There is no mechanism right now to install the config with the yaml file edited to remove the config, so I am not clear on how we would even implement that. |
One alternative is to give a warning instead of a hard error. Let's discuss a bit more in tomorrow's meeting. |
Are there any updates on this? With the capability gap that exists between ops agent and the legacy logging agent, it would be very helpful to be able to run the ops agent for monitoring side by side with the legacy logging agent. |
any updates? |
Hi, this effort is now being reconsidered in prioritization discussions. Previously it was de-prioritized for competing priorities. BTW, if you are interested in providing some insights of the remaining gaps between the legacy agent and Ops Agent that are affecting your workloads, it would be very helpful for our prioritization. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
In order to ease migration, remove the uninstallation of the standalone agents so that a customer can install the opsagent to run only a monitoring agent, while using that standalone logging agent, or vice versa.
This PR removes the uninstall for Linux and Windows.