[Nagiosplug-help] [Nagios-users] BUG: check_disk doesn't support LVM volumes

Miles O'Neal meo at intrinsity.com
Mon Jul 31 15:44:56 CEST 2006


Martin J. Green said...

|/check_disk -w 10% -c 5% --partition /dev/mapper/VolGroup00-LogVol01
|
|=20
|
|INPUT ERROR: C_IDFP (0.000000) should be less than W_IDFP (0.0) and both
|should be between zero and 100 percent, inclusive for
|/dev/mapper/VolGroup00-LogVol01
|
|check_disk: Could not parse arguments
|
|Usage: check_disk -w limit -c limit [-p path | -x device] [-t
|timeout][-m] [-e] [-W limit] [-K limit] [-v] [-q]

Have you tried "-p" instead of "--partition"?
Have you tried escaping all arguments by putting
them inside single quotes?
Have you tried all this from a command line?

This command just parses the output of a df command.
But it looks like it's complaining about what you
passed in as an argument.




More information about the Help mailing list