Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_win_snmp_storage.pl
Owner
Website
Hits
101428
Files:
File | Description |
---|---|
check_win_snmp_storage.pl | Windows SNMP Disk and Memory Storage Plugin |
Windows SNMP storage check for disk and memory
Uses Net::SNMP rather than snmpget for scalability.
syntax: check_win_snmp_storage.pl HOST COMMUNITY storageType WARN CRIT
returns % used, bytes total, bytes used, storageType
storageType is one of: PhysicalMemory, VirtualMemory, AllDisks, or a driveletter (A through Z)
AllDisks returns stats for drive with highest usage %
Uses Net::SNMP rather than snmpget for scalability.
syntax: check_win_snmp_storage.pl HOST COMMUNITY storageType WARN CRIT
returns % used, bytes total, bytes used, storageType
storageType is one of: PhysicalMemory, VirtualMemory, AllDisks, or a driveletter (A through Z)
AllDisks returns stats for drive with highest usage %
Reviews (4)
byuschellh, July 10, 2017
anyone wants to fix this, i cant do perl
https://github.com/centreon/centreon-plugins/issues/385
https://github.com/centreon/centreon-plugins/issues/385
byesamarakoon, February 28, 2012
Working fine. Thanks
byMajed, December 13, 2011
with no performance data so it can't be graphed so it's no substitute for check mem through nrpe
I thought I had to write this script but found it here and this does exactly what it says. Thanks you very much.