MEMUSE, is based on Virtual Memory because NSClient's Memuse was checking this.
To check for free physical Memory use the Performance Counters:
^Memory^Available MBytes
^Memory^Available KBytes
^Memory^Available Bytes
so if useing check_nt or nc_net the following is an example using the prefered syntex for NC_NET
note There is no instance for the Memory Category
check_nt -H server_tocheck -v COUNTER -l "^Memory^Available MBytes"
Tony
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to alert based on free physical memory using NC_Net. Unfortunatly, MEMUSE includes virtual. How do I alert just based on free physical?
Thanks
Patrick
MEMUSE, is based on Virtual Memory because NSClient's Memuse was checking this.
To check for free physical Memory use the Performance Counters:
^Memory^Available MBytes
^Memory^Available KBytes
^Memory^Available Bytes
so if useing check_nt or nc_net the following is an example using the prefered syntex for NC_NET
note There is no instance for the Memory Category
check_nt -H server_tocheck -v COUNTER -l "^Memory^Available MBytes"
Tony