Check WMI, Page File Usage "This Mode is no longer used..."

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lavignp
Posts: 23
Joined: Thu Sep 26, 2013 10:24 am

Check WMI, Page File Usage "This Mode is no longer used..."

Post by lavignp »

I included the "Page File Usage" service for some of my servers, and am getting the following message:

"This Mode is no longer used as it was proven to be inaccurate. Automatically using -m checkpage instead...."

How do I fix this so that the WMI check will use the proper method?
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Check WMI, Page File Usage "This Mode is no longer used.

Post by sreinhardt »

This should be fairly straightforward. You want to follow these steps:

Configure -> Core Config Manager -> Services -> Search for WMI or PageFile -> Modify the command argument ARG3 to checkpage instead of checkmem, you may also remove the "-s page" portion from ARG4 although it is not needed.

I will submit this as a bug for that wizard. (internal bug submitted)
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
lavignp
Posts: 23
Joined: Thu Sep 26, 2013 10:24 am

Re: Check WMI, Page File Usage "This Mode is no longer used.

Post by lavignp »

Thanks, that did the trick. I forgot to go into services configuration under the CCM...I went from the "Service Status Detail" to edit the command
Locked