ZC-HISTORY-NUM(1) - General Commands Manual
NAME
zc-history-num - get numeric history values from a zabbix server
SYNOPSIS
zc history num [-e end] [-s start] [itemid ...]
DESCRIPTION
zc-history-num is used for fetching numerical history data for every itemid. If no itemid operands are specified, the standard input is used.
For every value itemid, clock, value and nanoseconds are printed on standard output separated by a tabulation.
Options are as follow:
-e datetime
Fetch values received before or at datetime.
-s datetime
Fetch values received after or at datetime.
datetime for the -s and -e flags, are in the format:
YYYY-MM-DDTHH:MM:SS
as specified in the ISO 8601 standard.
EXIT STATUS
The zc-history-num utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
zc-history(1), zc-history-char(1), zc-history-float(1), zc-history-log(1)
AUTHORS
Andrea Biscuola <a@abiscuola.com>
OpenBSD 6.9 - September 15, 2019