Check_nt and hidden process

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
kamil111
Posts: 1
Joined: Mon May 04, 2020 9:41 am

Check_nt and hidden process

Post by kamil111 »

Good day
I'm testing Nagios XI before buy and i have problem when i try to get memory working set for some process, but get error below:

Code: Select all

[root@nagios libexec]# ./check_nt -H 172.16.0.117 -p 12489 -v COUNTER -l "\\Process(explorer.exe)\\Working Set" -s 123456
NSClient - ERROR: Invalid return from command: check_pdh
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Check_nt and hidden process

Post by dwhitfield »

Unless things have changed, I believe you have two options:

1) Dont use "arguments" and build the command as string by your own.
2) Use a custom argument handler.

You may be able to talk to the sales team about getting some help while you evaluate. I don't know what the process is for that these days.
Locked