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 winprog memusage

Rating
2 votes
Favoured:
1
Hits
159775
Files:
FileDescription
check_winproc_ramcheck_winproc_ram
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!
check with nsclient++ nrpe.dll the memusage of a windows program.
The program check the memusage of a single or multiple instance of a programm. You need the nsclient++ on the windows machine with the NRPEListener.dll. In the nsc.ini you also need to uncomment the CheckExternalScripts.dll.

Then define an [external Scripts] like

[External Scripts]
check_dllhost_exe=cmd /c tasklist /FI "IMAGENAME eq dllhost.exe"
check_svchost_exe=cmd /c tasklist /FI "IMAGENAME eq svchost.exe"

In Nagios you have to install the check_nrpe in the /usr/local/nagios/libexec.

With the wrapper script check_winproc_ram the check_nrpe look at the windows host for the external script and compute the data for Nagios.
Reviews (1)
bydiegosouza, April 18, 2011
0 of 1 people found this review helpful
Is there a way to monitor dllhost.exe when are more than one process with this name?