check_paging

checks swap and paging activity

 

Download

Feedback

Documentation

NAME

check_paging

VERSION

$Revision: 505 $

SYNOPSIS

check_paging [-H HOST] [-w SWAP_WARN] [-c SWAP_CRIT] [-W PGF_WARN] [-C PGF_CRIT]

OPTIONS

  • 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.

DESCRIPTION

This nagios/icinga check script checks the swapping activity (swapin, swapout, major pagefaults). It also returns the perfdata.

DEPENDENCIES

  • Getopt::Long
  • Pod::Usage