Home Directory Plugins Operating Systems Windows NRPE Ms-Dos Check Process Plugin

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Ms-Dos Check Process Plugin

Rating
0 votes
Favoured:
0
Hits
147615
Files:
FileDescription
check_process.bat.txtcheck_process.bat
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Ms-Dos Check Process is a plugin that monitors if a defined process is running on a remote host.
This plugin is based on two windows ms-dos command : tasklist and find.

Copy the check_process.bat file to your Windows System 32 path then configure the NRPE's config file of the host you want to check.




Add the following line :

command[check_process]=C:\windows\system32\check_process.bat





You must change the name of the process you want to check on the remote host by customizing the check_process.bat file.