<?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 Remote Linux Monitoring - User rights in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/200339#M2607</link>
    <description>&lt;P&gt;Hello. For the below extension:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/hub/detail/remote-linux-monitoring/" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/hub/detail/remote-linux-monitoring/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is it somewhere stated what specific rights are needed for the Linux monitoring user? I guess that we need execute or read rights but for which commands?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 12:10:46 GMT</pubDate>
    <dc:creator>Theodore_x86</dc:creator>
    <dc:date>2022-12-13T12:10:46Z</dc:date>
    <item>
      <title>Remote Linux Monitoring - User rights</title>
      <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/200339#M2607</link>
      <description>&lt;P&gt;Hello. For the below extension:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dynatrace.com/hub/detail/remote-linux-monitoring/" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/hub/detail/remote-linux-monitoring/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is it somewhere stated what specific rights are needed for the Linux monitoring user? I guess that we need execute or read rights but for which commands?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 12:10:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/200339#M2607</guid>
      <dc:creator>Theodore_x86</dc:creator>
      <dc:date>2022-12-13T12:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Linux Monitoring - User rights</title>
      <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/200363#M2610</link>
      <description>&lt;P&gt;I have a draft of new Hub documentation that will be published soon but this is the relevant part. The answer depends on the OS selected.&lt;/P&gt;&lt;P&gt;For Debian based ones we also read some data from /proc/stat and /proc/meminfo.&lt;/P&gt;&lt;P&gt;It's designed to not need anything that would require elevated permissions in a 'default' install.&lt;/P&gt;&lt;P&gt;Debian Based Linux (Generic Linux)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;vmstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;w&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;df&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;cat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;top&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;pgrep&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;iostat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;ip or netstat&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;older OSs don't have required stats in 'ip' command and will 'fall back' to netstat&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Solaris&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;vmstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;w&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;df&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;netstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;ps&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;grep&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;prstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;kstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;mpstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;iostat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;swap&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;prtconf&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;AIX&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;vmstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;w&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;df&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;netstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;ps&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;grep&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;svmon&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;mpstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;iostat&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;FreeBSD&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;vmstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;w&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;df&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;netstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;ps&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;top&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;grep&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;iostat&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;HP-UX&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;vmstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;w&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;df&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;netstat&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;ps&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;grep&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;swapinfo&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;top&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;sar&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Dec 2022 14:26:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/200363#M2610</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2022-12-13T14:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Linux Monitoring - User rights</title>
      <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/200365#M2611</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 14:33:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/200365#M2611</guid>
      <dc:creator>Theodore_x86</dc:creator>
      <dc:date>2022-12-13T14:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Linux Monitoring - User rights</title>
      <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201135#M2642</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6226"&gt;@JamesKitson&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Great stuff! Looking for support of AIX 5.3 (very old). Do you know if it works?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 22:51:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201135#M2642</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2022-12-27T22:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Linux Monitoring - User rights</title>
      <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201243#M2647</link>
      <description>&lt;P&gt;Great work &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6226"&gt;@JamesKitson&lt;/a&gt; I have several clients asking for this.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 17:31:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201243#M2647</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2022-12-30T17:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Linux Monitoring - User rights</title>
      <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201497#M2654</link>
      <description>&lt;P&gt;We can't test every version of every distro, but it's designed so that it shouldn't matter unless some of these basic commands are missing. If there does seem to be an issue with an older one, a ticket can be opened and we can investigate if adding support is feasible.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 17:14:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201497#M2654</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2023-01-04T17:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Linux Monitoring - User rights</title>
      <link>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201498#M2655</link>
      <description>&lt;P&gt;FYI there's a new version available now and as part of this update we added this information to the hub page (under troubleshooting):&amp;nbsp;&lt;A href="https://www.dynatrace.com/hub/detail/remote-linux-monitoring" target="_blank"&gt;https://www.dynatrace.com/hub/detail/remote-linux-monitoring&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 17:15:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Remote-Linux-Monitoring-User-rights/m-p/201498#M2655</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2023-01-04T17:15:19Z</dc:date>
    </item>
  </channel>
</rss>

