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.
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.