PDA

View Full Version : check_nt_disk Monitor multiple disk drives?


Joachim
05-16-2008, 03:17 PM
Hi this is the readme file about this plugin:

Disk Usage
Syntax: check_nt -H <hostname> -p <port> -v USEDDISKSPACE -l <drive letter> [-w <warning percent> ] [-c <critical percent>]
• drive letter should be only one character.
• <warning percent> and <critical percent> : thresholds between 1 and 100.
Example:
./check_nt -H 192.168.1.1 -p 1248 -v USEDDISKSPACE -l C -w 80 -c 90


How do I use the -l command to monitor multiple disk drives? using "-l C" works great monitoring just drive C, but if i do "-l C,D" i get error message about wrong -l parameter. "-l D" worked aswell, so nothing wrong with the disk drives.

juraj
05-16-2008, 04:06 PM
It won't work. You need separate check_nt commands to check different drives.

Joachim
05-16-2008, 06:48 PM
okay thanks