Hello,
Im trying to figure out the best way to monitor AD server with NCPA 2.2 , currently i find that NRPE do have a string to check Active directory services
" check_activedir " .
check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$
how do u set the ARG under NCPA in this case ?
Thank you
Monitor Active directory using NCPA
Re: Monitor Active directory using NCPA
Instead of defining a command on the NRPE client side to execute check_activedir, you would simply place the plugin in NCPA's plugin directory and execute it with something like:
https://support.nagios.com/kb/article/n ... a-722.html covers how to execute a plugin with NCPA as well as creating the service on XI.
Code: Select all
./check_ncpa.py -H <client_ip> -t '<your token>' -M 'plugins/check_activedir' -q ''
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Monitor Active directory using NCPA
Thank you cdienger for your help
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Monitor Active directory using NCPA
Glad we could helpCSOST wrote:Thank you cdienger for your help
Locking thread