Network Connections, Stats and Bandwidth

Windows User logged-in check

Description:

This plugin allow to easily check how much users are logged-on a windows machine with SNMP enabled , no Agent needed.
in the .tar you can find everything needed to make this running in a minute 🙂

Current Version

1.0

Last Release Date

2013-03-26

Compatible With

  • Nagios 3.x

License

Other


Project Files
Project Photos
Project Notes
This plugin test an specific OID with SNMPWALK and then take the result and give an alert depending the threshold you gave on define service on your hosts. it's really small and efficient, but this is my first plugin so if you find weird stuff, send me your idea! :)
Reviews (2) Add a Review
modify
by dorancemc, December 31, 2014

You can use: "-Oqv" and replace value=`snmpwalk $1 -v1 -c $2 .1.3.6.1.2.1.25.1.5.0 | cut -d ":" -f2 | cut -d " " -f2` with : value=`snmpwalk $1 -v1 -c $2 -Oqv .1.3.6.1.2.1.25.1.5.0 `



Parsing of snmpwalk output
by Bareiro, September 30, 2014

Hello. Thanks for the plugin. I found a difference in the processing of the output of snmpwalk: # snmpwalk a.b.c.d -v2c -c community .1.3.6.1.2.1.25.1.5.0 HOST-RESOURCES-MIB::hrSystemNumUsers.0 = Gauge32: 3 Therefore, I had to change it to: # snmpwalk a.b.c.d -v2c -c community .1.3.6.1.2.1.25.1.5.0 | cut -d ":" -f4 | cut -d " " -f2 3 Best regards, Daniel



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4.3 (3)
Favorites
1
Views
56,114