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

check_proc_count_nt

Rating
0 votes
Favoured:
0
Hits
152152
Files:
FileDescription
check_proc_count_ntcheck_proc_count_nt script
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!
Plugin to check the instances of a named process on a remote Windows server.
This plugin is a wrapper for the check_nt command and NC_Net client provided by ShatterIT. The NC_Net client supports an ENUMPROCESS option but the default check_nt command does not. In combination with the modified check_nt and the NC_Net client, you can open up monitoring of your Windows Servers.

From the script itself:

This plugin uses the modified version of check_nt to
count the instances of a specific process running on a
Windows server.

This plugin relied on two specific pieces to work properly
if at all:
NC_Net (http://http://www.shatterit.com/nc_net/) on the client
and
check_nt (http://www.shatterit.com/nc_net/files/check_nt.c)

Both of these are fully compatible replacements for NSClient
and the default check_nt shipped with nagios plugins

If you wish to keep the original check_nt and compile the
ShatterIT version as a different plugin,
we give the option of defining where to find that plugin.

In our enviroment, we have a process that we spawn multiple instances of on a single machine. This is useful if you have a third-party application that can only support a fixed amount of memory.

We want to make sure that:

1) The minimum number of instances of a given process are running.
2) A warning is generated if more than the expected number are running so that an operator can investigate and escalate if needed.