13 Dec 2022 12:10 PM
Hello. For the below extension:
https://www.dynatrace.com/hub/detail/remote-linux-monitoring/
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?
Thanks.
Solved! Go to Solution.
13 Dec 2022 02:26 PM
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.
For Debian based ones we also read some data from /proc/stat and /proc/meminfo.
It's designed to not need anything that would require elevated permissions in a 'default' install.
Debian Based Linux (Generic Linux)
vmstat
w
df
cat
top
pgrep
iostat
ip or netstat
vmstat
w
df
netstat
ps
grep
prstat
kstat
mpstat
iostat
swap
prtconf
vmstat
w
df
netstat
ps
grep
svmon
mpstat
iostat
vmstat
w
df
netstat
ps
top
grep
iostat
vmstat
w
df
netstat
ps
grep
swapinfo
top
sar
27 Dec 2022 10:51 PM
Great stuff! Looking for support of AIX 5.3 (very old). Do you know if it works?
04 Jan 2023 05:14 PM
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.
30 Dec 2022 05:31 PM
Great work @JamesKitson I have several clients asking for this.
04 Jan 2023 05:15 PM
FYI there's a new version available now and as part of this update we added this information to the hub page (under troubleshooting): https://www.dynatrace.com/hub/detail/remote-linux-monitoring
13 Dec 2022 02:33 PM
Thank you very much!