Menu

Memory Check Without Virtual Memory.

Help
pack
2007-06-07
2013-04-25
  • pack

    pack - 2007-06-07

    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

     
    • tony

      tony - 2007-06-07

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.