diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-07 22:38:18 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-12-07 22:38:18 (GMT) |
commit | 8f253be7a4ae29a017566cc6cef01085a0d10d56 (patch) | |
tree | 5e3fce403ae8e6d95b7d61d5ed2852cf2ad04701 /configure.in | |
parent | df3662bf3ac0d071b6f0b2d4e5bd45942667e75e (diff) | |
download | monitoring-plugins-8f253be7a4ae29a017566cc6cef01085a0d10d56.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 706ded1..356e4e3 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1439,7 +1439,7 @@ then | |||
1439 | elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null] | 1439 | elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null] |
1440 | then | 1440 | then |
1441 | ac_cv_have_swap=yes | 1441 | ac_cv_have_swap=yes |
1442 | ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM", | 1442 | ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM" |
1443 | ac_cv_swap_format=["%*s %f %*d %f"] | 1443 | ac_cv_swap_format=["%*s %f %*d %f"] |
1444 | ac_cv_swap_conv=1024 | 1444 | ac_cv_swap_conv=1024 |
1445 | AC_MSG_RESULT([using HP-UX format swapinfo]) | 1445 | AC_MSG_RESULT([using HP-UX format swapinfo]) |