Skip to content

Item

show_last_values

show_last_values <ITEM> [OPTIONS]

Show the last values of given items of monitored hosts.

Examples

Get items starting with 'MongoDB'

show_last_values 'MongoDB*'

Get items containing 'memory'

show_last_values '*memory*'

Get all items (WARNING: slow!)

show_last_values '*'

Arguments

ITEM
Item names or IDs. Comma-separated. Supports wildcards.
Type: text
Required:

Options

--group
Group items with the same value.
Type: boolean (flag)
Default: False

--limit, -n <LIMIT>
Limit the number of results. 0 to show all.
Type: integer
Default: 0