check_paging
$Revision: 505 $
check_paging [-H HOST] [-w SWAP_WARN] [-c SWAP_CRIT] [-W PGF_WARN] [-C PGF_CRIT]
H
Dummy for compatibility with Nagios.
w
Warn if swapout activity is more than SWAP_WARN per second.
c
Critical if swapout activity is more than SWAP_CRIT per second.
W
Warn if major pagefaults are more than PGF_WARN per second.
C
Critical if major pagefaults are more than PGF_CRIT per second.
This nagios/icinga check script checks the swapping activity (swapin, swapout, major pagefaults). It also returns the perfdata.
Getopt::Long
Pod::Usage