(NRPE) Check process by user

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
ofeist
Posts: 3
Joined: Wed Mar 20, 2019 9:25 am
Location: HH, Germany

(NRPE) Check process by user

Post 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
“The Earth is a fine place and worth fighting for.”
ofeist
Posts: 3
Joined: Wed Mar 20, 2019 9:25 am
Location: HH, Germany

Re: (NRPE) Check process by user

Post 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
“The Earth is a fine place and worth fighting for.”
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: (NRPE) Check process by user

Post by cdienger »

NCPA can do this:

./check_ncpa.py -H remote_ip -t '<your token>' -M 'processes' -q 'name=process.exe,username=ACME\Mickey
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked