how to check physical memory status of windows machine

Anthony Montibello amontibello at gmail.com
Sat Jun 23 19:50:19 CEST 2007


that command was for Virtual Memory use Performance Counters:

For NC_NET the following syntex can be used to get Physical Memory however I
did not test the command so it may contain an error.

 define service {
       use                     generic-service
       host_name               winserver
       service_description     Memuse
       servicegroups           load
       check_command           check_ntmem!COUNTER! -l "^memory^Available
MBytes" -w 80 -c 90
 }

Tony (author of NC_net)


On 6/19/07, Palle Jensen <palleje at gmail.com> wrote:
>
> Hi Arun
> I dont know if this helps, but this is how i have it set up.
>
> In commands.cfg:
> define command{
>
>        command_name    check_ntmem
>
>        command_line    $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -v
> $ARG1$ $ARG2$
>
>      }
> And in service.cfg
> define service {
>        use                     generic-service
>        host_name               winserver
>        service_description     Memuse
>        servicegroups           load
>        check_command           check_ntmem!MEMUSE! -w 80 -c 90
> }
>
> And that works fine here.
> - Palle
>
> -----------------------
> This thread is located in the archive at this URL:
>
> http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_maillisttofaq_pi1[showUid]=2041
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20070623/20bc1688/attachment.html>
-------------- next part --------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list