Hi there! I have few (5+) VMs + telegraf 1.22.0 on them with inputs.exec module with python script which get CentOS interfaces properties (device name, assigned IP address,mask,status, type (vlan/ethernet) and dhcp range start and stop) and write it down in influxDB 1.8.10. Then i make a summary table in Grafana.
The problem is if make query in influx with all the metrics-start_range и stop_range return nothing, if i make query only with start_range and stop_range it return correct metrics.
What i am doing wrong? =)