Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check multiple Windows Processes
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!
Perl script based on snmpwalk in order to check one or more running processes on a windows machine.
Process name is not case sensitive but you have to give full process name (including the .exe extension)
{{Usage : check_win_processes hostname community proc1 proc2 ... procN
hostname : IP address or hostname
community : SNMP community to use
proc1 : process name to check
procN : additionnal process name to check}}
Script will return missing running processes
Example :
{{check_win_processes myhostname mycommunity explorer.exe
OK: 1 running process(es)
check_win_processes myhostname mycommunity explorer.exe dummy.exe foo.bar
KO: missing process(es) = dummy.exe, foo.bar,}}
Process name is not case sensitive but you have to give full process name (including the .exe extension)
{{Usage : check_win_processes hostname community proc1 proc2 ... procN
hostname : IP address or hostname
community : SNMP community to use
proc1 : process name to check
procN : additionnal process name to check}}
Script will return missing running processes
Example :
{{check_win_processes myhostname mycommunity explorer.exe
OK: 1 running process(es)
check_win_processes myhostname mycommunity explorer.exe dummy.exe foo.bar
KO: missing process(es) = dummy.exe, foo.bar,}}
Reviews (0)
Be the first to review this listing!