I'm using the snmp input plugin to poll certain OIDs.
Every time I run telegraf, I'm getting sequential integers in outputs of OID for random hosts as can be seen below :
viptela_mem_cpu_stats,agent_host=10.14.*.*,hostname=903 `memory_free=909i,uptime=904i,cpu_util_system=905i,cpu_util_user=906i,memory_total=907i,memory_used=908i` 1596221521000000000
viptela_mem_cpu_stats,agent_host=10.12.*.*,hostname=TEST-VE1 memory_used="3502212",memory_free="1761120",uptime=21752169i,cpu_util_system="3.49",cpu_util_user="2.28",memory_total="6081060" 1596221521000000000
viptela_mem_cpu_stats,agent_host=10.13.*.*,hostname=924 uptime=925i,cpu_util_system=926i,cpu_util_user=927i,memory_total=928i,memory_used=929i,memory_free=930i 1596221521000000000
I'm using the snmp input plugin to poll certain OIDs.
Every time I run telegraf, I'm getting sequential integers in outputs of OID for random hosts as can be seen below :