I have a single solar winds server with the following software versions: Orion Platform 2013.2.0, SAM 6.0.0, NPM 10.6, NTA 3.11.0, IVIM 1.8.1, VNQM 4.1
I´ve created a SAM monitor/template to check the size of several running proccesses to track if the proccess will grown beyond the 3 GB limit.
The OS of the monitored server is a 64-bits OS, but the proccesses are 32-bits processes compiled with options that can use 3 Gb of RAM, more than the regular 2 GB of standard 32-bits proccess, therefore i need to know when the process is about to crash because of the 3 GB limit of the application. (the 3 GB limit is not the practical limit of the proccess itself, but the app server used by these process crashs when the process grown beyond the 3 GB limit).
I would like to be warned by mail when the proccess is near to 3 GB limit, let´s say warning on 70%, 80% and 90% of the 3 GB-limit if possible
I´m using a "Process Monitor - SNMP" and monitoring "CPU" and "Physical Memory" of the process. I´m not interested in CPU, i can remove CPU thresoholds with no problem. I´m trying to do do a very strict monitoring on the size od the proccess to make sure if the process usage is higher than a limit, i´ll be warned about