{if condition="$positions->isEmpty()"}
暂无采集位置记录,请确认 nginx_log.enable 已开启且 timer 正在运行。
{else/} {volist name="positions" id="pos"}
监控文件
{$pos.file_path}
节点
{$pos.node_id}
已读取
{$pos.offset_human}
最后采集
{$pos.last_read_time_text}
解析失败
{if condition="$pos.parse_fail_count > 0"} {$pos.parse_fail_count} 次 {else/} 0 次 {/if}
{/volist} {/if}