zabbixで以下のコマンドにて、トラフィック情報を取得しました。
■front-in.csv
mysql -u zabbix -pjX3c4Xzg zabbix -e "select from_unixtime(clock), value as 'front-in' from history_uint where itemid='149168' and from_unixtime(clock) between '2021-01-20 00:00:00' and '2021-01-21 00:00:00';"
■front-out.csv
mysql -u zabbix -pjX3c4Xzg zabbix -e "select from_unixtime(clock), value as 'front-in' from history_uint where itemid='149176' and from_unixtime(clock) between '2021-01-20 00:00:00' and '2021-01-21 00:00:00';"
出力した結果、時間帯に差分がありました。
何が原因なのでしょうか。