Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check windows services
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!
This script will check if one (or more) services are active on the windows host by snmp.
Script language : Perl
Requirements : Net-snmp and Perl with module Net::SNMP
Script help : http://nagios.manubulon.com/snmp_windows.html
Script download : http://nagios.manubulon.com/check_snmp_win.pl
Script language : Perl
Requirements : Net-snmp and Perl with module Net::SNMP
Script help : http://nagios.manubulon.com/snmp_windows.html
Script download : http://nagios.manubulon.com/check_snmp_win.pl
Reviews (4)
bygenti, August 10, 2015
The script works perfectly well. Although, I was a bit unhappy with the output. So I changed it slightly.
It makes use of Nagios multi line output capabilities and returns all services, that are running.
https://github.com/pashol/nagios-checks/blob/master/check_snmp_win.pl
It makes use of Nagios multi line output capabilities and returns all services, that are running.
https://github.com/pashol/nagios-checks/blob/master/check_snmp_win.pl
Its, working perfect as expected, but its not generating performance data/PNP graphs, hence status graph links shows broken.
byFraeco, February 3, 2014
Every time I run the check it throws up an error about about the version.
Argument "v6.0.1" isn't numeric in numeric lt (
Argument "v6.0.1" isn't numeric in numeric lt (
byrmeden, June 13, 2011
Script works perfectly! No need to install an agent on the windows machine, uses the stock SNMP agent.