Hi
PRTG newbie here so please forgive my ignorance. We are running V13.4.6
I have an appliance that run centos linux. We have been trying to debug some issues with it and the support company has asked us to track the memory usage of a particular processes and alarm when it reaches a certain limit.
There are multiple processes running that all have the same name. For example from ps auxfww | grep kosch
.msu
root 24967 0.5 1.7 2309836 138208 ? Ss Feb04 7:23 /opt/kosch/ddi/bin/kosch.msu root 24974 4.4 21.9 2825356 1732336 ? S Feb04 57:49 \_ /opt/kosch/ddi/bin/kosch.msu root 24975 10.3 32.2 4122764 2551088 ? R Feb04 133:28 \_ /opt/kosch/ddi/bin/kosch.msu root 24976 8.5 26.2 3320268 2075736 ? S Feb04 110:51 \_ /opt/kosch/ddi/bin/kosch.msu root 24977 20.8 25.1 3676364 1985600 ? S Feb04 268:32 \_ /opt/kosch/ddi/bin/kosch.msu
How can I setup a sensor to monitor these processes and then warn me when the memory reaches a certain threshold for each individual process?
Thanks
Add comment