[Nagiosplug-devel] [ nagiosplug-Bugs-1573700 ] check_swap on HP-UX incorrect
SourceForge.net
noreply at sourceforge.net
Mon Oct 9 14:34:55 CEST 2006
Bugs item #1573700, was opened at 2006-10-09 14:34
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=1573700&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dick van den Burg (vandenburgd)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_swap on HP-UX incorrect
Initial Comment:
The command that is generated by configure for checking
swap on HP-UX is "swapinfo -dfM," and it should be
"swapinfo -dfM" (without trailing comma).
check_swap now always returns "SWAP WARNING - 100% free
(0 MB out of 0 MB) |swap=0MB;0;0;0;0" because it can
not interpret the error message generated by the
spurious ','
The error is most likely caused by a spurious "'" at
line 1754 of configure.in and is propagated to line
42278 of configure in cersion 1.43 of nagios_plugins.
A quik workaround is to manually change the
SWAP_COMMAND in config.h after configuration.
Dick
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1573700&group_id=29880
More information about the Devel
mailing list