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
159412
Files:
FileDescription
check_winproc_ramcheck_winproc_ram
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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?