Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
This vbscript will monitor processes on Windows Systems using NRPE
159376
File | Description |
---|---|
Check_Processes.vbs | Unknown Tag: 'FileDesc1' |
Check_Processes.ini | Unknown Tag: 'FileDesc2' |
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!
I use this script to monitor services on windows servers. Nagios will launch the script and collect the results using NRPE_NT.
nrpe.cfg should have a special line to present the correct path to NRPE_NT
Example :
command[check_nrpe_processes]=cscript //nologo C:nagiosvbscriptcheck_processes.vbs
A corresponding command and service should be created on the nagios server.
Typical Output :
OK : STORAGEARCHIVE.EXE -> (5<6);SQLSERVR.EXE -> (1>0);
nrpe.cfg should have a special line to present the correct path to NRPE_NT
Example :
command[check_nrpe_processes]=cscript //nologo C:nagiosvbscriptcheck_processes.vbs
A corresponding command and service should be created on the nagios server.
Typical Output :
OK : STORAGEARCHIVE.EXE -> (5<6);SQLSERVR.EXE -> (1>0);
Reviews (0)
Be the first to review this listing!