mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg - 1573700)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1547 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
df3662bf3a
commit
8f253be7a4
3 changed files with 5 additions and 4 deletions
6
CHANGES
6
CHANGES
|
|
@ -1,10 +1,10 @@
|
|||
This file documents the major additions and syntax changes between releases.
|
||||
|
||||
??
|
||||
?? ??
|
||||
Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations
|
||||
|
||||
1.4.6
|
||||
Fixed compile problems with *BSD re: alloca.h
|
||||
Fixed Solaris problems with check_swap (tested on Solaris 9)
|
||||
Fixed check_swap for HP/UX where swapinfo command was incorrect
|
||||
|
||||
1.4.5
|
||||
Fixed bug in perl's is_hostname routine
|
||||
|
|
|
|||
|
|
@ -202,3 +202,4 @@ Markus Baertschi
|
|||
Florian Gleixner
|
||||
Pawel Malachowski
|
||||
Duncan Ferguson
|
||||
Dick van den Burg
|
||||
|
|
|
|||
|
|
@ -1439,7 +1439,7 @@ then
|
|||
elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null]
|
||||
then
|
||||
ac_cv_have_swap=yes
|
||||
ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM",
|
||||
ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM"
|
||||
ac_cv_swap_format=["%*s %f %*d %f"]
|
||||
ac_cv_swap_conv=1024
|
||||
AC_MSG_RESULT([using HP-UX format swapinfo])
|
||||
|
|
|
|||
Loading…
Reference in a new issue