Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check winprog memusage
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!
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.
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)
Is there a way to monitor dllhost.exe when are more than one process with this name?