[Nagiosplug-devel] [ nagiosplug-Bugs-1490762 ] check_disk / not found on Solaris
SourceForge.net
noreply at sourceforge.net
Thu Oct 8 10:51:07 CEST 2009
Bugs item #1490762, was opened at 2006-05-18 11:07
Message generated for change (Comment added) made by testtest5
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: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Duncan Ferguson (duncan_ferguson)
Assigned to: Ton Voon (tonvoon)
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.
----------------------------------------------------------------------
Comment By: test test (testtest5)
Date: 2009-10-08 10:51
Message:
This issue is still happening. It occurs when there's a file
/etc/.mnttab.lock present on the host.
(if this comment doesn't reopen this bug I'll open a new one)
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2006-08-03 04:20
Message:
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Ton Voon (tonvoon)
Date: 2006-07-20 01:09
Message:
Logged In: YES
user_id=664364
Hi Duncan!
There have been major changes to check_disk. Can you please try the
snapshot
at http://nagiosplug.sf.net/snapshot.
Marking this call into PENDING.
Ton
----------------------------------------------------------------------
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