Search found 3 matches

by Kári
Fri May 21, 2010 6:12 am
Forum: Nagios XI
Topic: windows server memory check is showing physical+page
Replies: 21
Views: 15929

Re: Incorrect memory reported by Win 2008 R2 client

We were able to confirm that it is checking a combination of all virtual memory - physical plus pagefile. This is a limitation of the check_nt command used by default. If you would like to separate that out it is possible, but will require changing the check command to use check_nrpe instead. Addit...
by Kári
Wed May 19, 2010 10:35 am
Forum: Nagios XI
Topic: windows server memory check is showing physical+page
Replies: 21
Views: 15929

Re: Incorrect memory reported by Win 2008 R2 client

Is the amount of memory available to your VM "burstable" in any way? This virtual machine has 8 GB (8192 MB) of virtual memory dedicated to it (it is enought of phisical memory in this vmware cluster) Could the pagefile be included in those figures, returning total virtual memory instead ...
by Kári
Wed May 19, 2010 10:13 am
Forum: Nagios XI
Topic: windows server memory check is showing physical+page
Replies: 21
Views: 15929

Incorrect memory reported by Win 2008 R2 client

Hi, I started to look at Nagios XI by adding Windows Server 2008 R2 Std host running as vmware sphere 4 virtual machine with 8 Gb of memory, but Nagios XI (or nsclient++) reports all memory amounts (total and used) multiplied by 2 - eg 16 gb in total instead og 8 gb, used 8 gb insted of 4 gb. I am r...