[Nagiosplug-devel] [ nagiosplug-Bugs-1490762 ] check_disk / not found on Solaris
SourceForge.net
noreply at sourceforge.net
Thu May 18 02:08:03 CEST 2006
Bugs item #1490762, was opened at 2006-05-18 09:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1490762&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Argument proccessing
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Duncan Ferguson (duncan_ferguson)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_disk / not found on Solaris
Initial Comment:
Solaris 2.6, 8 and 9, seen on more than one server
$ ./check_disk -e -w 10% -c 5% -p /opt/oracle -p /opt -p /
DISK CRITICAL - free space: [/ not found]|
/=781MB;846;893;91;940 /opt=427MB;846;893;99;940
/opt/oracle=1165MB;3630;3832;94;4034
Change the order of the partitions
$ ./check_disk -e -w 10% -c 5% -p / -p /opt/oracle -p /opt
DISK OK - free space:| /=781MB;846;893;91;940
/opt=427MB;846;893;99;940
/opt/oracle=1165MB;3630;3832;94;4034
This is the minimum case - other partitions can be
defined (and reported upon correctly) and only /
reports an error.
Seems to be due to mount point being under a root
directory, i.e.
/opt
/opt/app
/opt
/opt/oracle
both "lose" / when its the last parameter checked.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1490762&group_id=29880
More information about the Devel
mailing list