-
CheckSystemUnix
Various system related checks, such as CPU load, process state and memory.
CheckSystemUnix
— CheckSystem
Various system related checks, such as CPU load, process state and memory.
Queries (Overview):
A list of all available queries (check commands)
Command |
Description |
check_memory |
Check free/used memory on the system. |
check_os_version |
Check the version of the underlaying OS. |
check_uptime |
Check time since last server re-boot. |
Commands (Overview):
TODO: Add a list of all external commands (this is not check commands)
Queries
A quick reference for all available queries (check commands) in the CheckSystemUnix module.
-
CheckSystemUnix
check_memory
Check free/used memory on the system.
Usage:
Option |
Default Value |
Description |
help |
N/A |
Show help screen (this screen) |
help-pb |
N/A |
Show help screen as a protocol buffer payload |
show-default |
N/A |
Show default values for a given command |
help-short |
N/A |
Show help screen (short format). |
debug |
N/A |
Show debugging information in the log |
show-all |
N/A |
Show debugging information in the log |
filter |
|
Filter which marks interesting items. |
warning |
used > 80% |
Filter which marks items which generates a warning state. |
warn |
|
Short alias for warning |
critical |
used > 90% |
Filter which marks items which generates a critical state. |
crit |
|
Short alias for critical. |
ok |
|
Filter which marks items which generates an ok state. |
empty-state |
ignored |
Return status to use when nothing matched filter. |
perf-config |
|
Performance data generation configuration |
top-syntax |
${status}: ${list} |
Top level syntax. |
ok-syntax |
|
ok syntax. |
empty-syntax |
|
Empty syntax. |
detail-syntax |
${type} = ${used} |
Detail level syntax. |
perf-syntax |
${type} |
Performance alias syntax. |
type |
|
The type of memory to check (physical = Physical memory (RAM), committed = total memory (RAM+PAGE) |
Samples
Default check:
check_memory
OK memory within bounds.
'page used'=8G;19;21 'page used %'=33%;79;89 'physical used'=7G;9;10 'physical used %'=65%;79;89
Using –show-all to show the result:
check_memory "warn=free < 20%" "crit=free < 10G" --show-all
page = 8.05G, physical = 7.85G
'page free'=15G;4;2 'page free %'=66%;19;9 'physical free'=4G;2;1 'physical free %'=34%;19;9
Changing the return syntax to include more information:
check_memory "top-syntax=${list}" "detail-syntax=${type} free: ${free} used: ${used} size: ${size}"
page free: 16G used: 7.98G size: 24G, physical free: 4.18G used: 7.8G size: 12G
Default check via NRPE:
check_nrpe --host 192.168.56.103 --command check_memory
OK memory within bounds.|'page'=531G;3;3;0;3 'page %'=12%;79;89;0;100 'physical'=530G;1;1;0;1 'physical %'=25%;79;89;0;100
Arguments
-
help
(CheckSystemUnix, check_memory)
Show help screen (this screen)
-
help-pb
(CheckSystemUnix, check_memory)
Show help screen as a protocol buffer payload
-
show-default
(CheckSystemUnix, check_memory)
Show default values for a given command
-
help-short
(CheckSystemUnix, check_memory)
Show help screen (short format).
-
debug
(CheckSystemUnix, check_memory)
Show debugging information in the log
-
show-all
(CheckSystemUnix, check_memory)
Show debugging information in the log
-
filter
(CheckSystemUnix, check_memory)
Filter which marks interesting items.
Interesting items are items which will be included in the check.
They do not denote warning or critical state but they are checked use this to filter out unwanted items.
Available options:
Key |
Value |
free |
Free memory in bytes (g,m,k,b) or percentages % |
size |
Total size of memory |
type |
The type of memory to check |
used |
Used memory in bytes (g,m,k,b) or percentages % |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
warning
(CheckSystemUnix, check_memory)
Filter which marks items which generates a warning state.
If anything matches this filter the return status will be escalated to warning.
Available options:
Key |
Value |
free |
Free memory in bytes (g,m,k,b) or percentages % |
size |
Total size of memory |
type |
The type of memory to check |
used |
Used memory in bytes (g,m,k,b) or percentages % |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
warn
(CheckSystemUnix, check_memory)
-
-
critical
(CheckSystemUnix, check_memory)
Filter which marks items which generates a critical state.
If anything matches this filter the return status will be escalated to critical.
Available options:
Key |
Value |
free |
Free memory in bytes (g,m,k,b) or percentages % |
size |
Total size of memory |
type |
The type of memory to check |
used |
Used memory in bytes (g,m,k,b) or percentages % |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
crit
(CheckSystemUnix, check_memory)
Short alias for critical.
-
ok
(CheckSystemUnix, check_memory)
Filter which marks items which generates an ok state.
If anything matches this any previous state for this item will be reset to ok.
Available options:
Key |
Value |
free |
Free memory in bytes (g,m,k,b) or percentages % |
size |
Total size of memory |
type |
The type of memory to check |
used |
Used memory in bytes (g,m,k,b) or percentages % |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
empty-state
(CheckSystemUnix, check_memory)
Return status to use when nothing matched filter.
If no filter is specified this will never happen unless the file is empty.
-
perf-config
(CheckSystemUnix, check_memory)
Performance data generation configuration
TODO: obj ( key: value; key: value) obj (key:valuer;key:value)
-
top-syntax
(CheckSystemUnix, check_memory)
Top level syntax.
Used to format the message to return can include strings as well as special keywords such as:
Key |
Value |
%(free) |
Free memory in bytes (g,m,k,b) or percentages % |
%(size) |
Total size of memory |
%(type) |
The type of memory to check |
%(used) |
Used memory in bytes (g,m,k,b) or percentages % |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
ok-syntax
(CheckSystemUnix, check_memory)
ok syntax.
DEPRECATED! This is the syntax for when an ok result is returned.
This value will not be used if your syntax contains %(list) or %(count).
-
empty-syntax
(CheckSystemUnix, check_memory)
Empty syntax.
DEPRECATED! This is the syntax for when nothing matches the filter.
Possible values are:
Key |
Value |
%(free) |
Free memory in bytes (g,m,k,b) or percentages % |
%(size) |
Total size of memory |
%(type) |
The type of memory to check |
%(used) |
Used memory in bytes (g,m,k,b) or percentages % |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
detail-syntax
(CheckSystemUnix, check_memory)
Detail level syntax.
This is the syntax of each item in the list of top-syntax (see above).
Possible values are:
Key |
Value |
%(free) |
Free memory in bytes (g,m,k,b) or percentages % |
%(size) |
Total size of memory |
%(type) |
The type of memory to check |
%(used) |
Used memory in bytes (g,m,k,b) or percentages % |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
perf-syntax
(CheckSystemUnix, check_memory)
Performance alias syntax.
This is the syntax for the base names of the performance data.
Possible values are:
Key |
Value |
%(free) |
Free memory in bytes (g,m,k,b) or percentages % |
%(size) |
Total size of memory |
%(type) |
The type of memory to check |
%(used) |
Used memory in bytes (g,m,k,b) or percentages % |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
type
(CheckSystemUnix, check_memory)
The type of memory to check (physical = Physical memory (RAM), committed = total memory (RAM+PAGE)
-
CheckSystemUnix
check_os_version
Check the version of the underlaying OS.
Usage:
Option |
Default Value |
Description |
help |
N/A |
Show help screen (this screen) |
help-pb |
N/A |
Show help screen as a protocol buffer payload |
show-default |
N/A |
Show default values for a given command |
help-short |
N/A |
Show help screen (short format). |
debug |
N/A |
Show debugging information in the log |
show-all |
N/A |
Show debugging information in the log |
filter |
|
Filter which marks interesting items. |
warning |
version > 50 |
Filter which marks items which generates a warning state. |
warn |
|
Short alias for warning |
critical |
version > 50 |
Filter which marks items which generates a critical state. |
crit |
|
Short alias for critical. |
ok |
|
Filter which marks items which generates an ok state. |
empty-state |
ignored |
Return status to use when nothing matched filter. |
perf-config |
|
Performance data generation configuration |
top-syntax |
${status}: ${list} |
Top level syntax. |
ok-syntax |
|
ok syntax. |
empty-syntax |
|
Empty syntax. |
detail-syntax |
${version} (${major}.${minor}.${build}) |
Detail level syntax. |
perf-syntax |
version |
Performance alias syntax. |
Arguments
-
help
(CheckSystemUnix, check_os_version)
Show help screen (this screen)
-
help-pb
(CheckSystemUnix, check_os_version)
Show help screen as a protocol buffer payload
-
show-default
(CheckSystemUnix, check_os_version)
Show default values for a given command
-
help-short
(CheckSystemUnix, check_os_version)
Show help screen (short format).
-
debug
(CheckSystemUnix, check_os_version)
Show debugging information in the log
-
show-all
(CheckSystemUnix, check_os_version)
Show debugging information in the log
-
filter
(CheckSystemUnix, check_os_version)
Filter which marks interesting items.
Interesting items are items which will be included in the check.
They do not denote warning or critical state but they are checked use this to filter out unwanted items.
Available options:
Key |
Value |
kernel_name |
Kernel name |
kernel_release |
Kernel release |
kernel_version |
Kernel version |
machine |
Machine hardware name |
nodename |
Network node hostname |
os |
Operating system |
processor |
Processor type or unknown |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
warning
(CheckSystemUnix, check_os_version)
Filter which marks items which generates a warning state.
If anything matches this filter the return status will be escalated to warning.
Available options:
Key |
Value |
kernel_name |
Kernel name |
kernel_release |
Kernel release |
kernel_version |
Kernel version |
machine |
Machine hardware name |
nodename |
Network node hostname |
os |
Operating system |
processor |
Processor type or unknown |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
warn
(CheckSystemUnix, check_os_version)
-
-
critical
(CheckSystemUnix, check_os_version)
Filter which marks items which generates a critical state.
If anything matches this filter the return status will be escalated to critical.
Available options:
Key |
Value |
kernel_name |
Kernel name |
kernel_release |
Kernel release |
kernel_version |
Kernel version |
machine |
Machine hardware name |
nodename |
Network node hostname |
os |
Operating system |
processor |
Processor type or unknown |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
crit
(CheckSystemUnix, check_os_version)
Short alias for critical.
-
ok
(CheckSystemUnix, check_os_version)
Filter which marks items which generates an ok state.
If anything matches this any previous state for this item will be reset to ok.
Available options:
Key |
Value |
kernel_name |
Kernel name |
kernel_release |
Kernel release |
kernel_version |
Kernel version |
machine |
Machine hardware name |
nodename |
Network node hostname |
os |
Operating system |
processor |
Processor type or unknown |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
empty-state
(CheckSystemUnix, check_os_version)
Return status to use when nothing matched filter.
If no filter is specified this will never happen unless the file is empty.
-
perf-config
(CheckSystemUnix, check_os_version)
Performance data generation configuration
TODO: obj ( key: value; key: value) obj (key:valuer;key:value)
-
top-syntax
(CheckSystemUnix, check_os_version)
Top level syntax.
Used to format the message to return can include strings as well as special keywords such as:
Key |
Value |
%(kernel_name) |
Kernel name |
%(kernel_release) |
Kernel release |
%(kernel_version) |
Kernel version |
%(machine) |
Machine hardware name |
%(nodename) |
Network node hostname |
%(os) |
Operating system |
%(processor) |
Processor type or unknown |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
ok-syntax
(CheckSystemUnix, check_os_version)
ok syntax.
DEPRECATED! This is the syntax for when an ok result is returned.
This value will not be used if your syntax contains %(list) or %(count).
-
empty-syntax
(CheckSystemUnix, check_os_version)
Empty syntax.
DEPRECATED! This is the syntax for when nothing matches the filter.
Possible values are:
Key |
Value |
%(kernel_name) |
Kernel name |
%(kernel_release) |
Kernel release |
%(kernel_version) |
Kernel version |
%(machine) |
Machine hardware name |
%(nodename) |
Network node hostname |
%(os) |
Operating system |
%(processor) |
Processor type or unknown |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
detail-syntax
(CheckSystemUnix, check_os_version)
Detail level syntax.
This is the syntax of each item in the list of top-syntax (see above).
Possible values are:
Key |
Value |
%(kernel_name) |
Kernel name |
%(kernel_release) |
Kernel release |
%(kernel_version) |
Kernel version |
%(machine) |
Machine hardware name |
%(nodename) |
Network node hostname |
%(os) |
Operating system |
%(processor) |
Processor type or unknown |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
perf-syntax
(CheckSystemUnix, check_os_version)
Performance alias syntax.
This is the syntax for the base names of the performance data.
Possible values are:
Key |
Value |
%(kernel_name) |
Kernel name |
%(kernel_release) |
Kernel release |
%(kernel_version) |
Kernel version |
%(machine) |
Machine hardware name |
%(nodename) |
Network node hostname |
%(os) |
Operating system |
%(processor) |
Processor type or unknown |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
CheckSystemUnix
check_uptime
Check time since last server re-boot.
Usage:
Option |
Default Value |
Description |
help |
N/A |
Show help screen (this screen) |
help-pb |
N/A |
Show help screen as a protocol buffer payload |
show-default |
N/A |
Show default values for a given command |
help-short |
N/A |
Show help screen (short format). |
debug |
N/A |
Show debugging information in the log |
show-all |
N/A |
Show debugging information in the log |
filter |
|
Filter which marks interesting items. |
warning |
uptime < 2d |
Filter which marks items which generates a warning state. |
warn |
|
Short alias for warning |
critical |
uptime < 1d |
Filter which marks items which generates a critical state. |
crit |
|
Short alias for critical. |
ok |
|
Filter which marks items which generates an ok state. |
empty-state |
ignored |
Return status to use when nothing matched filter. |
perf-config |
|
Performance data generation configuration |
top-syntax |
${status}: ${list} |
Top level syntax. |
ok-syntax |
|
ok syntax. |
empty-syntax |
|
Empty syntax. |
detail-syntax |
uptime: ${uptime}h, boot: ${boot} (UTC) |
Detail level syntax. |
perf-syntax |
uptime |
Performance alias syntax. |
Arguments
-
help
(CheckSystemUnix, check_uptime)
Show help screen (this screen)
-
help-pb
(CheckSystemUnix, check_uptime)
Show help screen as a protocol buffer payload
-
show-default
(CheckSystemUnix, check_uptime)
Show default values for a given command
-
help-short
(CheckSystemUnix, check_uptime)
Show help screen (short format).
-
debug
(CheckSystemUnix, check_uptime)
Show debugging information in the log
-
show-all
(CheckSystemUnix, check_uptime)
Show debugging information in the log
-
filter
(CheckSystemUnix, check_uptime)
Filter which marks interesting items.
Interesting items are items which will be included in the check.
They do not denote warning or critical state but they are checked use this to filter out unwanted items.
Available options:
Key |
Value |
boot |
System boot time |
uptime |
Time since last boot |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
warning
(CheckSystemUnix, check_uptime)
Filter which marks items which generates a warning state.
If anything matches this filter the return status will be escalated to warning.
Available options:
Key |
Value |
boot |
System boot time |
uptime |
Time since last boot |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
warn
(CheckSystemUnix, check_uptime)
-
-
critical
(CheckSystemUnix, check_uptime)
Filter which marks items which generates a critical state.
If anything matches this filter the return status will be escalated to critical.
Available options:
Key |
Value |
boot |
System boot time |
uptime |
Time since last boot |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
crit
(CheckSystemUnix, check_uptime)
Short alias for critical.
-
ok
(CheckSystemUnix, check_uptime)
Filter which marks items which generates an ok state.
If anything matches this any previous state for this item will be reset to ok.
Available options:
Key |
Value |
boot |
System boot time |
uptime |
Time since last boot |
count |
Number of items matching the filter |
total |
Total number of items |
ok_count |
Number of items matched the ok criteria |
warn_count |
Number of items matched the warning criteria |
crit_count |
Number of items matched the critical criteria |
problem_count |
Number of items matched either warning or critical criteria |
list |
A list of all items which matched the filter |
ok_list |
A list of all items which matched the ok criteria |
warn_list |
A list of all items which matched the warning criteria |
crit_list |
A list of all items which matched the critical criteria |
problem_list |
A list of all items which matched either the critical or the warning criteria |
detail_list |
A special list with critical, then warning and fainally ok |
status |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
empty-state
(CheckSystemUnix, check_uptime)
Return status to use when nothing matched filter.
If no filter is specified this will never happen unless the file is empty.
-
perf-config
(CheckSystemUnix, check_uptime)
Performance data generation configuration
TODO: obj ( key: value; key: value) obj (key:valuer;key:value)
-
top-syntax
(CheckSystemUnix, check_uptime)
Top level syntax.
Used to format the message to return can include strings as well as special keywords such as:
Key |
Value |
%(boot) |
System boot time |
%(uptime) |
Time since last boot |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
ok-syntax
(CheckSystemUnix, check_uptime)
ok syntax.
DEPRECATED! This is the syntax for when an ok result is returned.
This value will not be used if your syntax contains %(list) or %(count).
-
empty-syntax
(CheckSystemUnix, check_uptime)
Empty syntax.
DEPRECATED! This is the syntax for when nothing matches the filter.
Possible values are:
Key |
Value |
%(boot) |
System boot time |
%(uptime) |
Time since last boot |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
detail-syntax
(CheckSystemUnix, check_uptime)
Detail level syntax.
This is the syntax of each item in the list of top-syntax (see above).
Possible values are:
Key |
Value |
%(boot) |
System boot time |
%(uptime) |
Time since last boot |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
-
perf-syntax
(CheckSystemUnix, check_uptime)
Performance alias syntax.
This is the syntax for the base names of the performance data.
Possible values are:
Key |
Value |
%(boot) |
System boot time |
%(uptime) |
Time since last boot |
${count} |
Number of items matching the filter |
${total} |
Total number of items |
${ok_count} |
Number of items matched the ok criteria |
${warn_count} |
Number of items matched the warning criteria |
${crit_count} |
Number of items matched the critical criteria |
${problem_count} |
Number of items matched either warning or critical criteria |
${list} |
A list of all items which matched the filter |
${ok_list} |
A list of all items which matched the ok criteria |
${warn_list} |
A list of all items which matched the warning criteria |
${crit_list} |
A list of all items which matched the critical criteria |
${problem_list} |
A list of all items which matched either the critical or the warning criteria |
${detail_list} |
A special list with critical, then warning and fainally ok |
${status} |
The returned status (OK/WARN/CRIT/UNKNOWN) |
comments powered by