Page 1 of 1

(NRPE) Check process by user

Posted: Wed Mar 20, 2019 9:36 am
by ofeist
Hello,

I have a problem with checking a specific windows process for a specific user.
At the moment I try to find a solution via NRPE but unfortunately this isn´t working.

Is there a check available which works like that:

-c checkprocess -a process=process.exe -u ACME\Mickey

Cheers,
Oliver

Re: (NRPE) Check process by user

Posted: Thu Mar 21, 2019 3:34 am
by ofeist
It´s not a "Must" to use the NRPE client, if there is another solution via SNMP I am more than happy about that

Re: (NRPE) Check process by user

Posted: Thu Mar 21, 2019 3:09 pm
by cdienger
NCPA can do this:

./check_ncpa.py -H remote_ip -t '<your token>' -M 'processes' -q 'name=process.exe,username=ACME\Mickey