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 windows services

Rating
7 votes
Favoured:
1
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check windows services by snmp
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
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
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 (
Script works perfectly! No need to install an agent on the windows machine, uses the stock SNMP agent.