ZC-HISTORY-LOG(1) - General Commands Manual
NAME
zc-history-log - get monitored log data from a zabbix server
SYNOPSIS
zc history log [-e end] [-s start] [itemid ...]
DESCRIPTION
zc-history-log is used for fetching log history data for every itemid. If no itemid operands are specified, the standard input is used.
For every log line 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-log 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-num(1)
AUTHORS
Andrea Biscuola <a@abiscuola.com>
OpenBSD 6.9 - September 15, 2019