<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why are we limited to editing host groups through the CLi post installation of OneAgent? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193840#M22424</link>
    <description>&lt;P&gt;Please keep in mind that it is best practice to get the host group assigned at deployment time and not to change it.&lt;/P&gt;
&lt;P&gt;It also affects process group detection, so changing a host group will cause process entity IDs to change and lose the connection to historical information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is unclear at this stage if the UI &amp;amp; API update will have any positive effect in that regard (such as auto-connecting old process groups to new ones).&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2022 04:55:32 GMT</pubDate>
    <dc:creator>The_AM</dc:creator>
    <dc:date>2022-09-05T04:55:32Z</dc:date>
    <item>
      <title>Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/192985#M22282</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During the last year we have progressed nicely with our Dynatrace Saas implementation, and we are adding alot of value to our business.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When we first started to roll out OneAgent on our infrastructure, we did not feel confident in configuring Host Groups straight away. We wanted to discuss how we should group our hosts, and thought this was something we could get back to later on... easily.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Turns out, we can not&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today I wanted to edit the&amp;nbsp;CPU saturation anomaly detection for 18 host that run heavy batch jobs each night. I looked for an easy way to bulk modify the anomaly setting, and found out it could be done by editing on a Host Group level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then looked up how to create and add to a new Host Group, and found no other option than to do it through the OneAgent CLi on each host.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is that? Everything else in Dynatrace invites you to group and filter based on tags. The whole CLi adventure for this simple grouping of hosts seem unnecessarily complicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not have access to our production infrastructure, and this now limits us to create a change request towards our outsourcing partner that manage the host operations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible that Dynatrace in the future might add this configuration option, so that we are able to do it from the GUI? I looked for a RFE with no success.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Rasmus&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 07:50:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/192985#M22282</guid>
      <dc:creator>rsmsdk</dc:creator>
      <dc:date>2022-08-22T07:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193028#M22289</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42071"&gt;@rsmsdk&lt;/a&gt;&amp;nbsp; I think you can change the host group assignment via oneagentctl. Have a look here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/oneagentctl#host-groups" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/oneagentctl#host-groups&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="change-host-group-assignment" class="heading h3"&gt;Change host group assignment&lt;/H3&gt;
&lt;P&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;--set-host-group&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameter to change the host group assignment.&lt;/P&gt;
&lt;P&gt;To assign the host to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;MyHostGroup&lt;/CODE&gt;:&lt;/P&gt;
&lt;UL class="list list--unordered list"&gt;
&lt;LI&gt;&lt;STRONG&gt;Linux&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;AIX&lt;/STRONG&gt;:&lt;BR /&gt;&lt;CODE&gt;./oneagentctl --set-host-group=MyHostGroup&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows&lt;/STRONG&gt;:&lt;BR /&gt;&lt;CODE&gt;.\oneagentctl.exe --set-host-group=MyHostGroup&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 22 Aug 2022 08:56:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193028#M22289</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2022-08-22T08:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193036#M22293</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/42071"&gt;@rsmsdk&lt;/a&gt;&amp;nbsp;actually this is coming soon, see the &lt;A href="https://community.dynatrace.com/t5/Dynatrace-product-ideas/RFE-possibility-to-manage-hostgroups-in-UI-without/idc-p/185906/highlight/true#M29848" target="_self"&gt;product idea&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:27:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193036#M22293</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-08-22T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193037#M22294</link>
      <description>&lt;P&gt;Thank you. That still require access to the host and is overall inconvenient compared to all the other stuff you can configure straight from the GUI.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:28:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193037#M22294</guid>
      <dc:creator>rsmsdk</dc:creator>
      <dc:date>2022-08-22T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193038#M22295</link>
      <description>&lt;P&gt;Whaat&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt; that is great news, thank you so much for sharing!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:32:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193038#M22295</guid>
      <dc:creator>rsmsdk</dc:creator>
      <dc:date>2022-08-22T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193039#M22296</link>
      <description>&lt;P&gt;You are welcome! Actually, the search includes product ideas only if you are logged in the community. That's probably you could not find the existing idea.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 09:49:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193039#M22296</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-08-22T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193840#M22424</link>
      <description>&lt;P&gt;Please keep in mind that it is best practice to get the host group assigned at deployment time and not to change it.&lt;/P&gt;
&lt;P&gt;It also affects process group detection, so changing a host group will cause process entity IDs to change and lose the connection to historical information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is unclear at this stage if the UI &amp;amp; API update will have any positive effect in that regard (such as auto-connecting old process groups to new ones).&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 04:55:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/193840#M22424</guid>
      <dc:creator>The_AM</dc:creator>
      <dc:date>2022-09-05T04:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/204822#M24654</link>
      <description>&lt;P&gt;Host group assignment can now also be changed through Deployment status &amp;gt; OneAgents &amp;gt; Bulk action.&lt;BR /&gt;Where you can even type a new name to create and assign a new host group.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 08:46:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/204822#M24654</guid>
      <dc:creator>fstekelenburg</dc:creator>
      <dc:date>2023-02-15T08:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/253432#M33450</link>
      <description>&lt;P&gt;We have a similar issues, we are in Google Cloud and have many Google CloudRun applications.&amp;nbsp; Since the aget is not directly installed, but is unzipped and then referenced to the shared object, there is no way to declare before nor update afterwords because oneagentctl is NOT installed and since there are serverless applications cannot be logged onto as well.&amp;nbsp; We need a way to update the HostGroup for these to set up groups.&amp;nbsp; But since scaling occurs frequently we need a way to have a RULE that says something like, if Host Name begins with "CloudRun" then assign to host Group Google_CloudRun_Hosts.&amp;nbsp; We have not found a way, to do this.&amp;nbsp; What we need is something like the process group rules configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 14:30:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/253432#M33450</guid>
      <dc:creator>Don_Meuth</dc:creator>
      <dc:date>2024-08-14T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why are we limited to editing host groups through the CLi post installation of OneAgent?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/253507#M33460</link>
      <description>&lt;P&gt;Very important observation. This had a big impact on our configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 08:49:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-are-we-limited-to-editing-host-groups-through-the-CLi-post/m-p/253507#M33460</guid>
      <dc:creator>rsmsdk</dc:creator>
      <dc:date>2024-08-16T08:49:50Z</dc:date>
    </item>
  </channel>
</rss>

