[Nagiosplug-devel] [ nagiosplug-Bugs-1490762 ] check_disk / not found on Solaris

SourceForge.net noreply at sourceforge.net
Thu Aug 3 04:20:38 CEST 2006


Bugs item #1490762, was opened at 2006-05-18 02:07
Message generated for change (Comment added) made by sf-robot
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
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: SourceForge Robot (sf-robot)
Date: 2006-08-02 19: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-19 16: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