
File System
Enhanced SNMP Windows Disk Check
Description:
Perl script that uses SNMP (via snmpget) to get disk usage information from Windows hosts. Outputs usage %, total, used and free space in human-readable format with auto-scaling (KiB up to TiB).
Current Version
Last Release Date
June 16, 2009
Compatible With
Owner
Project Files
File | Description |
---|---|
check_win_snmp_disk.pl | The only script you need |
Project Notes
Based on the check_win_snmp_disk.pl script posted here by jakubowski Benjamin, this enhanced version: * prints usage information if incorrect parameters are given * handles exceptions (more) gracefully * automatically scales output to TiB, GiB, MiB or KiB I have tested this updated script against Windows 2003 server (including R2) only, but it should work with most windows hosts.
Reviews
(5)
Add a Review
I added the magic threshold adaption from check_mk for large disks to the script.
https://github.com/pashol/nagios-checks/blob/master/check_win_snmp_disk.pl
Documentation for the magic number:
https://mathias-kettner.de/checkmk_filesystems.html
(Chapter df magic number)
I also eliminated the rounding of percentages. For large disks with a narrow warning/critical levels it could potentially cause problems.
https://github.com/pashol/nagios-checks/blob/master/check_win_snmp_disk.pl
Documentation for the magic number:
https://mathias-kettner.de/checkmk_filesystems.html
(Chapter df magic number)
I also eliminated the rounding of percentages. For large disks with a narrow warning/critical levels it could potentially cause problems.
Page Sections
Project Stats
Rating
4.1 (10)
Favorites
0
Views
114,349