I need to set warning and critical thresholds for a physical memory SNMP process component monitor so that I know when memory uwsed goes below 5% or above 25%. How can I do this? Would I use SNMP or WMI for this?
Hello,
How can I do this?
log in the web console, Click on Application Performance Monitor on the top.
Click on your Application.
Once on your application view, click on Edit Application Monitor to the top right.
Expand the Service component on which you want to modify the thresholds.
Edit the Warning and Critical Thresholds for the Physical Memory.
Click on Submit once you are done.
Would I use SNMP or WMI for this?
Both report the Physical Memory. the WMI has the Virtual Memory reported unlike the SNMP one.
HTH,
Yann
Yann,
Thanks for the reply, but I do know the steps involved. I guess I wasn't clear about what I was asking.
I am trying to determine if there is a way to set the warning and critical thresholds so that I get the memory use must be between 5 and 25%. It looks like I can only set the thresholds to be either less than or greater than a certain value, but not both.
Is this something that I will have to do with Alerts?
I did not read your first email carefully . What you want to achieve falls in the feature requests category.
With APM 2.5 and NPM 9.1, Yes, I would take this path to achieve your scenario requirements.
Borgan, this may be a bit late, but you could create two identical component monitors and set the threshold of one to be <5 and the other to >25.