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
102973
File | Description |
---|---|
check_win_snmp_storage.pl | Windows SNMP Disk and Memory Storage Plugin |
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!
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.