Home Directory Plugins Operating Systems Windows NRPE Check Microsoft Windows Disk Load

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 Microsoft Windows Disk Load

Rating
2 votes
Favoured:
2
Current Version
v2.02.151006
Last Release Date
2015-10-06
Compatible With
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
26612
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check MS Windows disk load by using this Powershell script to get all disk load related counters from Windows Performance Manager, computing averages for all gathered samples and calculating read / write rate, number of reads / writes, read / write latency and read / write queue length.
Please visit my blog for more information on this plugin.
In case you find a bug or have feature request, please make an issue on GitHub.
Reviews (1)
byVoluAJ, April 16, 2015
1 of 1 people found this review helpful
Drop this script in your NCPA/plugins directory and call with check_ncpa.py 0.3.5:

check_ncpa.py -H -t '' -P 5693 -M agent/plugin/check_ms_win_disk_load.ps1 -a '-dl '

But make sure you're using 0.3.5. Arguments for custom plugins was fixed in that version.