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.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list