index

check_index

returns list of known checks.

Implementation

WindowsLinuxFreeBSDMacOSX

Examples

Default Check

check_index filter="implemented = 1"
check_cpu...

Example using NRPE and Naemon

Naemon Config

define command{
    command_name         check_nrpe
    command_line         $USER1$/check_nrpe -H $HOSTADDRESS$ -n -c $ARG1$ -a $ARG2$
}

define service {
    host_name            testhost
    service_description  check_index
    use                  generic-service
    check_command        check_nrpe!check_index!
}

Argument Defaults

ArgumentDefault Value
filterimplemented = 1
empty-state3 (UNKNOWN)
empty-syntaxno checks found
top-syntax${list}
ok-syntax
detail-syntax${name}

Check Specific Arguments

None

Attributes

Filter Keywords

these can be used in filters and thresholds (along with the default attributes):

AttributeDescription
namename of the check
descriptiondescription of the check
implementedcheck is available on current platform: 0 / 1
windowscheck is available on windows: 0 / 1
linuxcheck is available on linux: 0 / 1
osxcheck is available on mac osx: 0 / 1
freebsdcheck is available on freebsd: 0 / 1
aliascheck is an alias: 0 / 1
scriptcheck is a (wrapped) script: 0 / 1