ZC-HISTORY-FLOAT(1) - General Commands Manual
NAME
zc-history-float - get floating point history values from a zabbix server
SYNOPSIS
zc history float [-e end] [-s start] [itemid ...]
DESCRIPTION
zc-history-float is used for fetching floating point 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-float utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
zc-history(1), zc-history-char(1), zc-history-log, zc-history-num(1)
AUTHORS
Andrea Biscuola <a@abiscuola.com>
OpenBSD 6.9 - September 15, 2019